@google/earthengine 0.1.386 → 0.1.389

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/METADATA DELETED
@@ -1,23 +0,0 @@
1
- # Format: google3/devtools/metadata/metadata.proto (go/google3metadata)
2
-
3
- name: "0.1.384"
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.384"
12
- last_upgrade_date: {
13
- year: 2023
14
- month: 12
15
- day: 13
16
- }
17
- identifier {
18
- type: "Git"
19
- value: "https://github.com/google/earthengine-api"
20
- version: "v0.1.384"
21
- primary_source: true
22
- }
23
- }
@@ -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.384: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.384",
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
- )