We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5296176 commit 6ac8cd4Copy full SHA for 6ac8cd4
CHANGES.txt
@@ -0,0 +1,4 @@
1
+1.0.0
2
+- First release. Up to date with spec 0.1.0, and @openfeature/nodejs-sdk v0.2.0
3
+1.0.1
4
+- Fixes issues with flag details and error codes in negative cases, adds unit tests
package.json
@@ -1,6 +1,6 @@
{
"name": "@splitsoftware/openfeature-nodejs-split-provider",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Split OpenFeature Provider",
5
"files": [
6
"README.md",
@@ -27,7 +27,7 @@
27
"node": ">=6"
28
},
29
"dependencies": {
30
- "@openfeature/nodejs-sdk": "^0.2.0",
+ "@openfeature/nodejs-sdk": "^0.3.2",
31
"@splitsoftware/splitio": "^10.21.1"
32
33
"devDependencies": {
0 commit comments