@uniformdev/optimize-tracker-common
Advanced tools
Comparing version 3.0.1-alpha.39 to 4.0.1
@@ -6,2 +6,19 @@ # Change Log | ||
### [4.0.1](https://github.com/uniformdev/optimize-sdk-internal/compare/v4.0.0...v4.0.1) (2021-02-23) | ||
**Note:** Version bump only for package @uniformdev/optimize-tracker-common | ||
## [4.0.0](https://github.com/uniformdev/optimize-sdk-internal/compare/v3.0.0...v4.0.0) (2021-02-23) | ||
### ⚠ BREAKING CHANGES | ||
- **tracker:** removed Activity storage | ||
- **tracker:** introduced required Test storage | ||
### Features | ||
- poc for setting score from plugin, browser extension plugin refactor and tests ([6bd1e62](https://github.com/uniformdev/optimize-sdk-internal/commit/6bd1e62fb5dfcfc41a4ebb9f1fd19dcfc39f1b7f)) | ||
- **edge:** edge personalization (NESI) with Next.js + Cloudflare Workers + Netlify Edge Handlers ([e549275](https://github.com/uniformdev/optimize-sdk-internal/commit/e549275cd0f0f702c778db03036d7a3f3325d6cb)) | ||
- **tracker:** initial implementation of Test component, removed Acti… ([#73](https://github.com/uniformdev/optimize-sdk-internal/issues/73)) ([985fcf5](https://github.com/uniformdev/optimize-sdk-internal/commit/985fcf52d9d51a2897b7d94b96f9d14213080495)) | ||
## 3.0.0 (2021-02-08) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@uniformdev/optimize-tracker-common", | ||
"version": "3.0.1-alpha.39+f998cd5", | ||
"version": "4.0.1", | ||
"description": "Uniform Optimize Tracker shared common functionality and types", | ||
@@ -29,3 +29,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@uniformdev/optimize-common": "^3.0.1-alpha.39+f998cd5" | ||
"@uniformdev/optimize-common": "^4.0.1" | ||
}, | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "f998cd51287c671c0a97298a1a0ad4c8605ec95c" | ||
"gitHead": "89e7fc4f53104ac27e8b08b7cfe60b51e1cc75b2" | ||
} |
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
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
51191
1
0
+ Added@uniformdev/optimize-common@4.0.1(transitive)
- Removed@uniformdev/optimize-common@3.0.1-alpha.39(transitive)