@adobe/alloy 2.30.1-beta.5 → 2.30.1-beta.7
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.30.1-beta.
|
|
17
|
+
var _default = exports.default = "2.30.1-beta.7";
|
package/libEs5/utils/uuid.js
CHANGED
|
@@ -13,4 +13,5 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA
|
|
|
13
13
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
14
14
|
governing permissions and limitations under the License.
|
|
15
15
|
*/
|
|
16
|
+
// eslint-disable-next-line import/no-unresolved
|
|
16
17
|
var _default = exports.default = _uuid.v4;
|
package/libEs6/utils/uuid.js
CHANGED
|
@@ -10,5 +10,6 @@ OF ANY KIND, either express or implied. See the License for the specific languag
|
|
|
10
10
|
governing permissions and limitations under the License.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
|
+
// eslint-disable-next-line import/no-unresolved
|
|
13
14
|
import { v4 as uuidv4 } from "uuid";
|
|
14
15
|
export default uuidv4;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/alloy",
|
|
3
|
-
"version": "2.30.1-beta.
|
|
3
|
+
"version": "2.30.1-beta.7",
|
|
4
4
|
"description": "Adobe Experience Platform Web SDK",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "libEs5/index.js",
|
|
@@ -80,53 +80,53 @@
|
|
|
80
80
|
"@babel/preset-env": "^7.28.5",
|
|
81
81
|
"@inquirer/prompts": "^7.9.0",
|
|
82
82
|
"@rollup/plugin-babel": "^6.1.0",
|
|
83
|
-
"@rollup/plugin-commonjs": "^
|
|
83
|
+
"@rollup/plugin-commonjs": "^29.0.0",
|
|
84
84
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
85
85
|
"@rollup/plugin-terser": "^0.4.4",
|
|
86
86
|
"commander": "^14.0.2",
|
|
87
87
|
"js-cookie": "3.0.5",
|
|
88
88
|
"rollup": "^4.52.5",
|
|
89
89
|
"rollup-plugin-license": "^3.6.0",
|
|
90
|
-
"uuid": "^
|
|
90
|
+
"uuid": "^13.0.0"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
93
|
"@adobe/alloy": "next",
|
|
94
94
|
"@babel/cli": "^7.28.3",
|
|
95
95
|
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
96
96
|
"@eslint/js": "^9.38.0",
|
|
97
|
-
"@octokit/rest": "^22.0.
|
|
97
|
+
"@octokit/rest": "^22.0.1",
|
|
98
98
|
"@types/node": "^24.9.1",
|
|
99
|
-
"@vitest/browser-playwright": "^4.0.
|
|
100
|
-
"@vitest/coverage-v8": "^4.0.
|
|
101
|
-
"@vitest/eslint-plugin": "^1.
|
|
99
|
+
"@vitest/browser-playwright": "^4.0.6",
|
|
100
|
+
"@vitest/coverage-v8": "^4.0.6",
|
|
101
|
+
"@vitest/eslint-plugin": "^1.4.0",
|
|
102
102
|
"chalk": "^5.6.2",
|
|
103
103
|
"concurrently": "^9.2.1",
|
|
104
104
|
"date-fns": "^4.1.0",
|
|
105
|
-
"eslint": "^9.
|
|
105
|
+
"eslint": "^9.39.0",
|
|
106
106
|
"eslint-config-prettier": "^10.1.8",
|
|
107
107
|
"eslint-plugin-compat": "^6.0.2",
|
|
108
108
|
"eslint-plugin-import": "^2.32.0",
|
|
109
109
|
"eslint-plugin-prettier": "^5.5.4",
|
|
110
110
|
"eslint-plugin-react": "^7.37.5",
|
|
111
111
|
"glob": "^11.0.3",
|
|
112
|
-
"globals": "^16.
|
|
112
|
+
"globals": "^16.5.0",
|
|
113
113
|
"handlebars": "^4.7.8",
|
|
114
114
|
"husky": "^9.1.7",
|
|
115
115
|
"lint-staged": "^16.2.6",
|
|
116
|
-
"minimatch": "^10.
|
|
116
|
+
"minimatch": "^10.1.1",
|
|
117
117
|
"msw": "^2.11.6",
|
|
118
118
|
"playwright": "^1.56.1",
|
|
119
119
|
"prettier": "^3.6.2",
|
|
120
120
|
"read-cache": "^1.0.0",
|
|
121
121
|
"recursive-readdir": "^2.2.3",
|
|
122
|
-
"rimraf": "^6.0
|
|
122
|
+
"rimraf": "^6.1.0",
|
|
123
123
|
"semver": "^7.7.3",
|
|
124
124
|
"staged-git-files": "^1.3.0",
|
|
125
125
|
"testcafe": "^3.7.2",
|
|
126
126
|
"testcafe-browser-provider-playwright": "^1.1.0",
|
|
127
127
|
"typescript": "^5.9.3",
|
|
128
128
|
"url-exists-nodejs": "^0.2.4",
|
|
129
|
-
"vitest": "^4.0.
|
|
129
|
+
"vitest": "^4.0.6"
|
|
130
130
|
},
|
|
131
131
|
"optionalDependencies": {
|
|
132
132
|
"@rollup/rollup-linux-x64-gnu": "^4.52.5"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uuid.d.ts","sourceRoot":"","sources":["../../packages/core/src/utils/uuid.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"uuid.d.ts","sourceRoot":"","sources":["../../packages/core/src/utils/uuid.js"],"names":[],"mappings":";6BAa6B,MAAM"}
|