@esri/solution-deployer 1.3.16 → 1.5.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/package.json CHANGED
@@ -1,104 +1,104 @@
1
- {
2
- "name": "@esri/solution-deployer",
3
- "version": "1.3.16",
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.4.3",
17
- "@esri/arcgis-rest-feature-layer": "3.4.3",
18
- "@esri/arcgis-rest-portal": "3.4.3",
19
- "@esri/arcgis-rest-request": "3.4.3",
20
- "@esri/arcgis-rest-service-admin": "3.4.3",
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.66.1"
26
- },
27
- "peerDependencies": {
28
- "@esri/arcgis-rest-auth": "3.4.3",
29
- "@esri/arcgis-rest-feature-layer": "3.4.3",
30
- "@esri/arcgis-rest-portal": "3.4.3",
31
- "@esri/arcgis-rest-request": "3.4.3",
32
- "@esri/arcgis-rest-service-admin": "3.4.3",
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.3.16",
40
- "@esri/solution-feature-layer": "^1.3.16",
41
- "@esri/solution-file": "^1.3.16",
42
- "@esri/solution-form": "^1.3.16",
43
- "@esri/solution-group": "^1.3.16",
44
- "@esri/solution-hub-types": "^1.3.16",
45
- "@esri/solution-simple-types": "^1.3.16",
46
- "@esri/solution-storymap": "^1.3.16",
47
- "@esri/solution-velocity": "^1.3.16",
48
- "@esri/solution-web-experience": "^1.3.16",
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": "c87f04e58c80558f19a6d79086b69a965b17db93"
104
- }
1
+ {
2
+ "name": "@esri/solution-deployer",
3
+ "version": "1.5.0",
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.0",
40
+ "@esri/solution-feature-layer": "^1.5.0",
41
+ "@esri/solution-file": "^1.5.0",
42
+ "@esri/solution-form": "^1.5.0",
43
+ "@esri/solution-group": "^1.5.0",
44
+ "@esri/solution-hub-types": "^1.5.0",
45
+ "@esri/solution-simple-types": "^1.5.0",
46
+ "@esri/solution-storymap": "^1.5.0",
47
+ "@esri/solution-velocity": "^1.5.0",
48
+ "@esri/solution-web-experience": "^1.5.0",
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": "9af59d933c317bf4608d3f7d2046f48a9a8a2d35"
104
+ }