@esri/solution-hub-types 1.2.0 → 1.3.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.
@@ -16,13 +16,14 @@
16
16
  */
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.HubSiteProcessor = exports.HubPageProcessor = void 0;
19
+ const tslib_1 = require("tslib");
19
20
  /**
20
21
  * Manages the creation and deployment of Hub Site and Page item types.
21
22
  *
22
23
  * @module hubTypes
23
24
  */
24
- const HubPageProcessor = require("./hub-page-processor");
25
+ const HubPageProcessor = (0, tslib_1.__importStar)(require("./hub-page-processor"));
25
26
  exports.HubPageProcessor = HubPageProcessor;
26
- const HubSiteProcessor = require("./hub-site-processor");
27
+ const HubSiteProcessor = (0, tslib_1.__importStar)(require("./hub-site-processor"));
27
28
  exports.HubSiteProcessor = HubSiteProcessor;
28
29
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH;;;;GAIG;AAEH,yDAAyD;AAGhD,4CAAgB;AAFzB,yDAAyD;AAE9B,4CAAgB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;AAEH;;;;GAIG;AAEH,oFAAyD;AAGhD,4CAAgB;AAFzB,oFAAyD;AAE9B,4CAAgB"}
@@ -1,7 +1,7 @@
1
1
  /* @preserve
2
- * @esri/solution-hub-types - v1.2.0 - Apache-2.0
3
- * Copyright (c) 2018-2021 Esri, Inc.
4
- * Thu Dec 09 2021 16:02:36 GMT-0800 (Pacific Standard Time)
2
+ * @esri/solution-hub-types - v1.3.0 - Apache-2.0
3
+ * Copyright (c) 2018-2022 Esri, Inc.
4
+ * Thu Feb 17 2022 09:43:27 GMT-0800 (Pacific Standard 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.0 - Apache-2.0
3
- * Copyright (c) 2018-2021 Esri, Inc.
4
- * Thu Dec 09 2021 16:02:43 GMT-0800 (Pacific Standard Time)
2
+ * @esri/solution-hub-types - v1.3.0 - Apache-2.0
3
+ * Copyright (c) 2018-2022 Esri, Inc.
4
+ * Thu Feb 17 2022 09:43:35 GMT-0800 (Pacific Standard 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-hub-types",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Manages the creation and deployment of Hub Site and Hub Page item types for @esri/solution.js.",
5
5
  "main": "dist/node/index.js",
6
6
  "unpkg": "dist/umd/hub-types.umd.min.js",
@@ -18,12 +18,11 @@
18
18
  "@esri/arcgis-rest-portal": "3.4.3",
19
19
  "@esri/arcgis-rest-request": "3.4.3",
20
20
  "@esri/arcgis-rest-service-admin": "3.4.3",
21
- "@esri/hub-common": "9.7.2",
22
- "@esri/hub-initiatives": "9.7.2",
23
- "@esri/hub-sites": "9.7.2",
24
- "@esri/hub-teams": "9.7.2",
25
- "rollup": "^2.60.0",
26
- "typescript": "^4.4.4"
21
+ "@esri/hub-common": "9.15.0",
22
+ "@esri/hub-initiatives": "9.15.0",
23
+ "@esri/hub-sites": "9.15.0",
24
+ "@esri/hub-teams": "9.15.0",
25
+ "rollup": "^2.60.0"
27
26
  },
28
27
  "peerDependencies": {
29
28
  "@esri/arcgis-rest-auth": "3.4.3",
@@ -31,13 +30,13 @@
31
30
  "@esri/arcgis-rest-portal": "3.4.3",
32
31
  "@esri/arcgis-rest-request": "3.4.3",
33
32
  "@esri/arcgis-rest-service-admin": "3.4.3",
34
- "@esri/hub-common": "9.7.2",
35
- "@esri/hub-initiatives": "9.7.2",
36
- "@esri/hub-sites": "9.7.2",
37
- "@esri/hub-teams": "9.7.2"
33
+ "@esri/hub-common": "9.15.0",
34
+ "@esri/hub-initiatives": "9.15.0",
35
+ "@esri/hub-sites": "9.15.0",
36
+ "@esri/hub-teams": "9.15.0"
38
37
  },
39
38
  "dependencies": {
40
- "@esri/solution-common": "^1.2.0",
39
+ "@esri/solution-common": "^1.3.0",
41
40
  "tslib": "1.13.0"
42
41
  },
43
42
  "scripts": {
@@ -94,5 +93,5 @@
94
93
  "esri",
95
94
  "ES6"
96
95
  ],
97
- "gitHead": "70f706fb28a50db0b9b13030f263f8e9e270b98d"
96
+ "gitHead": "b8f04e56c71adb7aadaa0293f8708800cdaa9c81"
98
97
  }