@rudderstack/analytics-js 3.0.0-beta.14 → 3.0.0-beta.15
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +17 -0
- package/dist/npm/index.d.ts +55 -35
- package/dist/npm/legacy/cjs/index.js +276 -247
- package/dist/npm/legacy/esm/index.js +276 -247
- package/dist/npm/legacy/umd/index.js +276 -247
- package/dist/npm/modern/bundled/cjs/index.js +275 -245
- package/dist/npm/modern/bundled/esm/index.js +275 -245
- package/dist/npm/modern/bundled/umd/index.js +275 -245
- package/dist/npm/modern/cjs/index.js +157 -152
- package/dist/npm/modern/esm/index.js +157 -152
- package/dist/npm/modern/umd/index.js +157 -152
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rudderstack/analytics-js",
|
3
|
-
"version": "3.0.0-beta.
|
3
|
+
"version": "3.0.0-beta.15",
|
4
4
|
"description": "RudderStack Javascript SDK",
|
5
5
|
"main": "dist/npm/modern/cjs/index.js",
|
6
6
|
"module": "dist/npm/modern/esm/index.js",
|
@@ -72,7 +72,8 @@
|
|
72
72
|
"check:security": "npm audit --recursive --audit-level=high",
|
73
73
|
"build:modern": "npm run build:browser:modern && npm run build:npm:modern",
|
74
74
|
"package": "npm pack",
|
75
|
-
"release": "npm publish"
|
75
|
+
"release": "npm publish",
|
76
|
+
"build:browser:LH": "nx run @rudderstack/analytics-js:build-browser && nx run @rudderstack/analytics-js:build-browser-modern"
|
76
77
|
},
|
77
78
|
"devDependencies": {
|
78
79
|
"@lukeed/uuid": "2.0.1",
|