@esri/solution-deployer 1.7.0 → 2.0.2-alpha.0
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/deployer.umd.js +3 -3
- package/dist/umd/deployer.umd.min.js +3 -3
- package/package.json +31 -31
package/dist/umd/deployer.umd.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* @esri/solution-deployer -
|
|
3
|
-
* Copyright (c) 2018-
|
|
4
|
-
*
|
|
2
|
+
* @esri/solution-deployer - v2.0.2-alpha.0 - Apache-2.0
|
|
3
|
+
* Copyright (c) 2018-2023 Esri, Inc.
|
|
4
|
+
* Mon Apr 03 2023 15:11:09 GMT-0700 (Pacific Daylight 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-deployer -
|
|
3
|
-
* Copyright (c) 2018-
|
|
4
|
-
*
|
|
2
|
+
* @esri/solution-deployer - v2.0.2-alpha.0 - Apache-2.0
|
|
3
|
+
* Copyright (c) 2018-2023 Esri, Inc.
|
|
4
|
+
* Mon Apr 03 2023 15:11:16 GMT-0700 (Pacific Daylight 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-deployer",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.2-alpha.0",
|
|
4
4
|
"description": "Manages the deployment of a Solution for @esri/solution.js.",
|
|
5
5
|
"main": "dist/node/index.js",
|
|
6
6
|
"unpkg": "dist/umd/deployer.umd.min.js",
|
|
@@ -13,39 +13,39 @@
|
|
|
13
13
|
"dist/**"
|
|
14
14
|
],
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@esri/arcgis-rest-auth": "3.5.0",
|
|
17
|
-
"@esri/arcgis-rest-feature-layer": "3.5.0",
|
|
18
|
-
"@esri/arcgis-rest-portal": "3.5.0",
|
|
19
|
-
"@esri/arcgis-rest-request": "3.5.0",
|
|
20
|
-
"@esri/arcgis-rest-service-admin": "3.5.0",
|
|
21
|
-
"@esri/hub-common": "
|
|
22
|
-
"@esri/hub-initiatives": "
|
|
23
|
-
"@esri/hub-sites": "
|
|
24
|
-
"@esri/hub-teams": "
|
|
25
|
-
"
|
|
16
|
+
"@esri/arcgis-rest-auth": "~3.5.0",
|
|
17
|
+
"@esri/arcgis-rest-feature-layer": "~3.5.0",
|
|
18
|
+
"@esri/arcgis-rest-portal": "~3.5.0",
|
|
19
|
+
"@esri/arcgis-rest-request": "~3.5.0",
|
|
20
|
+
"@esri/arcgis-rest-service-admin": "~3.5.0",
|
|
21
|
+
"@esri/hub-common": "^12.14.0",
|
|
22
|
+
"@esri/hub-initiatives": "^12.4.1",
|
|
23
|
+
"@esri/hub-sites": "^12.5.0",
|
|
24
|
+
"@esri/hub-teams": "^12.4.1",
|
|
25
|
+
"@esri/solution-common": "^2.0.2-alpha.0",
|
|
26
|
+
"@esri/solution-feature-layer": "^2.0.2-alpha.0",
|
|
27
|
+
"@esri/solution-file": "^2.0.2-alpha.0",
|
|
28
|
+
"@esri/solution-form": "^2.0.2-alpha.0",
|
|
29
|
+
"@esri/solution-group": "^2.0.2-alpha.0",
|
|
30
|
+
"@esri/solution-hub-types": "^2.0.2-alpha.0",
|
|
31
|
+
"@esri/solution-simple-types": "^2.0.2-alpha.0",
|
|
32
|
+
"@esri/solution-storymap": "^2.0.2-alpha.0",
|
|
33
|
+
"@esri/solution-velocity": "^2.0.2-alpha.0",
|
|
34
|
+
"@esri/solution-web-experience": "^2.0.2-alpha.0",
|
|
35
|
+
"rollup": "2.79.1"
|
|
26
36
|
},
|
|
27
37
|
"peerDependencies": {
|
|
28
|
-
"@esri/arcgis-rest-auth": "3.5.0",
|
|
29
|
-
"@esri/arcgis-rest-feature-layer": "3.5.0",
|
|
30
|
-
"@esri/arcgis-rest-portal": "3.5.0",
|
|
31
|
-
"@esri/arcgis-rest-request": "3.5.0",
|
|
32
|
-
"@esri/arcgis-rest-service-admin": "3.5.0",
|
|
33
|
-
"@esri/hub-common": "
|
|
34
|
-
"@esri/hub-initiatives": "
|
|
35
|
-
"@esri/hub-sites": "
|
|
36
|
-
"@esri/hub-teams": "
|
|
38
|
+
"@esri/arcgis-rest-auth": "~3.5.0",
|
|
39
|
+
"@esri/arcgis-rest-feature-layer": "~3.5.0",
|
|
40
|
+
"@esri/arcgis-rest-portal": "~3.5.0",
|
|
41
|
+
"@esri/arcgis-rest-request": "~3.5.0",
|
|
42
|
+
"@esri/arcgis-rest-service-admin": "~3.5.0",
|
|
43
|
+
"@esri/hub-common": "^12.14.0",
|
|
44
|
+
"@esri/hub-initiatives": "^12.4.1",
|
|
45
|
+
"@esri/hub-sites": "^12.5.0",
|
|
46
|
+
"@esri/hub-teams": "^12.4.1"
|
|
37
47
|
},
|
|
38
48
|
"dependencies": {
|
|
39
|
-
"@esri/solution-common": "^1.7.0",
|
|
40
|
-
"@esri/solution-feature-layer": "^1.7.0",
|
|
41
|
-
"@esri/solution-file": "^1.7.0",
|
|
42
|
-
"@esri/solution-form": "^1.7.0",
|
|
43
|
-
"@esri/solution-group": "^1.7.0",
|
|
44
|
-
"@esri/solution-hub-types": "^1.7.0",
|
|
45
|
-
"@esri/solution-simple-types": "^1.7.0",
|
|
46
|
-
"@esri/solution-storymap": "^1.7.0",
|
|
47
|
-
"@esri/solution-velocity": "^1.7.0",
|
|
48
|
-
"@esri/solution-web-experience": "^1.7.0",
|
|
49
49
|
"tslib": "1.14.1"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"esri",
|
|
101
101
|
"ES6"
|
|
102
102
|
],
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "f9e62ca011235bb55cbfe17057177f070742a069"
|
|
104
104
|
}
|