@esri/solution-web-experience 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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* @esri/solution-web-experience - v1.5.
|
|
2
|
+
* @esri/solution-web-experience - v1.5.1 - Apache-2.0
|
|
3
3
|
* Copyright (c) 2018-2022 Esri, Inc.
|
|
4
|
-
*
|
|
4
|
+
* Fri Sep 30 2022 15:14:41 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-web-experience - v1.5.
|
|
2
|
+
* @esri/solution-web-experience - v1.5.1 - Apache-2.0
|
|
3
3
|
* Copyright (c) 2018-2022 Esri, Inc.
|
|
4
|
-
*
|
|
4
|
+
* Fri Sep 30 2022 15:14:46 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,76 +1,76 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@esri/solution-web-experience",
|
|
3
|
-
"version": "1.5.
|
|
4
|
-
"description": "Manages the creation and deployment of Web Experience item types for @esri/solution.js.",
|
|
5
|
-
"main": "dist/node/index.js",
|
|
6
|
-
"unpkg": "dist/umd/web-experience.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
|
-
"rollup": "2.79.0"
|
|
24
|
-
},
|
|
25
|
-
"peerDependencies": {
|
|
26
|
-
"@esri/arcgis-rest-auth": "3.5.0",
|
|
27
|
-
"@esri/arcgis-rest-feature-layer": "3.5.0",
|
|
28
|
-
"@esri/arcgis-rest-portal": "3.5.0",
|
|
29
|
-
"@esri/arcgis-rest-request": "3.5.0",
|
|
30
|
-
"@esri/arcgis-rest-service-admin": "3.5.0",
|
|
31
|
-
"@esri/hub-common": "9.29.0",
|
|
32
|
-
"@esri/hub-initiatives": "9.29.0"
|
|
33
|
-
},
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"@esri/solution-common": "^1.5.
|
|
36
|
-
"@esri/solution-simple-types": "^1.5.
|
|
37
|
-
"tslib": "1.14.1"
|
|
38
|
-
},
|
|
39
|
-
"scripts": {
|
|
40
|
-
"prepare": "npm run build",
|
|
41
|
-
"build": "npm run build:node && npm run build:umd && npm run build:esm",
|
|
42
|
-
"build:esm": "tsc -p ./tsconfig.json --module esnext --outDir ./dist/esm --declaration",
|
|
43
|
-
"build:umd": "rollup -c ../../umd-base-profile.js && rollup -c ../../umd-production-profile.js",
|
|
44
|
-
"build:node": "tsc -p ./tsconfig.json --module commonjs --outDir ./dist/node",
|
|
45
|
-
"dev:esm": "tsc -w --module esnext --outDir ./dist/esm --declaration",
|
|
46
|
-
"dev:umd": "rollup -w -c ../../umd-base-profile.js",
|
|
47
|
-
"dev:node": "tsc -w --module commonjs --outDir ./dist/node",
|
|
48
|
-
"getupdates": "npm-check-updates --upgrade"
|
|
49
|
-
},
|
|
50
|
-
"publishConfig": {
|
|
51
|
-
"access": "public"
|
|
52
|
-
},
|
|
53
|
-
"repository": {
|
|
54
|
-
"type": "git",
|
|
55
|
-
"url": "git+https://github.com/Esri/solution.js.git"
|
|
56
|
-
},
|
|
57
|
-
"contributors": [
|
|
58
|
-
{
|
|
59
|
-
"name": "Dave Bouwman",
|
|
60
|
-
"email": "dbouwman@esri.com"
|
|
61
|
-
}
|
|
62
|
-
],
|
|
63
|
-
"bugs": {
|
|
64
|
-
"url": "https://github.com/Esri/solution.js/issues"
|
|
65
|
-
},
|
|
66
|
-
"homepage": "https://github.com/Esri/solution.js#readme",
|
|
67
|
-
"keywords": [
|
|
68
|
-
"typescript",
|
|
69
|
-
"promise",
|
|
70
|
-
"fetch",
|
|
71
|
-
"arcgis",
|
|
72
|
-
"esri",
|
|
73
|
-
"ES6"
|
|
74
|
-
],
|
|
75
|
-
"gitHead": "
|
|
76
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@esri/solution-web-experience",
|
|
3
|
+
"version": "1.5.1",
|
|
4
|
+
"description": "Manages the creation and deployment of Web Experience item types for @esri/solution.js.",
|
|
5
|
+
"main": "dist/node/index.js",
|
|
6
|
+
"unpkg": "dist/umd/web-experience.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
|
+
"rollup": "2.79.0"
|
|
24
|
+
},
|
|
25
|
+
"peerDependencies": {
|
|
26
|
+
"@esri/arcgis-rest-auth": "3.5.0",
|
|
27
|
+
"@esri/arcgis-rest-feature-layer": "3.5.0",
|
|
28
|
+
"@esri/arcgis-rest-portal": "3.5.0",
|
|
29
|
+
"@esri/arcgis-rest-request": "3.5.0",
|
|
30
|
+
"@esri/arcgis-rest-service-admin": "3.5.0",
|
|
31
|
+
"@esri/hub-common": "9.29.0",
|
|
32
|
+
"@esri/hub-initiatives": "9.29.0"
|
|
33
|
+
},
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@esri/solution-common": "^1.5.1",
|
|
36
|
+
"@esri/solution-simple-types": "^1.5.1",
|
|
37
|
+
"tslib": "1.14.1"
|
|
38
|
+
},
|
|
39
|
+
"scripts": {
|
|
40
|
+
"prepare": "npm run build",
|
|
41
|
+
"build": "npm run build:node && npm run build:umd && npm run build:esm",
|
|
42
|
+
"build:esm": "tsc -p ./tsconfig.json --module esnext --outDir ./dist/esm --declaration",
|
|
43
|
+
"build:umd": "rollup -c ../../umd-base-profile.js && rollup -c ../../umd-production-profile.js",
|
|
44
|
+
"build:node": "tsc -p ./tsconfig.json --module commonjs --outDir ./dist/node",
|
|
45
|
+
"dev:esm": "tsc -w --module esnext --outDir ./dist/esm --declaration",
|
|
46
|
+
"dev:umd": "rollup -w -c ../../umd-base-profile.js",
|
|
47
|
+
"dev:node": "tsc -w --module commonjs --outDir ./dist/node",
|
|
48
|
+
"getupdates": "npm-check-updates --upgrade"
|
|
49
|
+
},
|
|
50
|
+
"publishConfig": {
|
|
51
|
+
"access": "public"
|
|
52
|
+
},
|
|
53
|
+
"repository": {
|
|
54
|
+
"type": "git",
|
|
55
|
+
"url": "git+https://github.com/Esri/solution.js.git"
|
|
56
|
+
},
|
|
57
|
+
"contributors": [
|
|
58
|
+
{
|
|
59
|
+
"name": "Dave Bouwman",
|
|
60
|
+
"email": "dbouwman@esri.com"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"bugs": {
|
|
64
|
+
"url": "https://github.com/Esri/solution.js/issues"
|
|
65
|
+
},
|
|
66
|
+
"homepage": "https://github.com/Esri/solution.js#readme",
|
|
67
|
+
"keywords": [
|
|
68
|
+
"typescript",
|
|
69
|
+
"promise",
|
|
70
|
+
"fetch",
|
|
71
|
+
"arcgis",
|
|
72
|
+
"esri",
|
|
73
|
+
"ES6"
|
|
74
|
+
],
|
|
75
|
+
"gitHead": "8ce207d2853fb3b9df6f98f4c62104bcbd89bf67"
|
|
76
|
+
}
|