@rudderstack/analytics-js 3.0.0-beta.1 → 3.0.0-beta.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rudderstack/analytics-js",
3
- "version": "3.0.0-beta.1",
3
+ "version": "3.0.0-beta.2",
4
4
  "description": "RudderStack Javascript SDK",
5
5
  "main": "modern/cjs/index.js",
6
6
  "module": "modern/esm/index.js",
@@ -41,7 +41,7 @@
41
41
  "bugs": {
42
42
  "url": "https://github.com/rudderlabs/rudder-sdk-js/issues"
43
43
  },
44
- "homepage": "https://github.com/rudderlabs/rudder-sdk-js/blob/master/README.md",
44
+ "homepage": "https://github.com/rudderlabs/rudder-sdk-js/blob/main/packages/analytics-js/README.md",
45
45
  "scripts": {
46
46
  "clean": "rimraf -rf ./dist && rimraf -rf ./node_modules/.cache && rimraf tsconfig.tsbuildinfo && rimraf -rf ./reports",
47
47
  "start": "rollup -c --watch --environment DEV_SERVER,PROD_DEBUG",
@@ -66,6 +66,7 @@
66
66
  "check:security": "npm audit --recursive --audit-level=high",
67
67
  "start:modern": "BROWSERSLIST_ENV=modern npm run start",
68
68
  "build:modern": "npm run build:browser:modern && npm run build:npm:modern",
69
+ "prepare": "npm run build:package",
69
70
  "package": "cd dist/npm && npm pack --pack-destination ../../",
70
71
  "release": "npm publish"
71
72
  },
@@ -75,8 +76,8 @@
75
76
  "dependencies": {
76
77
  "@lukeed/uuid": "2.0.1",
77
78
  "@preact/signals-core": "1.3.1",
78
- "@rudderstack/analytics-js-common": "^3.0.0-beta.1",
79
- "@rudderstack/analytics-js-plugins": "^3.0.0-beta.1",
79
+ "@rudderstack/analytics-js-common": "3.0.0-beta.2",
80
+ "@rudderstack/analytics-js-plugins": "3.0.0-beta.2",
80
81
  "ramda": "0.29.0",
81
82
  "storejs": "2.0.5"
82
83
  },
@@ -179,5 +180,6 @@
179
180
  "last 1 edge version",
180
181
  "last 1 safari version"
181
182
  ]
182
- }
183
+ },
184
+ "gitHead": "0b6f1a302a3d3818796db0a7a716113678ab025c"
183
185
  }