@esri/solution-deployer 1.5.0 → 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/deployer.umd.js +2 -2
- package/dist/umd/deployer.umd.min.js +2 -2
- package/package.json +104 -104
package/dist/umd/deployer.umd.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* @esri/solution-deployer - v1.5.
|
|
2
|
+
* @esri/solution-deployer - v1.5.1 - Apache-2.0
|
|
3
3
|
* Copyright (c) 2018-2022 Esri, Inc.
|
|
4
|
-
*
|
|
4
|
+
* Fri Sep 30 2022 15:15:15 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 - v1.5.
|
|
2
|
+
* @esri/solution-deployer - v1.5.1 - Apache-2.0
|
|
3
3
|
* Copyright (c) 2018-2022 Esri, Inc.
|
|
4
|
-
*
|
|
4
|
+
* Fri Sep 30 2022 15:15:20 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,104 +1,104 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@esri/solution-deployer",
|
|
3
|
-
"version": "1.5.
|
|
4
|
-
"description": "Manages the deployment of a Solution for @esri/solution.js.",
|
|
5
|
-
"main": "dist/node/index.js",
|
|
6
|
-
"unpkg": "dist/umd/deployer.umd.min.js",
|
|
7
|
-
"module": "dist/esm/index.js",
|
|
8
|
-
"js:next": "dist/esm/index.js",
|
|
9
|
-
"types": "dist/esm/index.d.ts",
|
|
10
|
-
"author": "Esri",
|
|
11
|
-
"license": "Apache-2.0",
|
|
12
|
-
"files": [
|
|
13
|
-
"dist/**"
|
|
14
|
-
],
|
|
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": "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
|
-
},
|
|
27
|
-
"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": "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
|
-
},
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"@esri/solution-common": "^1.5.
|
|
40
|
-
"@esri/solution-feature-layer": "^1.5.
|
|
41
|
-
"@esri/solution-file": "^1.5.
|
|
42
|
-
"@esri/solution-form": "^1.5.
|
|
43
|
-
"@esri/solution-group": "^1.5.
|
|
44
|
-
"@esri/solution-hub-types": "^1.5.
|
|
45
|
-
"@esri/solution-simple-types": "^1.5.
|
|
46
|
-
"@esri/solution-storymap": "^1.5.
|
|
47
|
-
"@esri/solution-velocity": "^1.5.
|
|
48
|
-
"@esri/solution-web-experience": "^1.5.
|
|
49
|
-
"tslib": "1.14.1"
|
|
50
|
-
},
|
|
51
|
-
"scripts": {
|
|
52
|
-
"prepare": "npm run build",
|
|
53
|
-
"build": "npm run build:node && npm run build:umd && npm run build:esm",
|
|
54
|
-
"build:esm": "tsc -p ./tsconfig.json --module esnext --outDir ./dist/esm --declaration",
|
|
55
|
-
"build:umd:watch": "tsc -w -p ./tsconfig.json --module umd --outDir ./dist/umd --declaration",
|
|
56
|
-
"build:umd": "rollup -c ../../umd-base-profile.js && rollup -c ../../umd-production-profile.js",
|
|
57
|
-
"build:node": "tsc -p ./tsconfig.json --module commonjs --outDir ./dist/node",
|
|
58
|
-
"dev:esm": "tsc -w --module esnext --outDir ./dist/esm --declaration",
|
|
59
|
-
"dev:umd": "rollup -w -c ../../umd-base-profile.js",
|
|
60
|
-
"dev:node": "tsc -w --module commonjs --outDir ./dist/node",
|
|
61
|
-
"getupdates": "npm-check-updates --upgrade"
|
|
62
|
-
},
|
|
63
|
-
"publishConfig": {
|
|
64
|
-
"access": "public"
|
|
65
|
-
},
|
|
66
|
-
"repository": {
|
|
67
|
-
"type": "git",
|
|
68
|
-
"url": "git+https://github.com/Esri/solution.js.git"
|
|
69
|
-
},
|
|
70
|
-
"contributors": [
|
|
71
|
-
{
|
|
72
|
-
"name": "Mike Tschudi",
|
|
73
|
-
"email": "mtschudi@esri.com"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"name": "Chris Fox",
|
|
77
|
-
"email": "cfox@esri.com"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"name": "John Hauck",
|
|
81
|
-
"email": "jhauck@esri.com"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"name": "Dave Bouwman",
|
|
85
|
-
"email": "dbouwman@esri.com"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"name": "John Gravois"
|
|
89
|
-
}
|
|
90
|
-
],
|
|
91
|
-
"bugs": {
|
|
92
|
-
"url": "https://github.com/Esri/solution.js/issues"
|
|
93
|
-
},
|
|
94
|
-
"homepage": "https://github.com/Esri/solution.js#readme",
|
|
95
|
-
"keywords": [
|
|
96
|
-
"typescript",
|
|
97
|
-
"promise",
|
|
98
|
-
"fetch",
|
|
99
|
-
"arcgis",
|
|
100
|
-
"esri",
|
|
101
|
-
"ES6"
|
|
102
|
-
],
|
|
103
|
-
"gitHead": "
|
|
104
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@esri/solution-deployer",
|
|
3
|
+
"version": "1.5.1",
|
|
4
|
+
"description": "Manages the deployment of a Solution for @esri/solution.js.",
|
|
5
|
+
"main": "dist/node/index.js",
|
|
6
|
+
"unpkg": "dist/umd/deployer.umd.min.js",
|
|
7
|
+
"module": "dist/esm/index.js",
|
|
8
|
+
"js:next": "dist/esm/index.js",
|
|
9
|
+
"types": "dist/esm/index.d.ts",
|
|
10
|
+
"author": "Esri",
|
|
11
|
+
"license": "Apache-2.0",
|
|
12
|
+
"files": [
|
|
13
|
+
"dist/**"
|
|
14
|
+
],
|
|
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": "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
|
+
},
|
|
27
|
+
"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": "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
|
+
},
|
|
38
|
+
"dependencies": {
|
|
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
|
+
"tslib": "1.14.1"
|
|
50
|
+
},
|
|
51
|
+
"scripts": {
|
|
52
|
+
"prepare": "npm run build",
|
|
53
|
+
"build": "npm run build:node && npm run build:umd && npm run build:esm",
|
|
54
|
+
"build:esm": "tsc -p ./tsconfig.json --module esnext --outDir ./dist/esm --declaration",
|
|
55
|
+
"build:umd:watch": "tsc -w -p ./tsconfig.json --module umd --outDir ./dist/umd --declaration",
|
|
56
|
+
"build:umd": "rollup -c ../../umd-base-profile.js && rollup -c ../../umd-production-profile.js",
|
|
57
|
+
"build:node": "tsc -p ./tsconfig.json --module commonjs --outDir ./dist/node",
|
|
58
|
+
"dev:esm": "tsc -w --module esnext --outDir ./dist/esm --declaration",
|
|
59
|
+
"dev:umd": "rollup -w -c ../../umd-base-profile.js",
|
|
60
|
+
"dev:node": "tsc -w --module commonjs --outDir ./dist/node",
|
|
61
|
+
"getupdates": "npm-check-updates --upgrade"
|
|
62
|
+
},
|
|
63
|
+
"publishConfig": {
|
|
64
|
+
"access": "public"
|
|
65
|
+
},
|
|
66
|
+
"repository": {
|
|
67
|
+
"type": "git",
|
|
68
|
+
"url": "git+https://github.com/Esri/solution.js.git"
|
|
69
|
+
},
|
|
70
|
+
"contributors": [
|
|
71
|
+
{
|
|
72
|
+
"name": "Mike Tschudi",
|
|
73
|
+
"email": "mtschudi@esri.com"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "Chris Fox",
|
|
77
|
+
"email": "cfox@esri.com"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "John Hauck",
|
|
81
|
+
"email": "jhauck@esri.com"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "Dave Bouwman",
|
|
85
|
+
"email": "dbouwman@esri.com"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "John Gravois"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"bugs": {
|
|
92
|
+
"url": "https://github.com/Esri/solution.js/issues"
|
|
93
|
+
},
|
|
94
|
+
"homepage": "https://github.com/Esri/solution.js#readme",
|
|
95
|
+
"keywords": [
|
|
96
|
+
"typescript",
|
|
97
|
+
"promise",
|
|
98
|
+
"fetch",
|
|
99
|
+
"arcgis",
|
|
100
|
+
"esri",
|
|
101
|
+
"ES6"
|
|
102
|
+
],
|
|
103
|
+
"gitHead": "8ce207d2853fb3b9df6f98f4c62104bcbd89bf67"
|
|
104
|
+
}
|