@rivetkit/rivetkit-napi 0.0.0-sqlite-uds.ea644f1 → 0.0.0-sqlite-uds.37f9e48

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 -1
  2. package/package.json +8 -8
package/index.d.ts CHANGED
@@ -76,7 +76,7 @@ export interface JsActorConfig {
76
76
  icon?: string
77
77
  hasDatabase?: boolean
78
78
  remoteSqlite?: boolean
79
- experimentalActorUds?: boolean
79
+ enableSqliteUds?: boolean
80
80
  hasState?: boolean
81
81
  canHibernateWebsocket?: boolean
82
82
  stateSaveIntervalMs?: number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivetkit/rivetkit-napi",
3
- "version": "0.0.0-sqlite-uds.ea644f1",
3
+ "version": "0.0.0-sqlite-uds.37f9e48",
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",
@@ -44,14 +44,14 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@napi-rs/cli": "^2.18.4",
47
- "@rivetkit/engine-envoy-protocol": "0.0.0-sqlite-uds.ea644f1"
47
+ "@rivetkit/engine-envoy-protocol": "0.0.0-sqlite-uds.37f9e48"
48
48
  },
49
49
  "optionalDependencies": {
50
- "@rivetkit/rivetkit-napi-darwin-arm64": "0.0.0-sqlite-uds.ea644f1",
51
- "@rivetkit/rivetkit-napi-darwin-x64": "0.0.0-sqlite-uds.ea644f1",
52
- "@rivetkit/rivetkit-napi-linux-arm64-gnu": "0.0.0-sqlite-uds.ea644f1",
53
- "@rivetkit/rivetkit-napi-linux-arm64-musl": "0.0.0-sqlite-uds.ea644f1",
54
- "@rivetkit/rivetkit-napi-linux-x64-gnu": "0.0.0-sqlite-uds.ea644f1",
55
- "@rivetkit/rivetkit-napi-linux-x64-musl": "0.0.0-sqlite-uds.ea644f1"
50
+ "@rivetkit/rivetkit-napi-darwin-arm64": "0.0.0-sqlite-uds.37f9e48",
51
+ "@rivetkit/rivetkit-napi-darwin-x64": "0.0.0-sqlite-uds.37f9e48",
52
+ "@rivetkit/rivetkit-napi-linux-arm64-gnu": "0.0.0-sqlite-uds.37f9e48",
53
+ "@rivetkit/rivetkit-napi-linux-arm64-musl": "0.0.0-sqlite-uds.37f9e48",
54
+ "@rivetkit/rivetkit-napi-linux-x64-gnu": "0.0.0-sqlite-uds.37f9e48",
55
+ "@rivetkit/rivetkit-napi-linux-x64-musl": "0.0.0-sqlite-uds.37f9e48"
56
56
  }
57
57
  }