@google/earthengine 0.1.398 → 0.1.399
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/build/browser.js +105 -226
- package/build/ee_api_js.js +27 -27
- package/build/ee_api_js_debug.js +82 -203
- package/build/ee_api_js_npm.js +105 -226
- package/build/main.js +105 -226
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/eeapiclient/promise_request_service.ts +1 -1
- package/src/geometry.js +2 -2
- package/src/profiler.js +2 -1
- package/.tmp/BUILD +0 -699
- package/.tmp/METADATA +0 -23
- package/.tmp/VERSION_BUILD +0 -47
package/.tmp/METADATA
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# Format: google3/devtools/metadata/metadata.proto (go/google3metadata)
|
|
2
|
-
|
|
3
|
-
name: "0.1.383"
|
|
4
|
-
description:
|
|
5
|
-
"Google Earth Engine is a cloud-based platform for planetary-scale "
|
|
6
|
-
"environmental data analysis. The Earth Engine JavaScript API allows "
|
|
7
|
-
"developers to make requests to the Earth Engine servers from their own"
|
|
8
|
-
"applications."
|
|
9
|
-
|
|
10
|
-
third_party {
|
|
11
|
-
version: "v0.1.383"
|
|
12
|
-
last_upgrade_date: {
|
|
13
|
-
year: 2023
|
|
14
|
-
month: 12
|
|
15
|
-
day: 7
|
|
16
|
-
}
|
|
17
|
-
identifier {
|
|
18
|
-
type: "Git"
|
|
19
|
-
value: "https://github.com/google/earthengine-api"
|
|
20
|
-
version: "v0.1.383"
|
|
21
|
-
primary_source: true
|
|
22
|
-
}
|
|
23
|
-
}
|
package/.tmp/VERSION_BUILD
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
# Description:
|
|
2
|
-
# CDN files for Earth Engine JavaScript API.
|
|
3
|
-
# See https://earthengine.google.com
|
|
4
|
-
#
|
|
5
|
-
# WARNING:
|
|
6
|
-
# Do not copy from these files or link these files into google3.
|
|
7
|
-
|
|
8
|
-
load("//tools/build_defs/license:license.bzl", "license")
|
|
9
|
-
load("//tools/build_defs/build_test:build_test.bzl", "build_test")
|
|
10
|
-
|
|
11
|
-
package(
|
|
12
|
-
default_applicable_licenses = ["//third_party/hosted_libraries/libs/earthengine/0.1.383:license"],
|
|
13
|
-
default_visibility = [
|
|
14
|
-
"//third_party/hosted_libraries/libs/earthengine:__pkg__",
|
|
15
|
-
],
|
|
16
|
-
)
|
|
17
|
-
|
|
18
|
-
license(
|
|
19
|
-
name = "license",
|
|
20
|
-
package_name = "0.1.383",
|
|
21
|
-
)
|
|
22
|
-
|
|
23
|
-
licenses(["notice"])
|
|
24
|
-
|
|
25
|
-
exports_files(["LICENSE"])
|
|
26
|
-
|
|
27
|
-
Fileset(
|
|
28
|
-
name = "public",
|
|
29
|
-
out = "public_out",
|
|
30
|
-
entries = [
|
|
31
|
-
FilesetEntry(
|
|
32
|
-
files = glob(
|
|
33
|
-
["**/*"],
|
|
34
|
-
exclude = [
|
|
35
|
-
"**/BUILD",
|
|
36
|
-
"**/METADATA",
|
|
37
|
-
"**/OWNERS",
|
|
38
|
-
],
|
|
39
|
-
),
|
|
40
|
-
),
|
|
41
|
-
],
|
|
42
|
-
)
|
|
43
|
-
|
|
44
|
-
build_test(
|
|
45
|
-
name = "public_test",
|
|
46
|
-
targets = [":public"],
|
|
47
|
-
)
|