@feature-hub/history-service
Advanced tools
Comparing version 3.4.0 to 3.4.1
{ | ||
"name": "@feature-hub/history-service", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "A history facade guaranteeing safe access for multiple consumers.", | ||
@@ -24,5 +24,5 @@ "homepage": "https://feature-hub.io/", | ||
"dependencies": { | ||
"@feature-hub/core": "^3.4.0", | ||
"@feature-hub/logger": "^3.4.0", | ||
"@feature-hub/server-request": "^3.4.0", | ||
"@feature-hub/core": "^3.4.1", | ||
"@feature-hub/logger": "^3.4.1", | ||
"@feature-hub/server-request": "^3.4.1", | ||
"fast-deep-equal": "^3.1.3", | ||
@@ -43,3 +43,4 @@ "resolve-pathname": "^3.0.0" | ||
"@feature-hub:bundler": "./src/index.ts", | ||
"default": "./lib/esm/index.js" | ||
"import": "./lib/esm/index.js", | ||
"require": "./lib/cjs/index.js" | ||
} | ||
@@ -52,3 +53,3 @@ }, | ||
}, | ||
"gitHead": "a9413fc8a42ef342723920d043af1571058f5d87" | ||
"gitHead": "cc151bacf7fed592d2736fb54039b24f59b06752" | ||
} |
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
1137197
Updated@feature-hub/core@^3.4.1
Updated@feature-hub/logger@^3.4.1