Skip to content

Commit e5316d5

Browse files
fernstElias Kassell
andauthored
Bumped version to 3.0.1 (#1798)
* Bumped version to 3.0.1 Updated dataform core package to include data preparation proto. * Force check retry --------- Co-authored-by: Elias Kassell <elias@dataform.co>
1 parent 1c188e4 commit e5316d5

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

  • packages/@dataform/core

packages/@dataform/core/BUILD

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
load("//tools:ts_library.bzl", "ts_library")
1+
load("@build_bazel_rules_nodejs//:index.bzl", "npm_package_bin")
2+
load("@npm//webpack:index.bzl", "webpack")
23
load("//:version.bzl", "DF_VERSION")
34
load("//packages:index.bzl", "add_license_header_to_file", "pkg_bundle", "pkg_bundle_dts", "pkg_json", "pkg_npm_tar")
5+
load("//tools:ts_library.bzl", "ts_library")
46
load("//tools/common:copy.bzl", "copy_file")
57

68
package(default_visibility = ["//visibility:public"])
@@ -13,8 +15,6 @@ ts_library(
1315
],
1416
)
1517

16-
load("@npm//webpack:index.bzl", "webpack")
17-
1818
webpack(
1919
name = "bundler",
2020
data = [
@@ -24,8 +24,6 @@ webpack(
2424
],
2525
)
2626

27-
load("@build_bazel_rules_nodejs//:index.bzl", "npm_package_bin")
28-
2927
npm_package_bin(
3028
name = "bundle",
3129
outs = [
@@ -67,6 +65,12 @@ add_license_header_to_file(
6765
to_file = "configs.proto",
6866
)
6967

68+
add_license_header_to_file(
69+
name = "data_preparation_proto_with_license",
70+
from_file = "//protos:data_preparation.proto",
71+
to_file = "data_preparation.proto",
72+
)
73+
7074
add_license_header_to_file(
7175
name = "bundle_with_license",
7276
from_file = "bundle",
@@ -95,6 +99,7 @@ pkg_npm_tar(
9599
":bundle_with_license",
96100
":configs_proto_with_license",
97101
":core_proto_with_license",
102+
":data_preparation_proto_with_license",
98103
":package.json",
99104
],
100105
)

0 commit comments

Comments
 (0)