@esri/hub-common 8.21.0 → 8.21.1
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/dist/umd/common.umd.js +1 -1
- package/package.json +2 -2
package/dist/umd/common.umd.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* @esri/hub-common - v8.
|
|
2
|
+
* @esri/hub-common - v8.21.0 - Mon Sep 20 2021 14:32:08 GMT-0700 (Pacific Daylight Time)
|
|
3
3
|
* Copyright (c) 2021 Environmental Systems Research Institute, Inc.
|
|
4
4
|
* Apache-2.0
|
|
5
5
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/hub-common",
|
|
3
|
-
"version": "8.21.
|
|
3
|
+
"version": "8.21.1",
|
|
4
4
|
"description": "Common TypeScript types and utility functions for @esri/hub.js.",
|
|
5
5
|
"main": "dist/node/index.js",
|
|
6
6
|
"unpkg": "dist/umd/common.umd.js",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"url": "https://github.com/Esri/hub.js/issues"
|
|
76
76
|
},
|
|
77
77
|
"homepage": "https://github.com/Esri/hub.js#readme",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "a2d572b29f5ba5fdde41433cc84b513aa1e3b217",
|
|
79
79
|
"volta": {
|
|
80
80
|
"extends": "../../package.json"
|
|
81
81
|
}
|