@adobe/alloy 2.22.0-alpha.2 → 2.22.0-alpha.3
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.
|
@@ -14,4 +14,4 @@ governing permissions and limitations under the License.
|
|
|
14
14
|
*/
|
|
15
15
|
// The __VERSION__ keyword will be replace at alloy build time with the package.json version.
|
|
16
16
|
// see babel-plugin-version
|
|
17
|
-
var _default = exports.default = "2.22.0-alpha.
|
|
17
|
+
var _default = exports.default = "2.22.0-alpha.3";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/alloy",
|
|
3
|
-
"version": "2.22.0-alpha.
|
|
3
|
+
"version": "2.22.0-alpha.3",
|
|
4
4
|
"description": "Adobe Experience Platform Web SDK",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "libEs5/index.js",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"uuid": "^10.0.0"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
|
-
"@adobe/alloy": "^2.22.0-alpha.
|
|
98
|
+
"@adobe/alloy": "^2.22.0-alpha.2",
|
|
99
99
|
"@babel/cli": "^7.24.8",
|
|
100
100
|
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
101
101
|
"@eslint/js": "^9.9.0",
|
package/scripts/alloyBuilder.js
CHANGED
|
@@ -229,7 +229,7 @@ const getInteractiveBuildCommand = () =>
|
|
|
229
229
|
console.error(
|
|
230
230
|
"Prompt couldn't be rendered in the current environment",
|
|
231
231
|
);
|
|
232
|
-
} else {
|
|
232
|
+
} else if (error.name !== "ExitPromptError") {
|
|
233
233
|
console.error("An error occurred: ", error);
|
|
234
234
|
}
|
|
235
235
|
});
|