@rivetkit/supabase 2.3.11 → 2.3.12-rc.1
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 +8 -8
- package/dist/mod.mjs +8 -8
- package/package.json +3 -3
package/dist/mod.js
CHANGED
|
@@ -509,7 +509,7 @@ function unsupportedFeature(feature) {
|
|
|
509
509
|
);
|
|
510
510
|
}
|
|
511
511
|
|
|
512
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
512
|
+
// ../rivetkit/dist/tsup/chunk-HVHDZDM2.js
|
|
513
513
|
var import_pino = require("pino");
|
|
514
514
|
|
|
515
515
|
// ../../../node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/classic/external.js
|
|
@@ -13182,7 +13182,7 @@ var classic_default = external_exports;
|
|
|
13182
13182
|
// ../../../node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/index.js
|
|
13183
13183
|
var v4_default = classic_default;
|
|
13184
13184
|
|
|
13185
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
13185
|
+
// ../rivetkit/dist/tsup/chunk-HVHDZDM2.js
|
|
13186
13186
|
var cbor = __toESM(require("cbor-x"), 1);
|
|
13187
13187
|
var import_invariant = __toESM(require_invariant(), 1);
|
|
13188
13188
|
var getRivetEngine = () => getEnvUniversal("RIVET_ENGINE");
|
|
@@ -13347,7 +13347,7 @@ function noopNext() {
|
|
|
13347
13347
|
}
|
|
13348
13348
|
var package_default = {
|
|
13349
13349
|
name: "rivetkit",
|
|
13350
|
-
version: "2.3.
|
|
13350
|
+
version: "2.3.12-rc.1",
|
|
13351
13351
|
description: "Lightweight libraries for building stateful actors on edge platforms",
|
|
13352
13352
|
license: "Apache-2.0",
|
|
13353
13353
|
keywords: [
|
|
@@ -14650,7 +14650,7 @@ function Config({ initialBufferLength = 1024, maxBufferLength = 1024 * 1024 * 32
|
|
|
14650
14650
|
};
|
|
14651
14651
|
}
|
|
14652
14652
|
|
|
14653
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
14653
|
+
// ../rivetkit/dist/tsup/chunk-5UYNV4W6.js
|
|
14654
14654
|
var config2 = /* @__PURE__ */ Config({});
|
|
14655
14655
|
function readWorkflowCbor(bc) {
|
|
14656
14656
|
return readData(bc);
|
|
@@ -15612,7 +15612,7 @@ var AsyncMutex = class {
|
|
|
15612
15612
|
}
|
|
15613
15613
|
};
|
|
15614
15614
|
|
|
15615
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
15615
|
+
// ../rivetkit/dist/tsup/chunk-JHHAMABO.js
|
|
15616
15616
|
function logger() {
|
|
15617
15617
|
return getLogger("actor-client");
|
|
15618
15618
|
}
|
|
@@ -15650,7 +15650,7 @@ async function importWebSocket() {
|
|
|
15650
15650
|
return webSocketPromise;
|
|
15651
15651
|
}
|
|
15652
15652
|
|
|
15653
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
15653
|
+
// ../rivetkit/dist/tsup/chunk-A5BZEQOG.js
|
|
15654
15654
|
var import_invariant2 = __toESM(require_invariant(), 1);
|
|
15655
15655
|
|
|
15656
15656
|
// ../../../node_modules/.pnpm/p-retry@6.2.1/node_modules/p-retry/index.js
|
|
@@ -15828,7 +15828,7 @@ function createVersionedDataHandler(config3) {
|
|
|
15828
15828
|
return new VersionedDataHandler(config3);
|
|
15829
15829
|
}
|
|
15830
15830
|
|
|
15831
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
15831
|
+
// ../rivetkit/dist/tsup/chunk-A5BZEQOG.js
|
|
15832
15832
|
var import_invariant3 = __toESM(require_invariant(), 1);
|
|
15833
15833
|
var import_invariant4 = __toESM(require_invariant(), 1);
|
|
15834
15834
|
var PATH_CONNECT = "/connect";
|
|
@@ -21544,7 +21544,7 @@ function apiActorToOutput(actor2) {
|
|
|
21544
21544
|
};
|
|
21545
21545
|
}
|
|
21546
21546
|
|
|
21547
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
21547
|
+
// ../rivetkit/dist/tsup/chunk-KRPA4UOE.js
|
|
21548
21548
|
var nativeStateTransactionOpeners = /* @__PURE__ */ new WeakMap();
|
|
21549
21549
|
var nativeStateTransactionClientBinders = /* @__PURE__ */ new WeakMap();
|
|
21550
21550
|
function registerNativeStateTransactionOpener(provider, opener) {
|
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-HVHDZDM2.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-HVHDZDM2.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.
|
|
13315
|
+
version: "2.3.12-rc.1",
|
|
13316
13316
|
description: "Lightweight libraries for building stateful actors on edge platforms",
|
|
13317
13317
|
license: "Apache-2.0",
|
|
13318
13318
|
keywords: [
|
|
@@ -14615,7 +14615,7 @@ function Config({ initialBufferLength = 1024, maxBufferLength = 1024 * 1024 * 32
|
|
|
14615
14615
|
};
|
|
14616
14616
|
}
|
|
14617
14617
|
|
|
14618
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
14618
|
+
// ../rivetkit/dist/tsup/chunk-5UYNV4W6.js
|
|
14619
14619
|
var config2 = /* @__PURE__ */ Config({});
|
|
14620
14620
|
function readWorkflowCbor(bc) {
|
|
14621
14621
|
return readData(bc);
|
|
@@ -15577,7 +15577,7 @@ var AsyncMutex = class {
|
|
|
15577
15577
|
}
|
|
15578
15578
|
};
|
|
15579
15579
|
|
|
15580
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
15580
|
+
// ../rivetkit/dist/tsup/chunk-JHHAMABO.js
|
|
15581
15581
|
function logger() {
|
|
15582
15582
|
return getLogger("actor-client");
|
|
15583
15583
|
}
|
|
@@ -15615,7 +15615,7 @@ async function importWebSocket() {
|
|
|
15615
15615
|
return webSocketPromise;
|
|
15616
15616
|
}
|
|
15617
15617
|
|
|
15618
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
15618
|
+
// ../rivetkit/dist/tsup/chunk-A5BZEQOG.js
|
|
15619
15619
|
var import_invariant2 = __toESM(require_invariant(), 1);
|
|
15620
15620
|
|
|
15621
15621
|
// ../../../node_modules/.pnpm/p-retry@6.2.1/node_modules/p-retry/index.js
|
|
@@ -15793,7 +15793,7 @@ function createVersionedDataHandler(config3) {
|
|
|
15793
15793
|
return new VersionedDataHandler(config3);
|
|
15794
15794
|
}
|
|
15795
15795
|
|
|
15796
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
15796
|
+
// ../rivetkit/dist/tsup/chunk-A5BZEQOG.js
|
|
15797
15797
|
var import_invariant3 = __toESM(require_invariant(), 1);
|
|
15798
15798
|
var import_invariant4 = __toESM(require_invariant(), 1);
|
|
15799
15799
|
var PATH_CONNECT = "/connect";
|
|
@@ -21509,7 +21509,7 @@ function apiActorToOutput(actor2) {
|
|
|
21509
21509
|
};
|
|
21510
21510
|
}
|
|
21511
21511
|
|
|
21512
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
21512
|
+
// ../rivetkit/dist/tsup/chunk-KRPA4UOE.js
|
|
21513
21513
|
var nativeStateTransactionOpeners = /* @__PURE__ */ new WeakMap();
|
|
21514
21514
|
var nativeStateTransactionClientBinders = /* @__PURE__ */ new WeakMap();
|
|
21515
21515
|
function registerNativeStateTransactionOpener(provider, opener) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rivetkit/supabase",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.12-rc.1",
|
|
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.
|
|
42
|
+
"@rivetkit/rivetkit-wasm": "2.3.12-rc.1",
|
|
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.
|
|
49
|
+
"rivetkit": "2.3.12-rc.1",
|
|
50
50
|
"size-limit": "^11.1.6",
|
|
51
51
|
"tsup": "^8.4.0",
|
|
52
52
|
"typescript": "^5.5.2"
|