@sentio/runtime 2.62.0-rc.11 → 2.62.0-rc.13
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-PCB4OKW7.js → chunk-CPJKSHSV.js} +2 -1
- package/lib/{chunk-AHIIUVQL.js → chunk-GZFHBYA2.js} +346 -346
- package/lib/{chunk-AHIIUVQL.js.map → chunk-GZFHBYA2.js.map} +1 -1
- package/lib/{chunk-W3VN25ER.js → chunk-MV6JXS2P.js} +2 -2
- package/lib/{getMachineId-bsd-WJ6BLVOD.js → getMachineId-bsd-ZJR2OQTA.js} +2 -2
- package/lib/{getMachineId-darwin-TW74DVT5.js → getMachineId-darwin-OW6SYINH.js} +2 -2
- package/lib/{getMachineId-linux-MDJOKOMI.js → getMachineId-linux-L5XPRJBN.js} +2 -2
- package/lib/{getMachineId-unsupported-X2EJZ25K.js → getMachineId-unsupported-B3NMIOO3.js} +2 -2
- package/lib/{getMachineId-win-VE7DMTAF.js → getMachineId-win-TT64F63B.js} +2 -2
- package/lib/index.d.ts +180 -86
- package/lib/index.js +2 -2
- package/lib/processor-runner.js +14208 -5876
- package/lib/processor-runner.js.map +1 -1
- package/lib/service-worker.js +3 -3
- package/package.json +1 -1
- package/src/otlp.ts +9 -34
- package/src/processor-runner.ts +2 -4
- /package/lib/{chunk-PCB4OKW7.js.map → chunk-CPJKSHSV.js.map} +0 -0
- /package/lib/{chunk-W3VN25ER.js.map → chunk-MV6JXS2P.js.map} +0 -0
- /package/lib/{getMachineId-bsd-WJ6BLVOD.js.map → getMachineId-bsd-ZJR2OQTA.js.map} +0 -0
- /package/lib/{getMachineId-darwin-TW74DVT5.js.map → getMachineId-darwin-OW6SYINH.js.map} +0 -0
- /package/lib/{getMachineId-linux-MDJOKOMI.js.map → getMachineId-linux-L5XPRJBN.js.map} +0 -0
- /package/lib/{getMachineId-unsupported-X2EJZ25K.js.map → getMachineId-unsupported-B3NMIOO3.js.map} +0 -0
- /package/lib/{getMachineId-win-VE7DMTAF.js.map → getMachineId-win-TT64F63B.js.map} +0 -0
|
@@ -10965,6 +10965,7 @@ function setupLogger(json, enableDebug, workerId) {
|
|
|
10965
10965
|
import("node:process").then((p) => p.stdout.write(""));
|
|
10966
10966
|
|
|
10967
10967
|
export {
|
|
10968
|
+
require_ms,
|
|
10968
10969
|
setupLogger
|
|
10969
10970
|
};
|
|
10970
10971
|
/*! Bundled license information:
|
|
@@ -10972,4 +10973,4 @@ export {
|
|
|
10972
10973
|
safe-buffer/index.js:
|
|
10973
10974
|
(*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
10974
10975
|
*/
|
|
10975
|
-
//# sourceMappingURL=chunk-
|
|
10976
|
+
//# sourceMappingURL=chunk-CPJKSHSV.js.map
|