@esri/solution-web-tool 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
@@ -24,4 +24,3 @@ const tslib_1 = require("tslib");
24
24
  */
25
25
  const WebToolProcessor = tslib_1.__importStar(require("./web-tool-processor"));
26
26
  exports.WebToolProcessor = WebToolProcessor;
27
- //# sourceMappingURL=index.js.map
@@ -258,4 +258,3 @@ async function moveToFolder(itemId, templateDictionary, destinationAuthenticatio
258
258
  return Promise.resolve();
259
259
  }
260
260
  exports.moveToFolder = moveToFolder;
261
- //# sourceMappingURL=web-tool-processor.js.map
package/dist/esm/index.js CHANGED
@@ -20,4 +20,3 @@
20
20
  */
21
21
  import * as WebToolProcessor from "./web-tool-processor";
22
22
  export { WebToolProcessor };
23
- //# sourceMappingURL=index.js.map
@@ -248,4 +248,3 @@ export async function moveToFolder(itemId, templateDictionary, destinationAuthen
248
248
  }
249
249
  return Promise.resolve();
250
250
  }
251
- //# sourceMappingURL=web-tool-processor.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-web-tool",
3
- "version": "6.4.0-next.20250724",
3
+ "version": "6.4.0-next.20250726",
4
4
  "description": "Manages the creation and deployment of web tool geoprocessing service item type for @esri/solution.js.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -21,8 +21,8 @@
21
21
  "npm-check-updates": "^17.1.0"
22
22
  },
23
23
  "dependencies": {
24
- "@esri/solution-common": "^6.4.0-next.20250724",
25
- "@esri/solution-simple-types": "^6.4.0-next.20250724",
24
+ "@esri/solution-common": "^6.4.0-next.20250726",
25
+ "@esri/solution-simple-types": "^6.4.0-next.20250726",
26
26
  "tslib": "1.14.1"
27
27
  },
28
28
  "scripts": {
@@ -70,5 +70,5 @@
70
70
  "esri",
71
71
  "ES6"
72
72
  ],
73
- "gitHead": "c266125c05a98fd6e7ea774b7f928c49a829b8f4"
73
+ "gitHead": "231a47edad8afb71cb1d33e6a1b83679ec428193"
74
74
  }