@esri/solution-hub-types 1.3.0 → 1.3.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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* @esri/solution-hub-types - v1.3.
|
|
2
|
+
* @esri/solution-hub-types - v1.3.1 - Apache-2.0
|
|
3
3
|
* Copyright (c) 2018-2022 Esri, Inc.
|
|
4
|
-
* Thu Feb 17 2022
|
|
4
|
+
* Thu Feb 17 2022 10:42:57 GMT-0800 (Pacific Standard Time)
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* @esri/solution-hub-types - v1.3.
|
|
2
|
+
* @esri/solution-hub-types - v1.3.1 - Apache-2.0
|
|
3
3
|
* Copyright (c) 2018-2022 Esri, Inc.
|
|
4
|
-
* Thu Feb 17 2022
|
|
4
|
+
* Thu Feb 17 2022 10:43:04 GMT-0800 (Pacific Standard Time)
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/solution-hub-types",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Manages the creation and deployment of Hub Site and Hub Page item types for @esri/solution.js.",
|
|
5
5
|
"main": "dist/node/index.js",
|
|
6
6
|
"unpkg": "dist/umd/hub-types.umd.min.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@esri/hub-teams": "9.15.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@esri/solution-common": "^1.3.
|
|
39
|
+
"@esri/solution-common": "^1.3.1",
|
|
40
40
|
"tslib": "1.13.0"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"esri",
|
|
94
94
|
"ES6"
|
|
95
95
|
],
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "70c45e0eb9c745f7dbc0f8b6ce3654921cca11a0"
|
|
97
97
|
}
|