@google/earthengine 0.1.301 → 0.1.304
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 +12 -0
- package/.tmp/METADATA +3 -3
- package/build/browser.js +393 -564
- package/build/ee_api_js.js +679 -679
- package/build/ee_api_js_debug.js +371 -542
- package/build/ee_api_js_npm.js +393 -564
- package/build/main.js +393 -564
- package/package.json +1 -1
- package/src/apiclient.js +2 -1
- package/src/collection.js +2 -2
- package/src/encodable.js +10 -2
- package/src/layers/featureviewtilesource.js +1 -0
package/.tmp/BUILD
CHANGED
|
@@ -300,6 +300,18 @@ Fileset(
|
|
|
300
300
|
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.301:public",
|
|
301
301
|
destdir = "0.1.301",
|
|
302
302
|
),
|
|
303
|
+
FilesetEntry(
|
|
304
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.302:public",
|
|
305
|
+
destdir = "0.1.302",
|
|
306
|
+
),
|
|
307
|
+
FilesetEntry(
|
|
308
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.303:public",
|
|
309
|
+
destdir = "0.1.303",
|
|
310
|
+
),
|
|
311
|
+
FilesetEntry(
|
|
312
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.304:public",
|
|
313
|
+
destdir = "0.1.304",
|
|
314
|
+
),
|
|
303
315
|
# NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
|
|
304
316
|
],
|
|
305
317
|
)
|
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.304"
|
|
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.304"
|
|
16
16
|
last_upgrade_date: {
|
|
17
17
|
year: 2022
|
|
18
18
|
month: 3
|
|
19
|
-
day:
|
|
19
|
+
day: 30
|
|
20
20
|
}
|
|
21
21
|
}
|