@google/earthengine 1.5.19 → 1.5.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google/earthengine",
3
- "version": "1.5.19",
3
+ "version": "1.5.21",
4
4
  "description": "JavaScript client for Google Earth Engine API.",
5
5
  "author": "Google LLC",
6
6
  "license": "Apache-2.0",
@@ -1,5 +1,3 @@
1
- goog.provide('ee.AbstractOverlay');
2
- goog.provide('ee.TileEvent');
3
1
  goog.provide('earthengine_api.javascript.abstractoverlay');
4
2
 
5
3
  goog.require('goog.events.Event');
@@ -122,10 +120,4 @@ goog.inherits(
122
120
  earthengine_api.javascript.abstractoverlay.TileEvent,
123
121
  goog.events.Event);
124
122
 
125
- /** @const */
126
- ee.AbstractOverlay = earthengine_api.javascript
127
- .abstractoverlay.AbstractOverlay;
128
123
 
129
- /** @const */
130
- ee.TileEvent =
131
- earthengine_api.javascript.abstractoverlay.TileEvent;
package/src/apiclient.js CHANGED
@@ -24,7 +24,7 @@ const {trustedResourceUrl} = goog.require('safevalues.index');
24
24
  /** @namespace */
25
25
  const apiclient = {};
26
26
 
27
- const API_CLIENT_VERSION = '1.5.19';
27
+ const API_CLIENT_VERSION = '1.5.21';
28
28
 
29
29
  exports.VERSION = apiVersion.VERSION;
30
30
  exports.API_CLIENT_VERSION = API_CLIENT_VERSION;