@esri/solution-creator 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.
@@ -481,4 +481,3 @@ function _templatizeResources(itemTemplate, resourceItemFiles, srcAuthentication
481
481
  return Promise.all(synchronizePromises);
482
482
  }
483
483
  exports._templatizeResources = _templatizeResources;
484
- //# sourceMappingURL=createItemTemplate.js.map
@@ -375,4 +375,3 @@ async function _updateCreateOptionForReDeployedTemplate(sourceId, authentication
375
375
  return createOptions;
376
376
  }
377
377
  exports._updateCreateOptionForReDeployedTemplate = _updateCreateOptionForReDeployedTemplate;
378
- //# sourceMappingURL=creator.js.map
@@ -558,4 +558,3 @@ function _templatizeWorkflowConfig(templates, templateDictionary) {
558
558
  });
559
559
  }
560
560
  exports._templatizeWorkflowConfig = _templatizeWorkflowConfig;
561
- //# sourceMappingURL=add-content-to-solution.js.map
@@ -46,4 +46,3 @@ function removeDataFilesFromTemplates(templates) {
46
46
  });
47
47
  }
48
48
  exports.removeDataFilesFromTemplates = removeDataFilesFromTemplates;
49
- //# sourceMappingURL=template.js.map
package/dist/cjs/index.js CHANGED
@@ -24,4 +24,3 @@ const tslib_1 = require("tslib");
24
24
  tslib_1.__exportStar(require("./creator"), exports);
25
25
  tslib_1.__exportStar(require("./createItemTemplate"), exports);
26
26
  tslib_1.__exportStar(require("./module-map"), exports);
27
- //# 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
@@ -468,4 +468,3 @@ export function _templatizeResources(itemTemplate, resourceItemFiles, srcAuthent
468
468
  }
469
469
  return Promise.all(synchronizePromises);
470
470
  }
471
- //# sourceMappingURL=createItemTemplate.js.map
@@ -363,4 +363,3 @@ export async function _updateCreateOptionForReDeployedTemplate(sourceId, authent
363
363
  }
364
364
  return createOptions;
365
365
  }
366
- //# sourceMappingURL=creator.js.map
@@ -537,4 +537,3 @@ export function _templatizeWorkflowConfig(templates, templateDictionary) {
537
537
  }
538
538
  });
539
539
  }
540
- //# sourceMappingURL=add-content-to-solution.js.map
@@ -41,4 +41,3 @@ export function removeDataFilesFromTemplates(templates) {
41
41
  }
42
42
  });
43
43
  }
44
- //# sourceMappingURL=template.js.map
package/dist/esm/index.js CHANGED
@@ -21,4 +21,3 @@
21
21
  export * from "./creator";
22
22
  export * from "./createItemTemplate";
23
23
  export * from "./module-map";
24
- //# 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-creator",
3
- "version": "6.4.0-next.20250723",
3
+ "version": "6.4.0-next.20250725",
4
4
  "description": "Manages the creation of a Solution item for @esri/solution.js.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -25,18 +25,18 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@esri/hub-common": "^17.0.2",
28
- "@esri/solution-common": "^6.4.0-next.20250723",
29
- "@esri/solution-feature-layer": "^6.4.0-next.20250723",
30
- "@esri/solution-file": "^6.4.0-next.20250723",
31
- "@esri/solution-form": "^6.4.0-next.20250723",
32
- "@esri/solution-group": "^6.4.0-next.20250723",
33
- "@esri/solution-hub-types": "^6.4.0-next.20250723",
34
- "@esri/solution-simple-types": "^6.4.0-next.20250723",
35
- "@esri/solution-storymap": "^6.4.0-next.20250723",
36
- "@esri/solution-velocity": "^6.4.0-next.20250723",
37
- "@esri/solution-web-experience": "^6.4.0-next.20250723",
38
- "@esri/solution-web-tool": "^6.4.0-next.20250723",
39
- "@esri/solution-workflow": "^6.4.0-next.20250723",
28
+ "@esri/solution-common": "^6.4.0-next.20250725",
29
+ "@esri/solution-feature-layer": "^6.4.0-next.20250725",
30
+ "@esri/solution-file": "^6.4.0-next.20250725",
31
+ "@esri/solution-form": "^6.4.0-next.20250725",
32
+ "@esri/solution-group": "^6.4.0-next.20250725",
33
+ "@esri/solution-hub-types": "^6.4.0-next.20250725",
34
+ "@esri/solution-simple-types": "^6.4.0-next.20250725",
35
+ "@esri/solution-storymap": "^6.4.0-next.20250725",
36
+ "@esri/solution-velocity": "^6.4.0-next.20250725",
37
+ "@esri/solution-web-experience": "^6.4.0-next.20250725",
38
+ "@esri/solution-web-tool": "^6.4.0-next.20250725",
39
+ "@esri/solution-workflow": "^6.4.0-next.20250725",
40
40
  "tslib": "1.14.1"
41
41
  },
42
42
  "scripts": {
@@ -91,5 +91,5 @@
91
91
  "esri",
92
92
  "ES6"
93
93
  ],
94
- "gitHead": "c266125c05a98fd6e7ea774b7f928c49a829b8f4"
94
+ "gitHead": "231a47edad8afb71cb1d33e6a1b83679ec428193"
95
95
  }