@rivetkit/engine-envoy-protocol 0.0.0-pr.4785.6e540a6 → 0.0.0-pr.4787.9387d38

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/dist/index.d.ts CHANGED
@@ -490,7 +490,6 @@ type CommandStartActor = {
490
490
  readonly config: ActorConfig;
491
491
  readonly hibernatingRequests: readonly HibernatingRequest[];
492
492
  readonly preloadedKv: PreloadedKv | null;
493
- readonly sqliteSchemaVersion: u32;
494
493
  readonly sqliteStartupData: SqliteStartupData | null;
495
494
  };
496
495
  declare function readCommandStartActor(bc: bare.ByteCursor): CommandStartActor;
package/dist/index.js CHANGED
@@ -1168,7 +1168,6 @@ function readCommandStartActor(bc) {
1168
1168
  config: readActorConfig(bc),
1169
1169
  hibernatingRequests: read13(bc),
1170
1170
  preloadedKv: read14(bc),
1171
- sqliteSchemaVersion: bare.readU32(bc),
1172
1171
  sqliteStartupData: read15(bc)
1173
1172
  };
1174
1173
  }
@@ -1176,7 +1175,6 @@ function writeCommandStartActor(bc, x) {
1176
1175
  writeActorConfig(bc, x.config);
1177
1176
  write13(bc, x.hibernatingRequests);
1178
1177
  write14(bc, x.preloadedKv);
1179
- bare.writeU32(bc, x.sqliteSchemaVersion);
1180
1178
  write15(bc, x.sqliteStartupData);
1181
1179
  }
1182
1180
  var StopActorReason = /* @__PURE__ */ ((StopActorReason2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivetkit/engine-envoy-protocol",
3
- "version": "0.0.0-pr.4785.6e540a6",
3
+ "version": "0.0.0-pr.4787.9387d38",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {