@esri/solution-deployer 1.4.1 → 1.5.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/{deploySolutionFromTemplate.d.ts → deployer/src/deploySolutionFromTemplate.d.ts} +0 -0
- package/dist/umd/{deploySolutionItems.d.ts → deployer/src/deploySolutionItems.d.ts} +0 -0
- package/dist/umd/{deployer.d.ts → deployer/src/deployer.d.ts} +0 -0
- package/dist/umd/{deployerUtils.d.ts → deployer/src/deployerUtils.d.ts} +0 -0
- package/dist/umd/{helpers → deployer/src/helpers}/post-process.d.ts +0 -0
- package/dist/umd/{helpers → deployer/src/helpers}/share-templates-to-groups.d.ts +0 -0
- package/dist/umd/{helpers → deployer/src/helpers}/sortTemplates.d.ts +0 -0
- package/dist/umd/{index.d.ts → deployer/src/index.d.ts} +0 -0
- package/dist/umd/{module-map.d.ts → deployer/src/module-map.d.ts} +0 -0
- package/dist/umd/deployer.umd.js +2 -2
- package/dist/umd/deployer.umd.js.map +1 -1
- package/dist/umd/deployer.umd.min.js +2 -2
- package/dist/umd/deployer.umd.min.js.map +1 -1
- package/package.json +31 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/solution-deployer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.1",
|
|
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.
|
|
17
|
-
"@esri/arcgis-rest-feature-layer": "3.
|
|
18
|
-
"@esri/arcgis-rest-portal": "3.
|
|
19
|
-
"@esri/arcgis-rest-request": "3.
|
|
20
|
-
"@esri/arcgis-rest-service-admin": "3.
|
|
21
|
-
"@esri/hub-common": "
|
|
22
|
-
"@esri/hub-initiatives": "
|
|
23
|
-
"@esri/hub-sites": "
|
|
24
|
-
"@esri/hub-teams": "
|
|
25
|
-
"rollup": "2.
|
|
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": "9.29.0",
|
|
22
|
+
"@esri/hub-initiatives": "9.29.0",
|
|
23
|
+
"@esri/hub-sites": "9.29.0",
|
|
24
|
+
"@esri/hub-teams": "9.29.0",
|
|
25
|
+
"rollup": "2.79.0"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@esri/arcgis-rest-auth": "3.
|
|
29
|
-
"@esri/arcgis-rest-feature-layer": "3.
|
|
30
|
-
"@esri/arcgis-rest-portal": "3.
|
|
31
|
-
"@esri/arcgis-rest-request": "3.
|
|
32
|
-
"@esri/arcgis-rest-service-admin": "3.
|
|
33
|
-
"@esri/hub-common": "
|
|
34
|
-
"@esri/hub-initiatives": "
|
|
35
|
-
"@esri/hub-sites": "
|
|
36
|
-
"@esri/hub-teams": "
|
|
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": "9.29.0",
|
|
34
|
+
"@esri/hub-initiatives": "9.29.0",
|
|
35
|
+
"@esri/hub-sites": "9.29.0",
|
|
36
|
+
"@esri/hub-teams": "9.29.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@esri/solution-common": "^1.
|
|
40
|
-
"@esri/solution-feature-layer": "^1.
|
|
41
|
-
"@esri/solution-file": "^1.
|
|
42
|
-
"@esri/solution-form": "^1.
|
|
43
|
-
"@esri/solution-group": "^1.
|
|
44
|
-
"@esri/solution-hub-types": "^1.
|
|
45
|
-
"@esri/solution-simple-types": "^1.
|
|
46
|
-
"@esri/solution-storymap": "^1.
|
|
47
|
-
"@esri/solution-velocity": "^1.
|
|
48
|
-
"@esri/solution-web-experience": "^1.
|
|
39
|
+
"@esri/solution-common": "^1.5.1",
|
|
40
|
+
"@esri/solution-feature-layer": "^1.5.1",
|
|
41
|
+
"@esri/solution-file": "^1.5.1",
|
|
42
|
+
"@esri/solution-form": "^1.5.1",
|
|
43
|
+
"@esri/solution-group": "^1.5.1",
|
|
44
|
+
"@esri/solution-hub-types": "^1.5.1",
|
|
45
|
+
"@esri/solution-simple-types": "^1.5.1",
|
|
46
|
+
"@esri/solution-storymap": "^1.5.1",
|
|
47
|
+
"@esri/solution-velocity": "^1.5.1",
|
|
48
|
+
"@esri/solution-web-experience": "^1.5.1",
|
|
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": "8ce207d2853fb3b9df6f98f4c62104bcbd89bf67"
|
|
104
104
|
}
|