@esri/solution-creator 6.6.0-next.20260402204821 → 6.6.0-next.20260403113537

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.
@@ -325,7 +325,7 @@ async function _updateCreateOptionForReDeployedTemplate(sourceId, authentication
325
325
  checkExistsList.push((0, solution_common_1.getGroup)(template.itemId, { authentication: authentication }));
326
326
  }
327
327
  else {
328
- checkExistsList.push((0, solution_common_1.getItem)(template.itemId, { authentication: authentication }));
328
+ checkExistsList.push((0, solution_common_1.getItemBase)(template.itemId, authentication));
329
329
  }
330
330
  }
331
331
  const itemFetches = await Promise.allSettled(checkExistsList);
@@ -18,7 +18,7 @@
18
18
  *
19
19
  * @module creator
20
20
  */
21
- import { appendQueryParam, createItemWithData, createLongId, createShortId, CURRENT_SCHEMA_VERSION, generateSourceThumbnailUrl, getBlobAsFile, getFilenameFromUrl, getGroup, getGroupBase, getGroupContents, getItem, getItemBase, getItemDataAsJson, getPortal, getSubgroupIds, getUser, getVelocityUrlBase, getWorkflowBaseURL, removeItem, sanitizeJSON, searchItems, setLocationTrackingEnabled, } from "@esri/solution-common";
21
+ import { appendQueryParam, createItemWithData, createLongId, createShortId, CURRENT_SCHEMA_VERSION, generateSourceThumbnailUrl, getBlobAsFile, getFilenameFromUrl, getGroup, getGroupBase, getGroupContents, getItemBase, getItemDataAsJson, getPortal, getSubgroupIds, getUser, getVelocityUrlBase, getWorkflowBaseURL, removeItem, sanitizeJSON, searchItems, setLocationTrackingEnabled, } from "@esri/solution-common";
22
22
  import { failSafe } from "@esri/hub-common";
23
23
  import { addContentToSolution } from "./helpers/add-content-to-solution";
24
24
  // Simple no-op to clean up progressCallback management
@@ -314,7 +314,7 @@ export async function _updateCreateOptionForReDeployedTemplate(sourceId, authent
314
314
  checkExistsList.push(getGroup(template.itemId, { authentication: authentication }));
315
315
  }
316
316
  else {
317
- checkExistsList.push(getItem(template.itemId, { authentication: authentication }));
317
+ checkExistsList.push(getItemBase(template.itemId, authentication));
318
318
  }
319
319
  }
320
320
  const itemFetches = await Promise.allSettled(checkExistsList);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-creator",
3
- "version": "6.6.0-next.20260402204821",
3
+ "version": "6.6.0-next.20260403113537",
4
4
  "description": "Manages the creation of a Solution item for @esri/solution.js.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -25,18 +25,18 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@esri/hub-common": "^17.0.2",
28
- "@esri/solution-common": "^6.6.0-next.20260402204821",
29
- "@esri/solution-feature-layer": "^6.6.0-next.20260402204821",
30
- "@esri/solution-file": "^6.6.0-next.20260402204821",
31
- "@esri/solution-form": "^6.6.0-next.20260402204821",
32
- "@esri/solution-group": "^6.6.0-next.20260402204821",
33
- "@esri/solution-hub-types": "^6.6.0-next.20260402204821",
34
- "@esri/solution-simple-types": "^6.6.0-next.20260402204821",
35
- "@esri/solution-storymap": "^6.6.0-next.20260402204821",
36
- "@esri/solution-velocity": "^6.6.0-next.20260402204821",
37
- "@esri/solution-web-experience": "^6.6.0-next.20260402204821",
38
- "@esri/solution-web-tool": "^6.6.0-next.20260402204821",
39
- "@esri/solution-workflow": "^6.6.0-next.20260402204821",
28
+ "@esri/solution-common": "^6.6.0-next.20260403113537",
29
+ "@esri/solution-feature-layer": "^6.6.0-next.20260403113537",
30
+ "@esri/solution-file": "^6.6.0-next.20260403113537",
31
+ "@esri/solution-form": "^6.6.0-next.20260403113537",
32
+ "@esri/solution-group": "^6.6.0-next.20260403113537",
33
+ "@esri/solution-hub-types": "^6.6.0-next.20260403113537",
34
+ "@esri/solution-simple-types": "^6.6.0-next.20260403113537",
35
+ "@esri/solution-storymap": "^6.6.0-next.20260403113537",
36
+ "@esri/solution-velocity": "^6.6.0-next.20260403113537",
37
+ "@esri/solution-web-experience": "^6.6.0-next.20260403113537",
38
+ "@esri/solution-web-tool": "^6.6.0-next.20260403113537",
39
+ "@esri/solution-workflow": "^6.6.0-next.20260403113537",
40
40
  "tslib": "1.14.1"
41
41
  },
42
42
  "scripts": {
@@ -91,5 +91,5 @@
91
91
  "esri",
92
92
  "ES6"
93
93
  ],
94
- "gitHead": "62096f7663a709abbb3a2aabe40ea7c2ca8d2a35"
94
+ "gitHead": "5019d98e288549fe85fe498a85f244f67749bba9"
95
95
  }