@esri/solution-file 6.4.0-next.20250724 → 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/file.js CHANGED
@@ -126,4 +126,3 @@ function createItemFromTemplate(template, templateDictionary, destinationAuthent
126
126
  });
127
127
  }
128
128
  exports.createItemFromTemplate = createItemFromTemplate;
129
- //# sourceMappingURL=file.js.map
package/dist/cjs/index.js CHANGED
@@ -22,4 +22,3 @@ const tslib_1 = require("tslib");
22
22
  * @module file
23
23
  */
24
24
  tslib_1.__exportStar(require("./file"), exports);
25
- //# sourceMappingURL=index.js.map
package/dist/esm/file.js CHANGED
@@ -120,4 +120,3 @@ export function createItemFromTemplate(template, templateDictionary, destination
120
120
  });
121
121
  });
122
122
  }
123
- //# sourceMappingURL=file.js.map
package/dist/esm/index.js CHANGED
@@ -19,4 +19,3 @@
19
19
  * @module file
20
20
  */
21
21
  export * from "./file";
22
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-file",
3
- "version": "6.4.0-next.20250724",
3
+ "version": "6.4.0-next.20250725",
4
4
  "description": "Manages the creation and deployment of item types that contain files 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.20250725",
26
26
  "tslib": "1.14.1"
27
27
  },
28
28
  "scripts": {
@@ -77,5 +77,5 @@
77
77
  "esri",
78
78
  "ES6"
79
79
  ],
80
- "gitHead": "c266125c05a98fd6e7ea774b7f928c49a829b8f4"
80
+ "gitHead": "231a47edad8afb71cb1d33e6a1b83679ec428193"
81
81
  }