@esri/solution-hub-types 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-hub-types - v1.
|
|
2
|
+
* @esri/solution-hub-types - v1.5.1 - Apache-2.0
|
|
3
3
|
* Copyright (c) 2018-2022 Esri, Inc.
|
|
4
|
-
*
|
|
4
|
+
* Fri Sep 30 2022 15:13:07 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-hub-types - v1.
|
|
2
|
+
* @esri/solution-hub-types - v1.5.1 - Apache-2.0
|
|
3
3
|
* Copyright (c) 2018-2022 Esri, Inc.
|
|
4
|
-
*
|
|
4
|
+
* Fri Sep 30 2022 15:13:12 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,98 +1,98 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@esri/solution-hub-types",
|
|
3
|
-
"version": "1.5.
|
|
4
|
-
"description": "Manages the creation and deployment of Hub Site and Hub Page item types for @esri/solution.js.",
|
|
5
|
-
"main": "dist/node/index.js",
|
|
6
|
-
"unpkg": "dist/umd/hub-types.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
|
-
"tslib": "1.14.1"
|
|
41
|
-
},
|
|
42
|
-
"scripts": {
|
|
43
|
-
"prepare": "npm run build",
|
|
44
|
-
"build": "npm run build:node && npm run build:umd && npm run build:esm",
|
|
45
|
-
"build:esm": "tsc -p ./tsconfig.json --module esnext --outDir ./dist/esm --declaration",
|
|
46
|
-
"build:umd": "rollup -c ../../umd-base-profile.js && rollup -c ../../umd-production-profile.js",
|
|
47
|
-
"build:node": "tsc -p ./tsconfig.json --module commonjs --outDir ./dist/node",
|
|
48
|
-
"dev:esm": "tsc -w --module esnext --outDir ./dist/esm --declaration",
|
|
49
|
-
"dev:umd": "rollup -w -c ../../umd-base-profile.js",
|
|
50
|
-
"dev:node": "tsc -w --module commonjs --outDir ./dist/node",
|
|
51
|
-
"getupdates": "npm-check-updates --upgrade",
|
|
52
|
-
"test:chrome": "karma start --single-run --browsers=Chrome",
|
|
53
|
-
"test:node": "jasmine --config=../../jasmine.json",
|
|
54
|
-
"y:link:hub": "yalc link @esri/hub-common && yalc link @esri/hub-sites",
|
|
55
|
-
"y:unlink:hub": "yalc remove @esri/hub-common && yalc remove @esri/hub-sites"
|
|
56
|
-
},
|
|
57
|
-
"publishConfig": {
|
|
58
|
-
"access": "public"
|
|
59
|
-
},
|
|
60
|
-
"repository": {
|
|
61
|
-
"type": "git",
|
|
62
|
-
"url": "git+https://github.com/Esri/solution.js.git"
|
|
63
|
-
},
|
|
64
|
-
"contributors": [
|
|
65
|
-
{
|
|
66
|
-
"name": "Mike Tschudi",
|
|
67
|
-
"email": "mtschudi@esri.com"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"name": "Chris Fox",
|
|
71
|
-
"email": "cfox@esri.com"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "John Hauck",
|
|
75
|
-
"email": "jhauck@esri.com"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"name": "Dave Bouwman",
|
|
79
|
-
"email": "dbouwman@esri.com"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"name": "John Gravois"
|
|
83
|
-
}
|
|
84
|
-
],
|
|
85
|
-
"bugs": {
|
|
86
|
-
"url": "https://github.com/Esri/solution.js/issues"
|
|
87
|
-
},
|
|
88
|
-
"homepage": "https://github.com/Esri/solution.js#readme",
|
|
89
|
-
"keywords": [
|
|
90
|
-
"typescript",
|
|
91
|
-
"promise",
|
|
92
|
-
"fetch",
|
|
93
|
-
"arcgis",
|
|
94
|
-
"esri",
|
|
95
|
-
"ES6"
|
|
96
|
-
],
|
|
97
|
-
"gitHead": "
|
|
98
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@esri/solution-hub-types",
|
|
3
|
+
"version": "1.5.1",
|
|
4
|
+
"description": "Manages the creation and deployment of Hub Site and Hub Page item types for @esri/solution.js.",
|
|
5
|
+
"main": "dist/node/index.js",
|
|
6
|
+
"unpkg": "dist/umd/hub-types.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
|
+
"tslib": "1.14.1"
|
|
41
|
+
},
|
|
42
|
+
"scripts": {
|
|
43
|
+
"prepare": "npm run build",
|
|
44
|
+
"build": "npm run build:node && npm run build:umd && npm run build:esm",
|
|
45
|
+
"build:esm": "tsc -p ./tsconfig.json --module esnext --outDir ./dist/esm --declaration",
|
|
46
|
+
"build:umd": "rollup -c ../../umd-base-profile.js && rollup -c ../../umd-production-profile.js",
|
|
47
|
+
"build:node": "tsc -p ./tsconfig.json --module commonjs --outDir ./dist/node",
|
|
48
|
+
"dev:esm": "tsc -w --module esnext --outDir ./dist/esm --declaration",
|
|
49
|
+
"dev:umd": "rollup -w -c ../../umd-base-profile.js",
|
|
50
|
+
"dev:node": "tsc -w --module commonjs --outDir ./dist/node",
|
|
51
|
+
"getupdates": "npm-check-updates --upgrade",
|
|
52
|
+
"test:chrome": "karma start --single-run --browsers=Chrome",
|
|
53
|
+
"test:node": "jasmine --config=../../jasmine.json",
|
|
54
|
+
"y:link:hub": "yalc link @esri/hub-common && yalc link @esri/hub-sites",
|
|
55
|
+
"y:unlink:hub": "yalc remove @esri/hub-common && yalc remove @esri/hub-sites"
|
|
56
|
+
},
|
|
57
|
+
"publishConfig": {
|
|
58
|
+
"access": "public"
|
|
59
|
+
},
|
|
60
|
+
"repository": {
|
|
61
|
+
"type": "git",
|
|
62
|
+
"url": "git+https://github.com/Esri/solution.js.git"
|
|
63
|
+
},
|
|
64
|
+
"contributors": [
|
|
65
|
+
{
|
|
66
|
+
"name": "Mike Tschudi",
|
|
67
|
+
"email": "mtschudi@esri.com"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Chris Fox",
|
|
71
|
+
"email": "cfox@esri.com"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "John Hauck",
|
|
75
|
+
"email": "jhauck@esri.com"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "Dave Bouwman",
|
|
79
|
+
"email": "dbouwman@esri.com"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "John Gravois"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"bugs": {
|
|
86
|
+
"url": "https://github.com/Esri/solution.js/issues"
|
|
87
|
+
},
|
|
88
|
+
"homepage": "https://github.com/Esri/solution.js#readme",
|
|
89
|
+
"keywords": [
|
|
90
|
+
"typescript",
|
|
91
|
+
"promise",
|
|
92
|
+
"fetch",
|
|
93
|
+
"arcgis",
|
|
94
|
+
"esri",
|
|
95
|
+
"ES6"
|
|
96
|
+
],
|
|
97
|
+
"gitHead": "8ce207d2853fb3b9df6f98f4c62104bcbd89bf67"
|
|
98
|
+
}
|