@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.
@@ -329,4 +329,3 @@ function _getNewItemId(id, templateDictionary) {
329
329
  return common.getProp(templateDictionary, id + ".itemId") ?? id;
330
330
  }
331
331
  exports._getNewItemId = _getNewItemId;
332
- //# sourceMappingURL=deploySolutionFromTemplate.js.map
@@ -873,4 +873,3 @@ function _getGroupUpdates(template, authentication, templateDictionary) {
873
873
  });
874
874
  }
875
875
  exports._getGroupUpdates = _getGroupUpdates;
876
- //# sourceMappingURL=deploySolutionItems.js.map
@@ -96,4 +96,3 @@ async function deploySolution(maybeModel, authentication, options) {
96
96
  });
97
97
  }
98
98
  exports.deploySolution = deploySolution;
99
- //# sourceMappingURL=deployer.js.map
@@ -117,4 +117,3 @@ function isSolutionTemplateItem(item) {
117
117
  return result;
118
118
  }
119
119
  exports.isSolutionTemplateItem = isSolutionTemplateItem;
120
- //# sourceMappingURL=deployerUtils.js.map
@@ -60,4 +60,3 @@ function postProcess(deployedSolutionId, templates, clonedSolutions, authenticat
60
60
  return Promise.all([sharePromises].concat(postProcessPromises, relationshipPromises));
61
61
  }
62
62
  exports.postProcess = postProcess;
63
- //# sourceMappingURL=post-process.js.map
@@ -62,4 +62,3 @@ function shareTemplatesToGroups(templates, templateDictionary, authentication) {
62
62
  }));
63
63
  }
64
64
  exports.shareTemplatesToGroups = shareTemplatesToGroups;
65
- //# sourceMappingURL=share-templates-to-groups.js.map
@@ -11,4 +11,3 @@ function sortTemplates(templates, sortOrderIds) {
11
11
  templates.sort((template1, template2) => sortOrderIds.indexOf(template1.itemId) - sortOrderIds.indexOf(template2.itemId));
12
12
  }
13
13
  exports.sortTemplates = sortTemplates;
14
- //# sourceMappingURL=sortTemplates.js.map
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
@@ -231,4 +231,3 @@ exports.moduleMap = {
231
231
  "Undefined": undefined,
232
232
  "Unsupported": exports.UNSUPPORTED,
233
233
  };
234
- //# sourceMappingURL=module-map.js.map
@@ -314,4 +314,3 @@ export function _purgeTemplateProperties(itemTemplate) {
314
314
  export function _getNewItemId(id, templateDictionary) {
315
315
  return common.getProp(templateDictionary, id + ".itemId") ?? id;
316
316
  }
317
- //# sourceMappingURL=deploySolutionFromTemplate.js.map
@@ -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
@@ -91,4 +91,3 @@ export async function deploySolution(maybeModel, authentication, options) {
91
91
  throw ex;
92
92
  });
93
93
  }
94
- //# sourceMappingURL=deployer.js.map
@@ -109,4 +109,3 @@ export function isSolutionTemplateItem(item) {
109
109
  }
110
110
  return result;
111
111
  }
112
- //# sourceMappingURL=deployerUtils.js.map
@@ -56,4 +56,3 @@ export function postProcess(deployedSolutionId, templates, clonedSolutions, auth
56
56
  }, []);
57
57
  return Promise.all([sharePromises].concat(postProcessPromises, relationshipPromises));
58
58
  }
59
- //# sourceMappingURL=post-process.js.map
@@ -58,4 +58,3 @@ export function shareTemplatesToGroups(templates, templateDictionary, authentica
58
58
  }
59
59
  }));
60
60
  }
61
- //# sourceMappingURL=share-templates-to-groups.js.map
@@ -7,4 +7,3 @@
7
7
  export function sortTemplates(templates, sortOrderIds) {
8
8
  templates.sort((template1, template2) => sortOrderIds.indexOf(template1.itemId) - sortOrderIds.indexOf(template2.itemId));
9
9
  }
10
- //# sourceMappingURL=sortTemplates.js.map
package/dist/esm/index.js CHANGED
@@ -22,4 +22,3 @@ export * from "./deployer";
22
22
  export * from "./deployerUtils";
23
23
  export * from "./deploySolutionItems";
24
24
  export * from "./module-map";
25
- //# sourceMappingURL=index.js.map
@@ -227,4 +227,3 @@ export const moduleMap = {
227
227
  "Undefined": undefined,
228
228
  "Unsupported": UNSUPPORTED,
229
229
  };
230
- //# sourceMappingURL=module-map.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-deployer",
3
- "version": "6.4.0-next.20250723",
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.20250723",
28
- "@esri/solution-feature-layer": "^6.4.0-next.20250723",
29
- "@esri/solution-file": "^6.4.0-next.20250723",
30
- "@esri/solution-form": "^6.4.0-next.20250723",
31
- "@esri/solution-group": "^6.4.0-next.20250723",
32
- "@esri/solution-hub-types": "^6.4.0-next.20250723",
33
- "@esri/solution-simple-types": "^6.4.0-next.20250723",
34
- "@esri/solution-storymap": "^6.4.0-next.20250723",
35
- "@esri/solution-velocity": "^6.4.0-next.20250723",
36
- "@esri/solution-web-experience": "^6.4.0-next.20250723",
37
- "@esri/solution-web-tool": "^6.4.0-next.20250723",
38
- "@esri/solution-workflow": "^6.4.0-next.20250723",
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": "c266125c05a98fd6e7ea774b7f928c49a829b8f4"
93
+ "gitHead": "231a47edad8afb71cb1d33e6a1b83679ec428193"
94
94
  }