@adobe/alloy 2.21.0-beta.5 → 2.21.0-beta.6

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.21.0-beta.5";
17
+ var _default = exports.default = "2.21.0-beta.6";
@@ -13,4 +13,4 @@ governing permissions and limitations under the License.
13
13
  // The __VERSION__ keyword will be replace at alloy build time with the package.json version.
14
14
  // see babel-plugin-version
15
15
 
16
- export default "2.21.0-beta.5";
16
+ export default "2.21.0-beta.6";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/alloy",
3
- "version": "2.21.0-beta.5",
3
+ "version": "2.21.0-beta.6",
4
4
  "description": "Adobe Experience Platform Web SDK",
5
5
  "type": "module",
6
6
  "main": "libEs5/index.js",
@@ -77,13 +77,6 @@
77
77
  "@adobe/reactor-load-script": "^1.1.1",
78
78
  "@adobe/reactor-object-assign": "^1.0.0",
79
79
  "@adobe/reactor-query-string": "^1.0.0",
80
- "css.escape": "^1.5.1",
81
- "js-cookie": "3.0.5",
82
- "parse-uri": "^1.0.9",
83
- "uuid": "^9.0.1"
84
- },
85
- "devDependencies": {
86
- "@adobe/alloy": "^2.21.0-beta.4",
87
80
  "@babel/cli": "^7.24.7",
88
81
  "@babel/core": "^7.24.7",
89
82
  "@babel/eslint-parser": "^7.24.7",
@@ -92,16 +85,28 @@
92
85
  "@babel/plugin-transform-template-literals": "^7.24.7",
93
86
  "@babel/preset-env": "^7.24.7",
94
87
  "@babel/types": "^7.24.7",
95
- "@eslint/js": "^9.4.0",
96
- "@octokit/rest": "^20.1.1",
97
88
  "@rollup/plugin-babel": "^6.0.4",
98
89
  "@rollup/plugin-commonjs": "^26.0.1",
99
90
  "@rollup/plugin-node-resolve": "^15.2.3",
100
91
  "@rollup/plugin-terser": "^0.4.4",
92
+ "commander": "^12.1.0",
93
+ "css.escape": "^1.5.1",
94
+ "inquirer": "^9.2.23",
95
+ "js-cookie": "3.0.5",
96
+ "parse-uri": "^1.0.9",
97
+ "rollup": "^4.18.0",
98
+ "rollup-plugin-glob-import": "^0.5.0",
99
+ "rollup-plugin-istanbul": "^5.0.0",
100
+ "rollup-plugin-license": "^3.4.0",
101
+ "uuid": "^9.0.1"
102
+ },
103
+ "devDependencies": {
104
+ "@adobe/alloy": "^2.21.0-beta.5",
105
+ "@eslint/js": "^9.4.0",
106
+ "@octokit/rest": "^20.1.1",
101
107
  "bundlesize": "^0.18.2",
102
108
  "chai": "^5.1.1",
103
109
  "chalk": "^5.3.0",
104
- "commander": "^12.1.0",
105
110
  "concurrently": "^8.2.2",
106
111
  "date-fns": "^3.6.0",
107
112
  "dotenv": "^16.4.5",
@@ -117,7 +122,6 @@
117
122
  "globals": "^15.4.0",
118
123
  "handlebars": "^4.7.8",
119
124
  "husky": "^9.0.11",
120
- "inquirer": "^9.2.23",
121
125
  "jasmine": "^5.1.0",
122
126
  "jasmine-core": "^5.1.2",
123
127
  "karma": "^6.4.3",
@@ -139,10 +143,6 @@
139
143
  "recursive-readdir": "^2.2.3",
140
144
  "request": "^2.88.0",
141
145
  "rimraf": "^5.0.7",
142
- "rollup": "^4.18.0",
143
- "rollup-plugin-glob-import": "^0.5.0",
144
- "rollup-plugin-istanbul": "^5.0.0",
145
- "rollup-plugin-license": "^3.4.0",
146
146
  "semver": "^7.6.2",
147
147
  "staged-git-files": "^1.3.0",
148
148
  "start-server-and-test": "^2.0.4",