@rivetkit/rivetkit-native 0.0.0-pr.4675.2bc61ac → 0.0.0-pr.4675.c03f935

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +9 -9
package/index.d.ts CHANGED
@@ -27,6 +27,7 @@ export interface JsEnvoyConfig {
27
27
  poolName: string
28
28
  version: number
29
29
  metadata?: any
30
+ notGlobal: boolean
30
31
  /**
31
32
  * Log level for the Rust tracing subscriber (e.g. "trace", "debug", "info", "warn", "error").
32
33
  * Falls back to RIVET_LOG_LEVEL, then LOG_LEVEL, then RUST_LOG env vars. Defaults to "warn".
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivetkit/rivetkit-native",
3
- "version": "0.0.0-pr.4675.2bc61ac",
3
+ "version": "0.0.0-pr.4675.c03f935",
4
4
  "description": "Native N-API addon for RivetKit providing envoy client and SQLite access",
5
5
  "license": "Apache-2.0",
6
6
  "main": "index.js",
@@ -49,15 +49,15 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@napi-rs/cli": "^2.18.4",
52
- "@rivetkit/engine-envoy-protocol": "0.0.0-pr.4675.2bc61ac"
52
+ "@rivetkit/engine-envoy-protocol": "0.0.0-pr.4675.c03f935"
53
53
  },
54
54
  "optionalDependencies": {
55
- "@rivetkit/rivetkit-native-darwin-arm64": "0.0.0-pr.4675.2bc61ac",
56
- "@rivetkit/rivetkit-native-darwin-x64": "0.0.0-pr.4675.2bc61ac",
57
- "@rivetkit/rivetkit-native-linux-arm64-gnu": "0.0.0-pr.4675.2bc61ac",
58
- "@rivetkit/rivetkit-native-linux-arm64-musl": "0.0.0-pr.4675.2bc61ac",
59
- "@rivetkit/rivetkit-native-linux-x64-gnu": "0.0.0-pr.4675.2bc61ac",
60
- "@rivetkit/rivetkit-native-linux-x64-musl": "0.0.0-pr.4675.2bc61ac",
61
- "@rivetkit/rivetkit-native-win32-x64-msvc": "0.0.0-pr.4675.2bc61ac"
55
+ "@rivetkit/rivetkit-native-darwin-arm64": "0.0.0-pr.4675.c03f935",
56
+ "@rivetkit/rivetkit-native-darwin-x64": "0.0.0-pr.4675.c03f935",
57
+ "@rivetkit/rivetkit-native-linux-arm64-gnu": "0.0.0-pr.4675.c03f935",
58
+ "@rivetkit/rivetkit-native-linux-arm64-musl": "0.0.0-pr.4675.c03f935",
59
+ "@rivetkit/rivetkit-native-linux-x64-gnu": "0.0.0-pr.4675.c03f935",
60
+ "@rivetkit/rivetkit-native-linux-x64-musl": "0.0.0-pr.4675.c03f935",
61
+ "@rivetkit/rivetkit-native-win32-x64-msvc": "0.0.0-pr.4675.c03f935"
62
62
  }
63
63
  }