@esri/solution-deployer 6.4.0-next.20250723 → 6.4.0-next.20250725
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/cjs/deploySolutionFromTemplate.js +0 -1
- package/dist/cjs/deploySolutionItems.js +0 -1
- package/dist/cjs/deployer.js +0 -1
- package/dist/cjs/deployerUtils.js +0 -1
- package/dist/cjs/helpers/post-process.js +0 -1
- package/dist/cjs/helpers/share-templates-to-groups.js +0 -1
- package/dist/cjs/helpers/sortTemplates.js +0 -1
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/module-map.js +0 -1
- package/dist/esm/deploySolutionFromTemplate.js +0 -1
- package/dist/esm/deploySolutionItems.js +0 -1
- package/dist/esm/deployer.js +0 -1
- package/dist/esm/deployerUtils.js +0 -1
- package/dist/esm/helpers/post-process.js +0 -1
- package/dist/esm/helpers/share-templates-to-groups.js +0 -1
- package/dist/esm/helpers/sortTemplates.js +0 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/module-map.js +0 -1
- package/package.json +14 -14
package/dist/cjs/deployer.js
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -25,4 +25,3 @@ tslib_1.__exportStar(require("./deployer"), exports);
|
|
|
25
25
|
tslib_1.__exportStar(require("./deployerUtils"), exports);
|
|
26
26
|
tslib_1.__exportStar(require("./deploySolutionItems"), exports);
|
|
27
27
|
tslib_1.__exportStar(require("./module-map"), exports);
|
|
28
|
-
//# sourceMappingURL=index.js.map
|
package/dist/cjs/module-map.js
CHANGED
|
@@ -850,4 +850,3 @@ export function _getGroupUpdates(template, authentication, templateDictionary) {
|
|
|
850
850
|
return common.shareItem(templateDictionary[sourceGroupId].itemId, template.itemId, authentication, common.isTrackingViewTemplate(template) ? templateDictionary.locationTracking.owner : undefined);
|
|
851
851
|
});
|
|
852
852
|
}
|
|
853
|
-
//# sourceMappingURL=deploySolutionItems.js.map
|
package/dist/esm/deployer.js
CHANGED
package/dist/esm/index.js
CHANGED
package/dist/esm/module-map.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/solution-deployer",
|
|
3
|
-
"version": "6.4.0-next.
|
|
3
|
+
"version": "6.4.0-next.20250725",
|
|
4
4
|
"description": "Manages the deployment of a Solution for @esri/solution.js.",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -24,18 +24,18 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@esri/hub-common": "^17.0.2",
|
|
27
|
-
"@esri/solution-common": "^6.4.0-next.
|
|
28
|
-
"@esri/solution-feature-layer": "^6.4.0-next.
|
|
29
|
-
"@esri/solution-file": "^6.4.0-next.
|
|
30
|
-
"@esri/solution-form": "^6.4.0-next.
|
|
31
|
-
"@esri/solution-group": "^6.4.0-next.
|
|
32
|
-
"@esri/solution-hub-types": "^6.4.0-next.
|
|
33
|
-
"@esri/solution-simple-types": "^6.4.0-next.
|
|
34
|
-
"@esri/solution-storymap": "^6.4.0-next.
|
|
35
|
-
"@esri/solution-velocity": "^6.4.0-next.
|
|
36
|
-
"@esri/solution-web-experience": "^6.4.0-next.
|
|
37
|
-
"@esri/solution-web-tool": "^6.4.0-next.
|
|
38
|
-
"@esri/solution-workflow": "^6.4.0-next.
|
|
27
|
+
"@esri/solution-common": "^6.4.0-next.20250725",
|
|
28
|
+
"@esri/solution-feature-layer": "^6.4.0-next.20250725",
|
|
29
|
+
"@esri/solution-file": "^6.4.0-next.20250725",
|
|
30
|
+
"@esri/solution-form": "^6.4.0-next.20250725",
|
|
31
|
+
"@esri/solution-group": "^6.4.0-next.20250725",
|
|
32
|
+
"@esri/solution-hub-types": "^6.4.0-next.20250725",
|
|
33
|
+
"@esri/solution-simple-types": "^6.4.0-next.20250725",
|
|
34
|
+
"@esri/solution-storymap": "^6.4.0-next.20250725",
|
|
35
|
+
"@esri/solution-velocity": "^6.4.0-next.20250725",
|
|
36
|
+
"@esri/solution-web-experience": "^6.4.0-next.20250725",
|
|
37
|
+
"@esri/solution-web-tool": "^6.4.0-next.20250725",
|
|
38
|
+
"@esri/solution-workflow": "^6.4.0-next.20250725",
|
|
39
39
|
"tslib": "1.14.1"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"esri",
|
|
91
91
|
"ES6"
|
|
92
92
|
],
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "231a47edad8afb71cb1d33e6a1b83679ec428193"
|
|
94
94
|
}
|