@esri/solution-web-experience 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/helpers/convert-web-experience-to-template.js +0 -1
- package/dist/cjs/helpers/create-web-experience-model-from-template.js +0 -1
- package/dist/cjs/helpers/create-web-experience.js +0 -1
- package/dist/cjs/helpers/get-experience-subdomain.js +0 -1
- package/dist/cjs/helpers/get-web-experience-dependencies.js +0 -1
- package/dist/cjs/helpers/get-web-experience-url-template.js +0 -1
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/web-experience-processor.js +0 -1
- package/dist/esm/helpers/convert-web-experience-to-template.js +0 -1
- package/dist/esm/helpers/create-web-experience-model-from-template.js +0 -1
- package/dist/esm/helpers/create-web-experience.js +0 -1
- package/dist/esm/helpers/get-experience-subdomain.js +0 -1
- package/dist/esm/helpers/get-web-experience-dependencies.js +0 -1
- package/dist/esm/helpers/get-web-experience-url-template.js +0 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/web-experience-processor.js +0 -1
- package/package.json +3 -3
|
@@ -64,4 +64,3 @@ function convertWebExperienceToTemplate(model) {
|
|
|
64
64
|
exports.convertWebExperienceToTemplate = convertWebExperienceToTemplate;
|
|
65
65
|
const publishedTypeKW = "status: Published";
|
|
66
66
|
const changedTypeKW = "status: Changed";
|
|
67
|
-
//# sourceMappingURL=convert-web-experience-to-template.js.map
|
|
@@ -39,4 +39,3 @@ function createWebExperienceModelFromTemplate(templateModel, settings, transform
|
|
|
39
39
|
return Promise.resolve(model);
|
|
40
40
|
}
|
|
41
41
|
exports.createWebExperienceModelFromTemplate = createWebExperienceModelFromTemplate;
|
|
42
|
-
//# sourceMappingURL=create-web-experience-model-from-template.js.map
|
package/dist/cjs/index.js
CHANGED
|
@@ -121,4 +121,3 @@ function postProcess(itemId, type, itemInfos, template, templates, templateDicti
|
|
|
121
121
|
return (0, solution_common_1.updateItemTemplateFromDictionary)(itemId, templateDictionary, authentication);
|
|
122
122
|
}
|
|
123
123
|
exports.postProcess = postProcess;
|
|
124
|
-
//# sourceMappingURL=web-experience-processor.js.map
|
package/dist/esm/index.js
CHANGED
|
@@ -115,4 +115,3 @@ export function createItemFromTemplate(template, templateDictionary, destination
|
|
|
115
115
|
export function postProcess(itemId, type, itemInfos, template, templates, templateDictionary, authentication) {
|
|
116
116
|
return updateItemTemplateFromDictionary(itemId, templateDictionary, authentication);
|
|
117
117
|
}
|
|
118
|
-
//# sourceMappingURL=web-experience-processor.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/solution-web-experience",
|
|
3
|
-
"version": "6.4.0-next.
|
|
3
|
+
"version": "6.4.0-next.20250725",
|
|
4
4
|
"description": "Manages the creation and deployment of Web Experience 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
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@esri/hub-common": "^17.0.2",
|
|
25
|
-
"@esri/solution-common": "^6.4.0-next.
|
|
25
|
+
"@esri/solution-common": "^6.4.0-next.20250725",
|
|
26
26
|
"tslib": "1.14.1"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"esri",
|
|
63
63
|
"ES6"
|
|
64
64
|
],
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "231a47edad8afb71cb1d33e6a1b83679ec428193"
|
|
66
66
|
}
|