@spotify-confidence/openfeature-server-provider
Advanced tools
Comparing version 0.2.3 to 0.2.5
@@ -15,2 +15,21 @@ # Changelog | ||
## [0.2.5](https://github.com/spotify/confidence-sdk-js/compare/openfeature-server-provider-v0.2.4...openfeature-server-provider-v0.2.5) (2024-05-28) | ||
### ๐ Bug Fixes | ||
* npm deployment ([#146](https://github.com/spotify/confidence-sdk-js/issues/146)) ([0c93173](https://github.com/spotify/confidence-sdk-js/commit/0c931732a8c8df4b73d5e7a5b3bcda21684cb441)) | ||
## [0.2.4](https://github.com/spotify/confidence-sdk-js/compare/openfeature-server-provider-v0.2.3...openfeature-server-provider-v0.2.4) (2024-05-27) | ||
### ๐ Bug Fixes | ||
* widen flag return types ([#142](https://github.com/spotify/confidence-sdk-js/issues/142)) ([6554e8c](https://github.com/spotify/confidence-sdk-js/commit/6554e8c83c6c49103f11fbdcf3f53c5576870788)) | ||
### โจ New Features | ||
* confidence flag api ([#141](https://github.com/spotify/confidence-sdk-js/issues/141)) ([3583415](https://github.com/spotify/confidence-sdk-js/commit/3583415957915a4d181316b66e5549071836799f)) | ||
## [0.2.3](https://github.com/spotify/confidence-openfeature-provider-js/compare/openfeature-server-provider-v0.2.2-rc.0...openfeature-server-provider-v0.2.3) (2024-05-03) | ||
@@ -17,0 +36,0 @@ |
{ | ||
"name": "@spotify-confidence/openfeature-server-provider", | ||
"license": "Apache-2.0", | ||
"version": "0.2.3", | ||
"module": "build/esm/index.js", | ||
"main": "build/cjs/index.js", | ||
"types": "build/types/index.d.ts", | ||
"version": "0.2.5", | ||
"type": "module", | ||
"types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "*", | ||
"@openfeature/core": "^1.1.0", | ||
"@openfeature/server-sdk": "^1.13.5" | ||
"@openfeature/server-sdk": "^1.13.5", | ||
"rollup": "*" | ||
}, | ||
"peerDependencies": { | ||
"@openfeature/server-sdk": "^1.13.5", | ||
"@spotify-confidence/sdk": "^0.0.4" | ||
"@spotify-confidence/sdk": "0.0.7" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/index.js" | ||
}, | ||
"scripts": { | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:types": "tsc -p tsconfig.types.json", | ||
"clean": "rm -rf build" | ||
"build": "tsc", | ||
"bundle": "rollup -c && api-extractor run" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "9cc79a28acd7b00a5e7e341229081e854d0b5292" | ||
} | ||
"files": [ | ||
"dist/index.*" | ||
], | ||
"main": "dist/index.js" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Yes
26412
4
6
187
2