@google/earthengine 0.1.297 → 0.1.300
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 +269 -224
- package/build/ee_api_js.js +575 -571
- package/build/ee_api_js_debug.js +247 -202
- package/build/ee_api_js_npm.js +269 -224
- package/build/main.js +269 -224
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/collection.js +2 -1
package/.tmp/BUILD
CHANGED
|
@@ -284,6 +284,18 @@ Fileset(
|
|
|
284
284
|
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.297:public",
|
|
285
285
|
destdir = "0.1.297",
|
|
286
286
|
),
|
|
287
|
+
FilesetEntry(
|
|
288
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.298:public",
|
|
289
|
+
destdir = "0.1.298",
|
|
290
|
+
),
|
|
291
|
+
FilesetEntry(
|
|
292
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.299:public",
|
|
293
|
+
destdir = "0.1.299",
|
|
294
|
+
),
|
|
295
|
+
FilesetEntry(
|
|
296
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.300:public",
|
|
297
|
+
destdir = "0.1.300",
|
|
298
|
+
),
|
|
287
299
|
# NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
|
|
288
300
|
],
|
|
289
301
|
)
|
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.300"
|
|
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.300"
|
|
16
16
|
last_upgrade_date: {
|
|
17
17
|
year: 2022
|
|
18
18
|
month: 2
|
|
19
|
-
day:
|
|
19
|
+
day: 24
|
|
20
20
|
}
|
|
21
21
|
}
|