Skip to content

Commit 6afe376

Browse files
sdk: release v2.139.0-beta.2
1 parent 301a52c commit 6afe376

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

sdk/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.139.0-beta.1
1+
2.139.0-beta.2

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drift-labs/sdk",
3-
"version": "2.139.0-beta.1",
3+
"version": "2.139.0-beta.2",
44
"main": "lib/node/index.js",
55
"types": "lib/node/index.d.ts",
66
"browser": "./lib/browser/index.js",

sdk/yarn.lock

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,6 +1281,13 @@
12811281
dependencies:
12821282
undici-types "~5.26.4"
12831283

1284+
"@types/protobufjs@^6.0.0":
1285+
version "6.0.0"
1286+
resolved "https://registry.yarnpkg.com/@types/protobufjs/-/protobufjs-6.0.0.tgz#aeabb43f9507bb19c8adfb479584c151082353e4"
1287+
integrity sha512-A27RDExpAf3rdDjIrHKiJK6x8kqqJ4CmoChwtipfhVAn1p7+wviQFFP7dppn8FslSbHtQeVPvi8wNKkDjSYjHw==
1288+
dependencies:
1289+
protobufjs "*"
1290+
12841291
"@types/semver@^7.5.0":
12851292
version "7.7.0"
12861293
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.7.0.tgz#64c441bdae033b378b6eef7d0c3d77c329b9378e"
@@ -3718,6 +3725,24 @@ pretty-ms@^7.0.1:
37183725
dependencies:
37193726
parse-ms "^2.1.0"
37203727

3728+
protobufjs@*, protobufjs@^7.5.3:
3729+
version "7.5.4"
3730+
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.5.4.tgz#885d31fe9c4b37f25d1bb600da30b1c5b37d286a"
3731+
integrity sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==
3732+
dependencies:
3733+
"@protobufjs/aspromise" "^1.1.2"
3734+
"@protobufjs/base64" "^1.1.2"
3735+
"@protobufjs/codegen" "^2.0.4"
3736+
"@protobufjs/eventemitter" "^1.1.0"
3737+
"@protobufjs/fetch" "^1.1.0"
3738+
"@protobufjs/float" "^1.0.2"
3739+
"@protobufjs/inquire" "^1.1.0"
3740+
"@protobufjs/path" "^1.1.2"
3741+
"@protobufjs/pool" "^1.1.0"
3742+
"@protobufjs/utf8" "^1.1.0"
3743+
"@types/node" ">=13.7.0"
3744+
long "^5.0.0"
3745+
37213746
protobufjs@^7.2.5, protobufjs@^7.4.0:
37223747
version "7.5.3"
37233748
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.5.3.tgz#13f95a9e3c84669995ec3652db2ac2fb00b89363"

0 commit comments

Comments
 (0)