@google/earthengine 0.1.334 → 0.1.336
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 +6 -2
- package/.tmp/METADATA +5 -5
- package/build/browser.js +818 -408
- package/build/ee_api_js.js +680 -674
- package/build/ee_api_js_debug.js +796 -386
- package/build/ee_api_js_npm.js +818 -408
- package/build/main.js +818 -408
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/data.js +5 -4
- package/src/encodable.js +1 -1
package/.tmp/BUILD
CHANGED
|
@@ -405,8 +405,12 @@ Fileset(
|
|
|
405
405
|
destdir = "0.1.332",
|
|
406
406
|
),
|
|
407
407
|
FilesetEntry(
|
|
408
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.
|
|
409
|
-
destdir = "0.1.
|
|
408
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.335:public",
|
|
409
|
+
destdir = "0.1.335",
|
|
410
|
+
),
|
|
411
|
+
FilesetEntry(
|
|
412
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.336:public",
|
|
413
|
+
destdir = "0.1.336",
|
|
410
414
|
),
|
|
411
415
|
# NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
|
|
412
416
|
],
|
package/.tmp/METADATA
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Format: google3/devtools/metadata/metadata.proto (go/google3metadata)
|
|
2
2
|
|
|
3
|
-
name: "0.1.
|
|
3
|
+
name: "0.1.336"
|
|
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 "
|
|
@@ -12,10 +12,10 @@ third_party {
|
|
|
12
12
|
type: GIT
|
|
13
13
|
value: "https://github.com/google/earthengine-api.git"
|
|
14
14
|
}
|
|
15
|
-
version: "v0.1.
|
|
15
|
+
version: "v0.1.336"
|
|
16
16
|
last_upgrade_date: {
|
|
17
|
-
year:
|
|
18
|
-
month:
|
|
19
|
-
day:
|
|
17
|
+
year: 2023
|
|
18
|
+
month: 1
|
|
19
|
+
day: 11
|
|
20
20
|
}
|
|
21
21
|
}
|