Skip to content

Commit 6255ed9

Browse files
author
Het Dagli
committed
version bump
1 parent 923c6cc commit 6255ed9

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

javascript/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "laserstream-napi"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition = "2021"
55

66
[lib]

javascript/napi-src/stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const FORK_DEPTH_SAFETY_MARGIN: u64 = 31; // Max fork depth for processed commit
2222

2323
// SDK metadata constants
2424
const SDK_NAME: &str = "laserstream-javascript";
25-
const SDK_VERSION: &str = "0.2.6";
25+
const SDK_VERSION: &str = "0.2.7";
2626

2727
/// Custom interceptor that adds SDK metadata headers to all gRPC requests
2828
#[derive(Clone)]

javascript/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helius-laserstream",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "High-performance Laserstream gRPC client with automatic reconnection",
55
"main": "client.js",
66
"types": "client.d.ts",
@@ -83,12 +83,12 @@
8383
}
8484
},
8585
"optionalDependencies": {
86-
"helius-laserstream-darwin-arm64": "0.2.6",
87-
"helius-laserstream-darwin-x64": "0.2.6",
88-
"helius-laserstream-linux-arm64-gnu": "0.2.6",
89-
"helius-laserstream-linux-arm64-musl": "0.2.6",
90-
"helius-laserstream-linux-x64-gnu": "0.2.6",
91-
"helius-laserstream-linux-x64-musl": "0.2.6"
86+
"helius-laserstream-darwin-arm64": "0.2.7",
87+
"helius-laserstream-darwin-x64": "0.2.7",
88+
"helius-laserstream-linux-arm64-gnu": "0.2.7",
89+
"helius-laserstream-linux-arm64-musl": "0.2.7",
90+
"helius-laserstream-linux-x64-gnu": "0.2.7",
91+
"helius-laserstream-linux-x64-musl": "0.2.7"
9292
},
9393
"dependencies": {
9494
"@types/protobufjs": "^6.0.0",

0 commit comments

Comments
 (0)