@esri/solution-group 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/group.js CHANGED
@@ -229,4 +229,3 @@ function _initializeNewGroup(sourceGroup) {
229
229
  return newGroup;
230
230
  }
231
231
  exports._initializeNewGroup = _initializeNewGroup;
232
- //# sourceMappingURL=group.js.map
package/dist/cjs/index.js CHANGED
@@ -22,4 +22,3 @@ const tslib_1 = require("tslib");
22
22
  * @module simple-types
23
23
  */
24
24
  tslib_1.__exportStar(require("./group"), exports);
25
- //# sourceMappingURL=index.js.map
package/dist/esm/group.js CHANGED
@@ -221,4 +221,3 @@ export function _initializeNewGroup(sourceGroup) {
221
221
  });
222
222
  return newGroup;
223
223
  }
224
- //# sourceMappingURL=group.js.map
package/dist/esm/index.js CHANGED
@@ -19,4 +19,3 @@
19
19
  * @module simple-types
20
20
  */
21
21
  export * from "./group";
22
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-group",
3
- "version": "6.4.0-next.20250724",
3
+ "version": "6.4.0-next.20250726",
4
4
  "description": "Manages the creation and deployment of group 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": {
@@ -77,5 +77,5 @@
77
77
  "esri",
78
78
  "ES6"
79
79
  ],
80
- "gitHead": "c266125c05a98fd6e7ea774b7f928c49a829b8f4"
80
+ "gitHead": "231a47edad8afb71cb1d33e6a1b83679ec428193"
81
81
  }