Skip to content

Commit

Permalink
Update @vercel/edge-config peer dependency to extend support to versi…
Browse files Browse the repository at this point in the history
…on 1.0.0 or later
  • Loading branch information
EmilianoSanchez committed Dec 20, 2024
1 parent e55cbbb commit f4dab64
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 28 deletions.
5 changes: 4 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.2.0 (December 20, 2024)
- Updated @vercel/edge-config peer dependency to extend support to version 1.0.0 or later of the Edge Config client (Related to issue https://github.com/splitio/vercel-integration-utils/issues/20)

1.1.1 (July 26, 2024)
- Updated some transitive dependencies for vulnerability fixes.

Expand All @@ -12,4 +15,4 @@
- Updated wrapper to support parsed feature flag definitions.

0.1.0 (June 22, 2023)
- Initial public release.
- Initial public release.
56 changes: 32 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splitsoftware/vercel-integration-utils",
"version": "1.1.1",
"version": "1.2.0-rc.0",
"description": "Split SDK wrapper to integrate with Vercel Edge Config",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -28,11 +28,11 @@
},
"homepage": "https://github.com/splitio/vercel-integration-utils#readme",
"peerDependencies": {
"@vercel/edge-config": ">=0.1.0 <1.0.0"
"@vercel/edge-config": ">=0.1.0 <2.0.0"
},
"devDependencies": {
"@types/jest": "^28.1.8",
"@vercel/edge-config": "^0.2.1",
"@vercel/edge-config": "^1.4.0",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.0",
Expand Down

0 comments on commit f4dab64

Please sign in to comment.