@rivetkit/supabase 0.0.0-sync-sqlite.527e186 → 0.0.0-sync-sqlite.0ed739a
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 +45 -45
- package/dist/mod.mjs +45 -45
- package/package.json +3 -3
package/dist/mod.js
CHANGED
|
@@ -519,7 +519,7 @@ function unsupportedFeature(feature) {
|
|
|
519
519
|
);
|
|
520
520
|
}
|
|
521
521
|
|
|
522
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
522
|
+
// ../rivetkit/dist/tsup/chunk-NNPIJLBE.js
|
|
523
523
|
var import_pino = require("pino");
|
|
524
524
|
|
|
525
525
|
// ../../../node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/classic/external.js
|
|
@@ -13192,7 +13192,7 @@ var classic_default = external_exports;
|
|
|
13192
13192
|
// ../../../node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/index.js
|
|
13193
13193
|
var v4_default = classic_default;
|
|
13194
13194
|
|
|
13195
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
13195
|
+
// ../rivetkit/dist/tsup/chunk-NNPIJLBE.js
|
|
13196
13196
|
var cbor = __toESM(require("cbor-x"), 1);
|
|
13197
13197
|
var import_invariant = __toESM(require_invariant(), 1);
|
|
13198
13198
|
var getRivetEngine = () => getEnvUniversal("RIVET_ENGINE");
|
|
@@ -13366,7 +13366,7 @@ function noopNext() {
|
|
|
13366
13366
|
}
|
|
13367
13367
|
var package_default = {
|
|
13368
13368
|
name: "rivetkit",
|
|
13369
|
-
version: "0.0.0-sync-sqlite.
|
|
13369
|
+
version: "0.0.0-sync-sqlite.0ed739a",
|
|
13370
13370
|
description: "Lightweight libraries for building stateful actors on edge platforms",
|
|
13371
13371
|
license: "Apache-2.0",
|
|
13372
13372
|
keywords: [
|
|
@@ -14670,7 +14670,7 @@ function Config({ initialBufferLength = 1024, maxBufferLength = 1024 * 1024 * 32
|
|
|
14670
14670
|
};
|
|
14671
14671
|
}
|
|
14672
14672
|
|
|
14673
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
14673
|
+
// ../rivetkit/dist/tsup/chunk-EHAGZJ34.js
|
|
14674
14674
|
var config2 = /* @__PURE__ */ Config({});
|
|
14675
14675
|
function readWorkflowCbor(bc) {
|
|
14676
14676
|
return readData(bc);
|
|
@@ -15549,44 +15549,6 @@ function removePrefixFromKey(prefixedKey) {
|
|
|
15549
15549
|
return prefixedKey.slice(KEYS.KV.length);
|
|
15550
15550
|
}
|
|
15551
15551
|
|
|
15552
|
-
// ../rivetkit/dist/tsup/chunk-GE2H2DHD.js
|
|
15553
|
-
function logger() {
|
|
15554
|
-
return getLogger("actor-client");
|
|
15555
|
-
}
|
|
15556
|
-
var webSocketPromise = null;
|
|
15557
|
-
async function importWebSocket() {
|
|
15558
|
-
if (webSocketPromise !== null) {
|
|
15559
|
-
return webSocketPromise;
|
|
15560
|
-
}
|
|
15561
|
-
webSocketPromise = (async () => {
|
|
15562
|
-
let _WebSocket;
|
|
15563
|
-
if (typeof WebSocket !== "undefined") {
|
|
15564
|
-
_WebSocket = WebSocket;
|
|
15565
|
-
} else {
|
|
15566
|
-
try {
|
|
15567
|
-
const moduleName = "ws";
|
|
15568
|
-
const ws = await import(
|
|
15569
|
-
/* webpackIgnore: true */
|
|
15570
|
-
moduleName
|
|
15571
|
-
);
|
|
15572
|
-
_WebSocket = ws.default;
|
|
15573
|
-
logger().debug("using websocket from npm");
|
|
15574
|
-
} catch {
|
|
15575
|
-
_WebSocket = class MockWebSocket {
|
|
15576
|
-
constructor() {
|
|
15577
|
-
throw new Error(
|
|
15578
|
-
'WebSocket support requires installing the "ws" peer dependency.'
|
|
15579
|
-
);
|
|
15580
|
-
}
|
|
15581
|
-
};
|
|
15582
|
-
logger().debug("using mock websocket");
|
|
15583
|
-
}
|
|
15584
|
-
}
|
|
15585
|
-
return _WebSocket;
|
|
15586
|
-
})();
|
|
15587
|
-
return webSocketPromise;
|
|
15588
|
-
}
|
|
15589
|
-
|
|
15590
15552
|
// ../rivetkit/dist/tsup/chunk-WCEJTJHO.js
|
|
15591
15553
|
var MIGRATION_TRANSACTION_TIMEOUT_MS = 5 * 6e4;
|
|
15592
15554
|
function isManualTransactionControl(query) {
|
|
@@ -15702,7 +15664,45 @@ var AsyncMutex = class {
|
|
|
15702
15664
|
}
|
|
15703
15665
|
};
|
|
15704
15666
|
|
|
15705
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
15667
|
+
// ../rivetkit/dist/tsup/chunk-SLAKWYOH.js
|
|
15668
|
+
function logger() {
|
|
15669
|
+
return getLogger("actor-client");
|
|
15670
|
+
}
|
|
15671
|
+
var webSocketPromise = null;
|
|
15672
|
+
async function importWebSocket() {
|
|
15673
|
+
if (webSocketPromise !== null) {
|
|
15674
|
+
return webSocketPromise;
|
|
15675
|
+
}
|
|
15676
|
+
webSocketPromise = (async () => {
|
|
15677
|
+
let _WebSocket;
|
|
15678
|
+
if (typeof WebSocket !== "undefined") {
|
|
15679
|
+
_WebSocket = WebSocket;
|
|
15680
|
+
} else {
|
|
15681
|
+
try {
|
|
15682
|
+
const moduleName = "ws";
|
|
15683
|
+
const ws = await import(
|
|
15684
|
+
/* webpackIgnore: true */
|
|
15685
|
+
moduleName
|
|
15686
|
+
);
|
|
15687
|
+
_WebSocket = ws.default;
|
|
15688
|
+
logger().debug("using websocket from npm");
|
|
15689
|
+
} catch {
|
|
15690
|
+
_WebSocket = class MockWebSocket {
|
|
15691
|
+
constructor() {
|
|
15692
|
+
throw new Error(
|
|
15693
|
+
'WebSocket support requires installing the "ws" peer dependency.'
|
|
15694
|
+
);
|
|
15695
|
+
}
|
|
15696
|
+
};
|
|
15697
|
+
logger().debug("using mock websocket");
|
|
15698
|
+
}
|
|
15699
|
+
}
|
|
15700
|
+
return _WebSocket;
|
|
15701
|
+
})();
|
|
15702
|
+
return webSocketPromise;
|
|
15703
|
+
}
|
|
15704
|
+
|
|
15705
|
+
// ../rivetkit/dist/tsup/chunk-BERJKIW5.js
|
|
15706
15706
|
var import_invariant2 = __toESM(require_invariant(), 1);
|
|
15707
15707
|
|
|
15708
15708
|
// ../../../node_modules/.pnpm/p-retry@6.2.1/node_modules/p-retry/index.js
|
|
@@ -15880,7 +15880,7 @@ function createVersionedDataHandler(config3) {
|
|
|
15880
15880
|
return new VersionedDataHandler(config3);
|
|
15881
15881
|
}
|
|
15882
15882
|
|
|
15883
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
15883
|
+
// ../rivetkit/dist/tsup/chunk-BERJKIW5.js
|
|
15884
15884
|
var import_invariant3 = __toESM(require_invariant(), 1);
|
|
15885
15885
|
var import_invariant4 = __toESM(require_invariant(), 1);
|
|
15886
15886
|
var PATH_CONNECT = "/connect";
|
|
@@ -21664,7 +21664,7 @@ function apiActorToOutput(actor2) {
|
|
|
21664
21664
|
};
|
|
21665
21665
|
}
|
|
21666
21666
|
|
|
21667
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
21667
|
+
// ../rivetkit/dist/tsup/chunk-J7WM3KL5.js
|
|
21668
21668
|
var nativeStateTransactionOpeners = /* @__PURE__ */ new WeakMap();
|
|
21669
21669
|
var nativeStateTransactionClientBinders = /* @__PURE__ */ new WeakMap();
|
|
21670
21670
|
function registerNativeStateTransactionOpener(provider, opener) {
|
package/dist/mod.mjs
CHANGED
|
@@ -481,7 +481,7 @@ function unsupportedFeature(feature) {
|
|
|
481
481
|
);
|
|
482
482
|
}
|
|
483
483
|
|
|
484
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
484
|
+
// ../rivetkit/dist/tsup/chunk-NNPIJLBE.js
|
|
485
485
|
import {
|
|
486
486
|
pino,
|
|
487
487
|
stdTimeFunctions
|
|
@@ -13157,7 +13157,7 @@ var classic_default = external_exports;
|
|
|
13157
13157
|
// ../../../node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/index.js
|
|
13158
13158
|
var v4_default = classic_default;
|
|
13159
13159
|
|
|
13160
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
13160
|
+
// ../rivetkit/dist/tsup/chunk-NNPIJLBE.js
|
|
13161
13161
|
var import_invariant = __toESM(require_invariant(), 1);
|
|
13162
13162
|
import * as cbor from "cbor-x";
|
|
13163
13163
|
var getRivetEngine = () => getEnvUniversal("RIVET_ENGINE");
|
|
@@ -13331,7 +13331,7 @@ function noopNext() {
|
|
|
13331
13331
|
}
|
|
13332
13332
|
var package_default = {
|
|
13333
13333
|
name: "rivetkit",
|
|
13334
|
-
version: "0.0.0-sync-sqlite.
|
|
13334
|
+
version: "0.0.0-sync-sqlite.0ed739a",
|
|
13335
13335
|
description: "Lightweight libraries for building stateful actors on edge platforms",
|
|
13336
13336
|
license: "Apache-2.0",
|
|
13337
13337
|
keywords: [
|
|
@@ -14635,7 +14635,7 @@ function Config({ initialBufferLength = 1024, maxBufferLength = 1024 * 1024 * 32
|
|
|
14635
14635
|
};
|
|
14636
14636
|
}
|
|
14637
14637
|
|
|
14638
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
14638
|
+
// ../rivetkit/dist/tsup/chunk-EHAGZJ34.js
|
|
14639
14639
|
var config2 = /* @__PURE__ */ Config({});
|
|
14640
14640
|
function readWorkflowCbor(bc) {
|
|
14641
14641
|
return readData(bc);
|
|
@@ -15514,44 +15514,6 @@ function removePrefixFromKey(prefixedKey) {
|
|
|
15514
15514
|
return prefixedKey.slice(KEYS.KV.length);
|
|
15515
15515
|
}
|
|
15516
15516
|
|
|
15517
|
-
// ../rivetkit/dist/tsup/chunk-GE2H2DHD.js
|
|
15518
|
-
function logger() {
|
|
15519
|
-
return getLogger("actor-client");
|
|
15520
|
-
}
|
|
15521
|
-
var webSocketPromise = null;
|
|
15522
|
-
async function importWebSocket() {
|
|
15523
|
-
if (webSocketPromise !== null) {
|
|
15524
|
-
return webSocketPromise;
|
|
15525
|
-
}
|
|
15526
|
-
webSocketPromise = (async () => {
|
|
15527
|
-
let _WebSocket;
|
|
15528
|
-
if (typeof WebSocket !== "undefined") {
|
|
15529
|
-
_WebSocket = WebSocket;
|
|
15530
|
-
} else {
|
|
15531
|
-
try {
|
|
15532
|
-
const moduleName = "ws";
|
|
15533
|
-
const ws = await import(
|
|
15534
|
-
/* webpackIgnore: true */
|
|
15535
|
-
moduleName
|
|
15536
|
-
);
|
|
15537
|
-
_WebSocket = ws.default;
|
|
15538
|
-
logger().debug("using websocket from npm");
|
|
15539
|
-
} catch {
|
|
15540
|
-
_WebSocket = class MockWebSocket {
|
|
15541
|
-
constructor() {
|
|
15542
|
-
throw new Error(
|
|
15543
|
-
'WebSocket support requires installing the "ws" peer dependency.'
|
|
15544
|
-
);
|
|
15545
|
-
}
|
|
15546
|
-
};
|
|
15547
|
-
logger().debug("using mock websocket");
|
|
15548
|
-
}
|
|
15549
|
-
}
|
|
15550
|
-
return _WebSocket;
|
|
15551
|
-
})();
|
|
15552
|
-
return webSocketPromise;
|
|
15553
|
-
}
|
|
15554
|
-
|
|
15555
15517
|
// ../rivetkit/dist/tsup/chunk-WCEJTJHO.js
|
|
15556
15518
|
var MIGRATION_TRANSACTION_TIMEOUT_MS = 5 * 6e4;
|
|
15557
15519
|
function isManualTransactionControl(query) {
|
|
@@ -15667,7 +15629,45 @@ var AsyncMutex = class {
|
|
|
15667
15629
|
}
|
|
15668
15630
|
};
|
|
15669
15631
|
|
|
15670
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
15632
|
+
// ../rivetkit/dist/tsup/chunk-SLAKWYOH.js
|
|
15633
|
+
function logger() {
|
|
15634
|
+
return getLogger("actor-client");
|
|
15635
|
+
}
|
|
15636
|
+
var webSocketPromise = null;
|
|
15637
|
+
async function importWebSocket() {
|
|
15638
|
+
if (webSocketPromise !== null) {
|
|
15639
|
+
return webSocketPromise;
|
|
15640
|
+
}
|
|
15641
|
+
webSocketPromise = (async () => {
|
|
15642
|
+
let _WebSocket;
|
|
15643
|
+
if (typeof WebSocket !== "undefined") {
|
|
15644
|
+
_WebSocket = WebSocket;
|
|
15645
|
+
} else {
|
|
15646
|
+
try {
|
|
15647
|
+
const moduleName = "ws";
|
|
15648
|
+
const ws = await import(
|
|
15649
|
+
/* webpackIgnore: true */
|
|
15650
|
+
moduleName
|
|
15651
|
+
);
|
|
15652
|
+
_WebSocket = ws.default;
|
|
15653
|
+
logger().debug("using websocket from npm");
|
|
15654
|
+
} catch {
|
|
15655
|
+
_WebSocket = class MockWebSocket {
|
|
15656
|
+
constructor() {
|
|
15657
|
+
throw new Error(
|
|
15658
|
+
'WebSocket support requires installing the "ws" peer dependency.'
|
|
15659
|
+
);
|
|
15660
|
+
}
|
|
15661
|
+
};
|
|
15662
|
+
logger().debug("using mock websocket");
|
|
15663
|
+
}
|
|
15664
|
+
}
|
|
15665
|
+
return _WebSocket;
|
|
15666
|
+
})();
|
|
15667
|
+
return webSocketPromise;
|
|
15668
|
+
}
|
|
15669
|
+
|
|
15670
|
+
// ../rivetkit/dist/tsup/chunk-BERJKIW5.js
|
|
15671
15671
|
var import_invariant2 = __toESM(require_invariant(), 1);
|
|
15672
15672
|
|
|
15673
15673
|
// ../../../node_modules/.pnpm/p-retry@6.2.1/node_modules/p-retry/index.js
|
|
@@ -15845,7 +15845,7 @@ function createVersionedDataHandler(config3) {
|
|
|
15845
15845
|
return new VersionedDataHandler(config3);
|
|
15846
15846
|
}
|
|
15847
15847
|
|
|
15848
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
15848
|
+
// ../rivetkit/dist/tsup/chunk-BERJKIW5.js
|
|
15849
15849
|
var import_invariant3 = __toESM(require_invariant(), 1);
|
|
15850
15850
|
var import_invariant4 = __toESM(require_invariant(), 1);
|
|
15851
15851
|
var PATH_CONNECT = "/connect";
|
|
@@ -21629,7 +21629,7 @@ function apiActorToOutput(actor2) {
|
|
|
21629
21629
|
};
|
|
21630
21630
|
}
|
|
21631
21631
|
|
|
21632
|
-
// ../rivetkit/dist/tsup/chunk-
|
|
21632
|
+
// ../rivetkit/dist/tsup/chunk-J7WM3KL5.js
|
|
21633
21633
|
var nativeStateTransactionOpeners = /* @__PURE__ */ new WeakMap();
|
|
21634
21634
|
var nativeStateTransactionClientBinders = /* @__PURE__ */ new WeakMap();
|
|
21635
21635
|
function registerNativeStateTransactionOpener(provider, opener) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rivetkit/supabase",
|
|
3
|
-
"version": "0.0.0-sync-sqlite.
|
|
3
|
+
"version": "0.0.0-sync-sqlite.0ed739a",
|
|
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": "0.0.0-sync-sqlite.
|
|
42
|
+
"@rivetkit/rivetkit-wasm": "0.0.0-sync-sqlite.0ed739a",
|
|
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": "0.0.0-sync-sqlite.
|
|
49
|
+
"rivetkit": "0.0.0-sync-sqlite.0ed739a",
|
|
50
50
|
"size-limit": "^11.1.6",
|
|
51
51
|
"tsup": "^8.4.0",
|
|
52
52
|
"typescript": "^5.5.2"
|