@rivetkit/supabase 2.3.11-rc.1 → 2.3.11-rc.3
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/mod.js +9 -8
- package/dist/mod.mjs +9 -8
- package/package.json +3 -3
package/dist/mod.js
CHANGED
|
@@ -508,7 +508,7 @@ function unsupportedFeature(feature) {
|
|
|
508
508
|
);
|
|
509
509
|
}
|
|
510
510
|
|
|
511
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
511
|
+
// ../rivetkit/dist/tsup/chunk-4JQYWBMT.js
|
|
512
512
|
var import_pino = require("pino");
|
|
513
513
|
|
|
514
514
|
// ../../../node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/classic/external.js
|
|
@@ -13181,7 +13181,7 @@ var classic_default = external_exports;
|
|
|
13181
13181
|
// ../../../node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/index.js
|
|
13182
13182
|
var v4_default = classic_default;
|
|
13183
13183
|
|
|
13184
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
13184
|
+
// ../rivetkit/dist/tsup/chunk-4JQYWBMT.js
|
|
13185
13185
|
var cbor = __toESM(require("cbor-x"), 1);
|
|
13186
13186
|
var import_invariant = __toESM(require_invariant(), 1);
|
|
13187
13187
|
var getRivetEngine = () => getEnvUniversal("RIVET_ENGINE");
|
|
@@ -13346,7 +13346,7 @@ function noopNext() {
|
|
|
13346
13346
|
}
|
|
13347
13347
|
var package_default = {
|
|
13348
13348
|
name: "rivetkit",
|
|
13349
|
-
version: "2.3.11-rc.
|
|
13349
|
+
version: "2.3.11-rc.3",
|
|
13350
13350
|
description: "Lightweight libraries for building stateful actors on edge platforms",
|
|
13351
13351
|
license: "Apache-2.0",
|
|
13352
13352
|
keywords: [
|
|
@@ -14639,7 +14639,7 @@ function Config({ initialBufferLength = 1024, maxBufferLength = 1024 * 1024 * 32
|
|
|
14639
14639
|
};
|
|
14640
14640
|
}
|
|
14641
14641
|
|
|
14642
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
14642
|
+
// ../rivetkit/dist/tsup/chunk-IBCX366R.js
|
|
14643
14643
|
var config2 = /* @__PURE__ */ Config({});
|
|
14644
14644
|
function readWorkflowCbor(bc) {
|
|
14645
14645
|
return readData(bc);
|
|
@@ -15512,7 +15512,7 @@ var AsyncMutex = class {
|
|
|
15512
15512
|
}
|
|
15513
15513
|
};
|
|
15514
15514
|
|
|
15515
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
15515
|
+
// ../rivetkit/dist/tsup/chunk-T34YWMEG.js
|
|
15516
15516
|
function logger() {
|
|
15517
15517
|
return getLogger("actor-client");
|
|
15518
15518
|
}
|
|
@@ -15550,7 +15550,7 @@ async function importWebSocket() {
|
|
|
15550
15550
|
return webSocketPromise;
|
|
15551
15551
|
}
|
|
15552
15552
|
|
|
15553
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
15553
|
+
// ../rivetkit/dist/tsup/chunk-GN75YOYN.js
|
|
15554
15554
|
var import_invariant2 = __toESM(require_invariant(), 1);
|
|
15555
15555
|
|
|
15556
15556
|
// ../../../node_modules/.pnpm/p-retry@6.2.1/node_modules/p-retry/index.js
|
|
@@ -15728,7 +15728,7 @@ function createVersionedDataHandler(config3) {
|
|
|
15728
15728
|
return new VersionedDataHandler(config3);
|
|
15729
15729
|
}
|
|
15730
15730
|
|
|
15731
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
15731
|
+
// ../rivetkit/dist/tsup/chunk-GN75YOYN.js
|
|
15732
15732
|
var import_invariant3 = __toESM(require_invariant(), 1);
|
|
15733
15733
|
var import_invariant4 = __toESM(require_invariant(), 1);
|
|
15734
15734
|
var PATH_CONNECT = "/connect";
|
|
@@ -19327,7 +19327,8 @@ var ActorConnRaw = class {
|
|
|
19327
19327
|
);
|
|
19328
19328
|
}
|
|
19329
19329
|
});
|
|
19330
|
-
this.#keepNodeAliveInterval = setInterval(() =>
|
|
19330
|
+
this.#keepNodeAliveInterval = setInterval(() => {
|
|
19331
|
+
}, 6e4);
|
|
19331
19332
|
}
|
|
19332
19333
|
#clearResolvedActorIdentity() {
|
|
19333
19334
|
this.#actorId = void 0;
|
package/dist/mod.mjs
CHANGED
|
@@ -471,7 +471,7 @@ function unsupportedFeature(feature) {
|
|
|
471
471
|
);
|
|
472
472
|
}
|
|
473
473
|
|
|
474
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
474
|
+
// ../rivetkit/dist/tsup/chunk-4JQYWBMT.js
|
|
475
475
|
import {
|
|
476
476
|
pino,
|
|
477
477
|
stdTimeFunctions
|
|
@@ -13147,7 +13147,7 @@ var classic_default = external_exports;
|
|
|
13147
13147
|
// ../../../node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/index.js
|
|
13148
13148
|
var v4_default = classic_default;
|
|
13149
13149
|
|
|
13150
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
13150
|
+
// ../rivetkit/dist/tsup/chunk-4JQYWBMT.js
|
|
13151
13151
|
var import_invariant = __toESM(require_invariant(), 1);
|
|
13152
13152
|
import * as cbor from "cbor-x";
|
|
13153
13153
|
var getRivetEngine = () => getEnvUniversal("RIVET_ENGINE");
|
|
@@ -13312,7 +13312,7 @@ function noopNext() {
|
|
|
13312
13312
|
}
|
|
13313
13313
|
var package_default = {
|
|
13314
13314
|
name: "rivetkit",
|
|
13315
|
-
version: "2.3.11-rc.
|
|
13315
|
+
version: "2.3.11-rc.3",
|
|
13316
13316
|
description: "Lightweight libraries for building stateful actors on edge platforms",
|
|
13317
13317
|
license: "Apache-2.0",
|
|
13318
13318
|
keywords: [
|
|
@@ -14605,7 +14605,7 @@ function Config({ initialBufferLength = 1024, maxBufferLength = 1024 * 1024 * 32
|
|
|
14605
14605
|
};
|
|
14606
14606
|
}
|
|
14607
14607
|
|
|
14608
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
14608
|
+
// ../rivetkit/dist/tsup/chunk-IBCX366R.js
|
|
14609
14609
|
var config2 = /* @__PURE__ */ Config({});
|
|
14610
14610
|
function readWorkflowCbor(bc) {
|
|
14611
14611
|
return readData(bc);
|
|
@@ -15478,7 +15478,7 @@ var AsyncMutex = class {
|
|
|
15478
15478
|
}
|
|
15479
15479
|
};
|
|
15480
15480
|
|
|
15481
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
15481
|
+
// ../rivetkit/dist/tsup/chunk-T34YWMEG.js
|
|
15482
15482
|
function logger() {
|
|
15483
15483
|
return getLogger("actor-client");
|
|
15484
15484
|
}
|
|
@@ -15516,7 +15516,7 @@ async function importWebSocket() {
|
|
|
15516
15516
|
return webSocketPromise;
|
|
15517
15517
|
}
|
|
15518
15518
|
|
|
15519
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
15519
|
+
// ../rivetkit/dist/tsup/chunk-GN75YOYN.js
|
|
15520
15520
|
var import_invariant2 = __toESM(require_invariant(), 1);
|
|
15521
15521
|
|
|
15522
15522
|
// ../../../node_modules/.pnpm/p-retry@6.2.1/node_modules/p-retry/index.js
|
|
@@ -15694,7 +15694,7 @@ function createVersionedDataHandler(config3) {
|
|
|
15694
15694
|
return new VersionedDataHandler(config3);
|
|
15695
15695
|
}
|
|
15696
15696
|
|
|
15697
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
15697
|
+
// ../rivetkit/dist/tsup/chunk-GN75YOYN.js
|
|
15698
15698
|
var import_invariant3 = __toESM(require_invariant(), 1);
|
|
15699
15699
|
var import_invariant4 = __toESM(require_invariant(), 1);
|
|
15700
15700
|
var PATH_CONNECT = "/connect";
|
|
@@ -19293,7 +19293,8 @@ var ActorConnRaw = class {
|
|
|
19293
19293
|
);
|
|
19294
19294
|
}
|
|
19295
19295
|
});
|
|
19296
|
-
this.#keepNodeAliveInterval = setInterval(() =>
|
|
19296
|
+
this.#keepNodeAliveInterval = setInterval(() => {
|
|
19297
|
+
}, 6e4);
|
|
19297
19298
|
}
|
|
19298
19299
|
#clearResolvedActorIdentity() {
|
|
19299
19300
|
this.#actorId = void 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rivetkit/supabase",
|
|
3
|
-
"version": "2.3.11-rc.
|
|
3
|
+
"version": "2.3.11-rc.3",
|
|
4
4
|
"description": "Supabase Edge Functions integration for RivetKit actors",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"check-edge-closure": "node ../../../scripts/ci/check-edge-native-closure.mjs"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@rivetkit/rivetkit-wasm": "2.3.11-rc.
|
|
42
|
+
"@rivetkit/rivetkit-wasm": "2.3.11-rc.3",
|
|
43
43
|
"cbor-x": "^1.6.0",
|
|
44
44
|
"pino": "^9.5.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@size-limit/file": "^11.1.6",
|
|
48
48
|
"@types/node": "^22.0.0",
|
|
49
|
-
"rivetkit": "2.3.11-rc.
|
|
49
|
+
"rivetkit": "2.3.11-rc.3",
|
|
50
50
|
"size-limit": "^11.1.6",
|
|
51
51
|
"tsup": "^8.4.0",
|
|
52
52
|
"typescript": "^5.5.2"
|