@adobe/alloy 2.24.0-beta.0 → 2.24.0-beta.1
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.24.0-beta.
|
|
17
|
+
var _default = exports.default = "2.24.0-beta.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/alloy",
|
|
3
|
-
"version": "2.24.0-beta.
|
|
3
|
+
"version": "2.24.0-beta.1",
|
|
4
4
|
"description": "Adobe Experience Platform Web SDK",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "libEs5/index.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dev": "concurrently --names build,sandbox \"rollup -c -w --environment SANDBOX\" \"cd sandbox && export REACT_APP_NONCE=321 && npm start\"",
|
|
40
40
|
"dev:standalone": "npm run clean && rollup -c -w --environment STANDALONE",
|
|
41
41
|
"build": "npm run clean && rollup -c --environment BASE_CODE_MIN,STANDALONE,STANDALONE_MIN,BUNDLESIZE && echo \"Base Code:\" && cat distTest/baseCode.min.js",
|
|
42
|
-
"build:
|
|
42
|
+
"build:custom": "node scripts/alloyBuilder.js",
|
|
43
43
|
"prepare": "husky && cd sandbox && npm install",
|
|
44
44
|
"prepack": "rimraf libEs5 libEs6 && babel src -d libEs5 --env-name npmEs5 && babel src -d libEs6 --env-name npmEs6",
|
|
45
45
|
"checkthattestfilesexist": "./scripts/checkThatTestFilesExist.js",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"uuid": "^11.0.1"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@adobe/alloy": "^2.
|
|
97
|
+
"@adobe/alloy": "^2.24.0-beta.0",
|
|
98
98
|
"@babel/cli": "^7.25.9",
|
|
99
99
|
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
100
100
|
"@eslint/js": "^9.13.0",
|