@rivetkit/rivetkit-napi 0.0.0-codex-fix-engine-ui-build-base.aec1405 → 0.0.0-codex-rivetkit-cli-preview.5e414a8
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.
- package/index.d.ts +2 -0
- package/package.json +8 -9
package/index.d.ts
CHANGED
|
@@ -176,6 +176,8 @@ export interface JsServeConfig {
|
|
|
176
176
|
namespace: string
|
|
177
177
|
poolName: string
|
|
178
178
|
engineBinaryPath?: string
|
|
179
|
+
engineHost?: string
|
|
180
|
+
enginePort?: number
|
|
179
181
|
handleInspectorHttpInRuntime?: boolean
|
|
180
182
|
serverlessBasePath?: string
|
|
181
183
|
serverlessPackageVersion: string
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rivetkit/rivetkit-napi",
|
|
3
|
-
"version": "0.0.0-codex-
|
|
3
|
+
"version": "0.0.0-codex-rivetkit-cli-preview.5e414a8",
|
|
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",
|
|
@@ -43,15 +43,14 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@napi-rs/cli": "^2.18.4",
|
|
46
|
-
"@rivetkit/engine-envoy-protocol": "0.0.0-codex-
|
|
46
|
+
"@rivetkit/engine-envoy-protocol": "0.0.0-codex-rivetkit-cli-preview.5e414a8"
|
|
47
47
|
},
|
|
48
48
|
"optionalDependencies": {
|
|
49
|
-
"@rivetkit/rivetkit-napi-darwin-arm64": "0.0.0-codex-
|
|
50
|
-
"@rivetkit/rivetkit-napi-darwin-x64": "0.0.0-codex-
|
|
51
|
-
"@rivetkit/rivetkit-napi-linux-arm64-gnu": "0.0.0-codex-
|
|
52
|
-
"@rivetkit/rivetkit-napi-linux-arm64-musl": "0.0.0-codex-
|
|
53
|
-
"@rivetkit/rivetkit-napi-linux-x64-gnu": "0.0.0-codex-
|
|
54
|
-
"@rivetkit/rivetkit-napi-linux-x64-musl": "0.0.0-codex-
|
|
55
|
-
"@rivetkit/rivetkit-napi-win32-x64-msvc": "0.0.0-codex-fix-engine-ui-build-base.aec1405"
|
|
49
|
+
"@rivetkit/rivetkit-napi-darwin-arm64": "0.0.0-codex-rivetkit-cli-preview.5e414a8",
|
|
50
|
+
"@rivetkit/rivetkit-napi-darwin-x64": "0.0.0-codex-rivetkit-cli-preview.5e414a8",
|
|
51
|
+
"@rivetkit/rivetkit-napi-linux-arm64-gnu": "0.0.0-codex-rivetkit-cli-preview.5e414a8",
|
|
52
|
+
"@rivetkit/rivetkit-napi-linux-arm64-musl": "0.0.0-codex-rivetkit-cli-preview.5e414a8",
|
|
53
|
+
"@rivetkit/rivetkit-napi-linux-x64-gnu": "0.0.0-codex-rivetkit-cli-preview.5e414a8",
|
|
54
|
+
"@rivetkit/rivetkit-napi-linux-x64-musl": "0.0.0-codex-rivetkit-cli-preview.5e414a8"
|
|
56
55
|
}
|
|
57
56
|
}
|