Skip to content

Commit

Permalink
chore: use caret for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasl committed Jan 29, 2025
1 parent 4c27bed commit 1ee0ab7
Show file tree
Hide file tree
Showing 5 changed files with 17,847 additions and 11 deletions.
6 changes: 3 additions & 3 deletions packages/openfeature-server-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"version": "0.2.14",
"types": "build/types/index.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "7.43.1",
"@microsoft/api-extractor": "7.49.1",
"@openfeature/core": "^1.1.0",
"@openfeature/server-sdk": "^1.13.5",
"@spotify-confidence/sdk": "workspace:*",
"rollup": "4.24.0"
"rollup": "4.32.1"
},
"peerDependencies": {
"@openfeature/server-sdk": "^1.13.5",
"@spotify-confidence/sdk": ">=0.1.4"
"@spotify-confidence/sdk": "^0.2.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
6 changes: 3 additions & 3 deletions packages/openfeature-web-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"fast-deep-equal": "^3.1.3"
},
"devDependencies": {
"@microsoft/api-extractor": "7.43.1",
"@microsoft/api-extractor": "7.49.1",
"@openfeature/core": "^1.1.0",
"@openfeature/web-sdk": "^1.0.3",
"@spotify-confidence/sdk": "workspace:*",
"rollup": "4.24.0"
"rollup": "4.32.1"
},
"peerDependencies": {
"@openfeature/web-sdk": "^1.0.3",
"@spotify-confidence/sdk": ">=0.1.4"
"@spotify-confidence/sdk": "^0.2.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"module": "dist/index.esm.js"
},
"peerDependencies": {
"@spotify-confidence/sdk": ">=0.1.4",
"@spotify-confidence/sdk": "^0.2.0",
"react": "^18.2.0"
},
"devDependencies": {
"@microsoft/api-extractor": "7.43.1",
"@microsoft/api-extractor": "7.49.1",
"@spotify-confidence/sdk": "workspace:*",
"react": "^18.2.0",
"rollup": "4.24.0"
"rollup": "4.32.1"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"dist/index.*"
],
"devDependencies": {
"@microsoft/api-extractor": "7.43.1",
"@microsoft/api-extractor": "7.49.1",
"prettier": "*",
"rollup": "4.24.0",
"rollup": "4.32.1",
"ts-proto": "^2.3.0"
},
"main": "dist/index.cjs.js",
Expand Down
Loading

0 comments on commit 1ee0ab7

Please sign in to comment.