@sentio/runtime 3.0.0-rc.9 → 3.0.1-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/lib/{chunk-MV6JXS2P.js → chunk-I45UXGDM.js} +1 -7
- package/lib/{chunk-4FNYVNIX.js → chunk-KVGBPLGJ.js} +76 -16
- package/lib/{chunk-4FNYVNIX.js.map → chunk-KVGBPLGJ.js.map} +1 -1
- package/lib/{chunk-CPJKSHSV.js → chunk-PCB4OKW7.js} +1 -2
- package/lib/{getMachineId-bsd-ZJR2OQTA.js → getMachineId-bsd-QYFPRONP.js} +2 -2
- package/lib/{getMachineId-darwin-OW6SYINH.js → getMachineId-darwin-XC67FIUW.js} +2 -2
- package/lib/{getMachineId-linux-L5XPRJBN.js → getMachineId-linux-4G7ZY7LQ.js} +2 -2
- package/lib/{getMachineId-unsupported-B3NMIOO3.js → getMachineId-unsupported-5IH5IW7P.js} +2 -2
- package/lib/{getMachineId-win-TT64F63B.js → getMachineId-win-WSA3TUKL.js} +2 -2
- package/lib/index.js +2 -2
- package/lib/processor-runner.js +14433 -27568
- package/lib/processor-runner.js.map +1 -1
- package/lib/service-worker.js +5 -5
- package/package.json +1 -1
- package/src/db-context.ts +0 -1
- package/src/otlp.ts +20 -12
- package/src/processor-runner.ts +3 -3
- package/src/service-v3.ts +11 -18
- /package/lib/{chunk-MV6JXS2P.js.map → chunk-I45UXGDM.js.map} +0 -0
- /package/lib/{chunk-CPJKSHSV.js.map → chunk-PCB4OKW7.js.map} +0 -0
- /package/lib/{getMachineId-bsd-ZJR2OQTA.js.map → getMachineId-bsd-QYFPRONP.js.map} +0 -0
- /package/lib/{getMachineId-darwin-OW6SYINH.js.map → getMachineId-darwin-XC67FIUW.js.map} +0 -0
- /package/lib/{getMachineId-linux-L5XPRJBN.js.map → getMachineId-linux-4G7ZY7LQ.js.map} +0 -0
- /package/lib/{getMachineId-unsupported-B3NMIOO3.js.map → getMachineId-unsupported-5IH5IW7P.js.map} +0 -0
- /package/lib/{getMachineId-win-TT64F63B.js.map → getMachineId-win-WSA3TUKL.js.map} +0 -0
|
@@ -10965,7 +10965,6 @@ function setupLogger(json, enableDebug, workerId) {
|
|
|
10965
10965
|
import("node:process").then((p) => p.stdout.write(""));
|
|
10966
10966
|
|
|
10967
10967
|
export {
|
|
10968
|
-
require_ms,
|
|
10969
10968
|
setupLogger
|
|
10970
10969
|
};
|
|
10971
10970
|
/*! Bundled license information:
|
|
@@ -10973,4 +10972,4 @@ export {
|
|
|
10973
10972
|
safe-buffer/index.js:
|
|
10974
10973
|
(*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
10975
10974
|
*/
|
|
10976
|
-
//# sourceMappingURL=chunk-
|
|
10975
|
+
//# sourceMappingURL=chunk-PCB4OKW7.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
diag,
|
|
8
8
|
init_esm
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-I45UXGDM.js";
|
|
10
10
|
import {
|
|
11
11
|
__esm
|
|
12
12
|
} from "./chunk-KVSDPGUI.js";
|
|
@@ -38,4 +38,4 @@ init_getMachineId_bsd();
|
|
|
38
38
|
export {
|
|
39
39
|
getMachineId
|
|
40
40
|
};
|
|
41
|
-
//# sourceMappingURL=getMachineId-bsd-
|
|
41
|
+
//# sourceMappingURL=getMachineId-bsd-QYFPRONP.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
diag,
|
|
8
8
|
init_esm
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-I45UXGDM.js";
|
|
10
10
|
import {
|
|
11
11
|
__esm
|
|
12
12
|
} from "./chunk-KVSDPGUI.js";
|
|
@@ -38,4 +38,4 @@ init_getMachineId_darwin();
|
|
|
38
38
|
export {
|
|
39
39
|
getMachineId
|
|
40
40
|
};
|
|
41
|
-
//# sourceMappingURL=getMachineId-darwin-
|
|
41
|
+
//# sourceMappingURL=getMachineId-darwin-XC67FIUW.js.map
|
|
@@ -2,7 +2,7 @@ import { createRequire as createRequireShim } from 'module'; const require = cre
|
|
|
2
2
|
import {
|
|
3
3
|
diag,
|
|
4
4
|
init_esm
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-I45UXGDM.js";
|
|
6
6
|
import {
|
|
7
7
|
__esm
|
|
8
8
|
} from "./chunk-KVSDPGUI.js";
|
|
@@ -30,4 +30,4 @@ init_getMachineId_linux();
|
|
|
30
30
|
export {
|
|
31
31
|
getMachineId
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=getMachineId-linux-
|
|
33
|
+
//# sourceMappingURL=getMachineId-linux-4G7ZY7LQ.js.map
|
|
@@ -2,7 +2,7 @@ import { createRequire as createRequireShim } from 'module'; const require = cre
|
|
|
2
2
|
import {
|
|
3
3
|
diag,
|
|
4
4
|
init_esm
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-I45UXGDM.js";
|
|
6
6
|
import {
|
|
7
7
|
__esm
|
|
8
8
|
} from "./chunk-KVSDPGUI.js";
|
|
@@ -21,4 +21,4 @@ init_getMachineId_unsupported();
|
|
|
21
21
|
export {
|
|
22
22
|
getMachineId
|
|
23
23
|
};
|
|
24
|
-
//# sourceMappingURL=getMachineId-unsupported-
|
|
24
|
+
//# sourceMappingURL=getMachineId-unsupported-5IH5IW7P.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
diag,
|
|
8
8
|
init_esm
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-I45UXGDM.js";
|
|
10
10
|
import {
|
|
11
11
|
__esm
|
|
12
12
|
} from "./chunk-KVSDPGUI.js";
|
|
@@ -40,4 +40,4 @@ init_getMachineId_win();
|
|
|
40
40
|
export {
|
|
41
41
|
getMachineId
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=getMachineId-win-
|
|
43
|
+
//# sourceMappingURL=getMachineId-win-WSA3TUKL.js.map
|
package/lib/index.js
CHANGED
|
@@ -23,12 +23,12 @@ import {
|
|
|
23
23
|
providerMetrics,
|
|
24
24
|
recordRuntimeInfo,
|
|
25
25
|
timeoutError
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-KVGBPLGJ.js";
|
|
27
27
|
import {
|
|
28
28
|
Plugin,
|
|
29
29
|
PluginManager
|
|
30
30
|
} from "./chunk-ROBPWJIE.js";
|
|
31
|
-
import "./chunk-
|
|
31
|
+
import "./chunk-I45UXGDM.js";
|
|
32
32
|
import "./chunk-KVSDPGUI.js";
|
|
33
33
|
|
|
34
34
|
// src/state.ts
|