@esri/solution-velocity 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.
@@ -117,4 +117,3 @@ function _getDependencies(outputs, dependencies) {
117
117
  }, dependencies);
118
118
  }
119
119
  exports._getDependencies = _getDependencies;
120
- //# sourceMappingURL=get-velocity-dependencies.js.map
@@ -564,4 +564,3 @@ function _updateName(props) {
564
564
  });
565
565
  }
566
566
  exports._updateName = _updateName;
567
- //# sourceMappingURL=velocity-helpers.js.map
@@ -111,4 +111,3 @@ function _templatizeDatasources(dataSources) {
111
111
  return dataSources.map((ds) => _templatizeFeed(ds));
112
112
  }
113
113
  exports._templatizeDatasources = _templatizeDatasources;
114
- //# sourceMappingURL=velocity-templatize.js.map
package/dist/cjs/index.js CHANGED
@@ -19,4 +19,3 @@ exports.VelocityProcessor = void 0;
19
19
  const tslib_1 = require("tslib");
20
20
  const VelocityProcessor = tslib_1.__importStar(require("./velocity-processor"));
21
21
  exports.VelocityProcessor = VelocityProcessor;
22
- //# sourceMappingURL=index.js.map
@@ -131,4 +131,3 @@ function postProcess(itemId, type, itemInfos, template, templates, templateDicti
131
131
  });
132
132
  }
133
133
  exports.postProcess = postProcess;
134
- //# sourceMappingURL=velocity-processor.js.map
@@ -110,4 +110,3 @@ export function _getDependencies(outputs, dependencies) {
110
110
  return prev;
111
111
  }, dependencies);
112
112
  }
113
- //# sourceMappingURL=get-velocity-dependencies.js.map
@@ -542,4 +542,3 @@ export function _updateName(props) {
542
542
  }
543
543
  });
544
544
  }
545
- //# sourceMappingURL=velocity-helpers.js.map
@@ -103,4 +103,3 @@ export function _templatizeFeed(feed) {
103
103
  export function _templatizeDatasources(dataSources) {
104
104
  return dataSources.map((ds) => _templatizeFeed(ds));
105
105
  }
106
- //# sourceMappingURL=velocity-templatize.js.map
package/dist/esm/index.js CHANGED
@@ -15,4 +15,3 @@
15
15
  */
16
16
  import * as VelocityProcessor from "./velocity-processor";
17
17
  export { VelocityProcessor };
18
- //# sourceMappingURL=index.js.map
@@ -125,4 +125,3 @@ export function postProcess(itemId, type, itemInfos, template, templates, templa
125
125
  });
126
126
  });
127
127
  }
128
- //# sourceMappingURL=velocity-processor.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-velocity",
3
- "version": "6.4.0-next.20250724",
3
+ "version": "6.4.0-next.20250725",
4
4
  "description": "Manages the creation and deployment of Velocity 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.20250725",
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
  }