@esri/solution-workflow 6.4.0-next.20250724 → 6.4.0-next.20250726

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/index.js CHANGED
@@ -23,4 +23,3 @@ const tslib_1 = require("tslib");
23
23
  */
24
24
  tslib_1.__exportStar(require("./workflow"), exports);
25
25
  tslib_1.__exportStar(require("./workflowHelpers"), exports);
26
- //# sourceMappingURL=index.js.map
@@ -140,4 +140,3 @@ async function createItemFromTemplate(template, templateDictionary, destinationA
140
140
  }
141
141
  }
142
142
  exports.createItemFromTemplate = createItemFromTemplate;
143
- //# sourceMappingURL=workflow.js.map
@@ -163,4 +163,3 @@ function _cacheLayerDetails(layers, templateDictionary, baseUrl, srcId, itemId)
163
163
  }
164
164
  }
165
165
  exports._cacheLayerDetails = _cacheLayerDetails;
166
- //# sourceMappingURL=workflowHelpers.js.map
package/dist/esm/index.js CHANGED
@@ -20,4 +20,3 @@
20
20
  */
21
21
  export * from "./workflow";
22
22
  export * from "./workflowHelpers";
23
- //# sourceMappingURL=index.js.map
@@ -134,4 +134,3 @@ export async function createItemFromTemplate(template, templateDictionary, desti
134
134
  return Promise.resolve(common.generateEmptyCreationResponse(template.type));
135
135
  }
136
136
  }
137
- //# sourceMappingURL=workflow.js.map
@@ -153,4 +153,3 @@ export function _cacheLayerDetails(layers, templateDictionary, baseUrl, srcId, i
153
153
  });
154
154
  }
155
155
  }
156
- //# sourceMappingURL=workflowHelpers.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-workflow",
3
- "version": "6.4.0-next.20250724",
3
+ "version": "6.4.0-next.20250726",
4
4
  "description": "Manages the creation and deployment of Workflow item types for @esri/solution.js.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -22,7 +22,7 @@
22
22
  "npm-check-updates": "^17.1.0"
23
23
  },
24
24
  "dependencies": {
25
- "@esri/solution-common": "^6.4.0-next.20250724",
25
+ "@esri/solution-common": "^6.4.0-next.20250726",
26
26
  "tslib": "1.14.1"
27
27
  },
28
28
  "scripts": {
@@ -62,5 +62,5 @@
62
62
  "esri",
63
63
  "ES6"
64
64
  ],
65
- "gitHead": "c266125c05a98fd6e7ea774b7f928c49a829b8f4"
65
+ "gitHead": "231a47edad8afb71cb1d33e6a1b83679ec428193"
66
66
  }