Skip to content

Commit

Permalink
Rev versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Sep 5, 2023
1 parent 619e1b3 commit 86b9664
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/server-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/node-server-sdk",
"version": "9.0.0-alpha.1",
"version": "9.0.0-alpha.2",
"description": "LaunchDarkly Server-Side SDK for Node.js",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@launchdarkly/js-server-sdk-common": "1.4.0-alpha.1",
"@launchdarkly/js-server-sdk-common": "1.4.0-alpha.2",
"https-proxy-agent": "^5.0.1",
"launchdarkly-eventsource": "2.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/sdk-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/js-server-sdk-common",
"version": "1.4.0-alpha.1",
"version": "1.4.0-alpha.2",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 86b9664

Please sign in to comment.