@google/earthengine 0.1.390 → 0.1.391

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.tmp/BUILD CHANGED
@@ -686,8 +686,8 @@ Fileset(
686
686
  destdir = "0.1.377",
687
687
  ),
688
688
  FilesetEntry(
689
- srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.383:public",
690
- destdir = "0.1.383",
689
+ srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.384:public",
690
+ destdir = "0.1.384",
691
691
  ),
692
692
  # NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
693
693
  ],
package/.tmp/METADATA CHANGED
@@ -1,6 +1,6 @@
1
1
  # Format: google3/devtools/metadata/metadata.proto (go/google3metadata)
2
2
 
3
- name: "0.1.383"
3
+ name: "0.1.384"
4
4
  description:
5
5
  "Google Earth Engine is a cloud-based platform for planetary-scale "
6
6
  "environmental data analysis. The Earth Engine JavaScript API allows "
@@ -8,16 +8,16 @@ description:
8
8
  "applications."
9
9
 
10
10
  third_party {
11
- version: "v0.1.383"
11
+ version: "v0.1.384"
12
12
  last_upgrade_date: {
13
13
  year: 2023
14
14
  month: 12
15
- day: 7
15
+ day: 13
16
16
  }
17
17
  identifier {
18
18
  type: "Git"
19
19
  value: "https://github.com/google/earthengine-api"
20
- version: "v0.1.383"
20
+ version: "v0.1.384"
21
21
  primary_source: true
22
22
  }
23
23
  }
@@ -9,7 +9,7 @@ load("//tools/build_defs/license:license.bzl", "license")
9
9
  load("//tools/build_defs/build_test:build_test.bzl", "build_test")
10
10
 
11
11
  package(
12
- default_applicable_licenses = ["//third_party/hosted_libraries/libs/earthengine/0.1.383:license"],
12
+ default_applicable_licenses = ["//third_party/hosted_libraries/libs/earthengine/0.1.384:license"],
13
13
  default_visibility = [
14
14
  "//third_party/hosted_libraries/libs/earthengine:__pkg__",
15
15
  ],
@@ -17,7 +17,7 @@ package(
17
17
 
18
18
  license(
19
19
  name = "license",
20
- package_name = "0.1.383",
20
+ package_name = "0.1.384",
21
21
  )
22
22
 
23
23
  licenses(["notice"])