@snowplow/browser-plugin-timezone
Advanced tools
Comparing version 3.0.0-alpha.3 to 3.0.0-alpha.4
{ | ||
"name": "@snowplow/browser-plugin-timezone", | ||
"version": "3.0.0-alpha.3", | ||
"version": "3.0.0-alpha.4", | ||
"description": "Attaches timezone to Snowplow events", | ||
@@ -13,5 +13,5 @@ "homepage": "http://bit.ly/sp-js", | ||
"author": "Paul Boocock", | ||
"main": "./dist/index.umd.js", | ||
"module": "./dist/index.module.js", | ||
"types": "./dist/index.module.d.ts", | ||
"main": "./dist/browser-plugin-timezone.umd.js", | ||
"module": "./dist/browser-plugin-timezone.module.js", | ||
"types": "./dist/browser-plugin-timezone.module.d.ts", | ||
"files": [ | ||
@@ -25,10 +25,10 @@ "dist" | ||
"dependencies": { | ||
"@snowplow/browser-tracker-core": "3.0.0-alpha.3", | ||
"@snowplow/tracker-core": "3.0.0-alpha.3", | ||
"@snowplow/browser-tracker-core": "3.0.0-alpha.4", | ||
"@snowplow/tracker-core": "3.0.0-alpha.4", | ||
"jstimezonedetect": "1.0.7", | ||
"tslib": "^2.0.3" | ||
"tslib": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^17.0.0", | ||
"@rollup/plugin-node-resolve": "^11.0.0", | ||
"@rollup/plugin-commonjs": "^17.1.0", | ||
"@rollup/plugin-node-resolve": "^11.2.0", | ||
"@types/jest": "^26.0.20", | ||
@@ -44,3 +44,3 @@ "@types/jsdom": "^16.2.6", | ||
"moment-timezone": "^0.5.26", | ||
"rollup": "^2.34.0", | ||
"rollup": "^2.41.1", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
@@ -50,4 +50,4 @@ "rollup-plugin-license": "^2.2.0", | ||
"ts-jest": "^26.5.0", | ||
"typescript": "^4.1.2" | ||
"typescript": "^4.2.3" | ||
} | ||
} |
@@ -39,3 +39,3 @@ # Snowplow Timezone Tracking | ||
newTracker('sp1', '{{collector}}', { Plugins: [ TimezonePlugin() ] }); | ||
newTracker('sp1', '{{collector}}', { plugins: [ TimezonePlugin() ] }); | ||
``` | ||
@@ -42,0 +42,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100796
1
+ Added@snowplow/browser-tracker-core@3.0.0-alpha.4(transitive)
+ Added@snowplow/tracker-core@3.0.0-alpha.4(transitive)
- Removed@snowplow/browser-tracker-core@3.0.0-alpha.3(transitive)
- Removed@snowplow/tracker-core@3.0.0-alpha.3(transitive)
Updatedtslib@^2.1.0