@sentio/runtime 2.62.5-rc.1 → 2.62.5

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.
Files changed (44) hide show
  1. package/lib/chunk-3A7UBKPA.js +26 -0
  2. package/lib/{chunk-OFR7W4ZG.js.map → chunk-3A7UBKPA.js.map} +1 -1
  3. package/lib/chunk-AUPVVLD3.js +3 -0
  4. package/lib/chunk-CJDESLYQ.js +3 -0
  5. package/lib/{chunk-L2A6JPIQ.js.map → chunk-CJDESLYQ.js.map} +1 -1
  6. package/lib/chunk-FBMVCL4M.js +117 -0
  7. package/lib/{chunk-3QIPRNAH.js.map → chunk-FBMVCL4M.js.map} +1 -1
  8. package/lib/chunk-G6HW3DCN.js +3 -0
  9. package/lib/{chunk-MV6JXS2P.js.map → chunk-G6HW3DCN.js.map} +1 -1
  10. package/lib/chunk-WHWNPZZ3.js +3 -0
  11. package/lib/{chunk-6XHWJ2VS.js.map → chunk-WHWNPZZ3.js.map} +1 -1
  12. package/lib/chunk-XI22N6AJ.js +38 -0
  13. package/lib/{chunk-CPJKSHSV.js.map → chunk-XI22N6AJ.js.map} +1 -1
  14. package/lib/getMachineId-bsd-I6PJXCQT.js +3 -0
  15. package/lib/{getMachineId-bsd-ZJR2OQTA.js.map → getMachineId-bsd-I6PJXCQT.js.map} +1 -1
  16. package/lib/getMachineId-darwin-HKHV3WMW.js +4 -0
  17. package/lib/{getMachineId-darwin-OW6SYINH.js.map → getMachineId-darwin-HKHV3WMW.js.map} +1 -1
  18. package/lib/getMachineId-linux-I76A7IOE.js +3 -0
  19. package/lib/{getMachineId-linux-L5XPRJBN.js.map → getMachineId-linux-I76A7IOE.js.map} +1 -1
  20. package/lib/getMachineId-unsupported-VPOZWIZS.js +3 -0
  21. package/lib/{getMachineId-unsupported-B3NMIOO3.js.map → getMachineId-unsupported-VPOZWIZS.js.map} +1 -1
  22. package/lib/getMachineId-win-W5S4EK74.js +3 -0
  23. package/lib/{getMachineId-win-TT64F63B.js.map → getMachineId-win-W5S4EK74.js.map} +1 -1
  24. package/lib/index.js +1 -76
  25. package/lib/index.js.map +1 -1
  26. package/lib/processor-runner.js +47 -32956
  27. package/lib/processor-runner.js.map +1 -1
  28. package/lib/service-worker.js +2 -132
  29. package/lib/service-worker.js.map +1 -1
  30. package/lib/test-processor.test.js.map +1 -1
  31. package/package.json +1 -1
  32. package/lib/chunk-3QIPRNAH.js +0 -60118
  33. package/lib/chunk-6XHWJ2VS.js +0 -92
  34. package/lib/chunk-CPJKSHSV.js +0 -10976
  35. package/lib/chunk-KVSDPGUI.js +0 -50
  36. package/lib/chunk-L2A6JPIQ.js +0 -21
  37. package/lib/chunk-MV6JXS2P.js +0 -1703
  38. package/lib/chunk-OFR7W4ZG.js +0 -25773
  39. package/lib/getMachineId-bsd-ZJR2OQTA.js +0 -41
  40. package/lib/getMachineId-darwin-OW6SYINH.js +0 -41
  41. package/lib/getMachineId-linux-L5XPRJBN.js +0 -33
  42. package/lib/getMachineId-unsupported-B3NMIOO3.js +0 -24
  43. package/lib/getMachineId-win-TT64F63B.js +0 -43
  44. /package/lib/{chunk-KVSDPGUI.js.map → chunk-AUPVVLD3.js.map} +0 -0
@@ -1,50 +0,0 @@
1
- import { createRequire as createRequireShim } from 'module'; const require = createRequireShim(import.meta.url);
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
9
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
10
- }) : x)(function(x) {
11
- if (typeof require !== "undefined") return require.apply(this, arguments);
12
- throw Error('Dynamic require of "' + x + '" is not supported');
13
- });
14
- var __esm = (fn, res) => function __init() {
15
- return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
16
- };
17
- var __commonJS = (cb, mod) => function __require2() {
18
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
19
- };
20
- var __export = (target, all) => {
21
- for (var name in all)
22
- __defProp(target, name, { get: all[name], enumerable: true });
23
- };
24
- var __copyProps = (to, from, except, desc) => {
25
- if (from && typeof from === "object" || typeof from === "function") {
26
- for (let key of __getOwnPropNames(from))
27
- if (!__hasOwnProp.call(to, key) && key !== except)
28
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
29
- }
30
- return to;
31
- };
32
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
33
- // If the importer is in node compatibility mode or this is not an ESM
34
- // file that has been converted to a CommonJS file using a Babel-
35
- // compatible transform (i.e. "__esModule" has not been set), then set
36
- // "default" to the CommonJS "module.exports" for node compatibility.
37
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
38
- mod
39
- ));
40
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
41
-
42
- export {
43
- __require,
44
- __esm,
45
- __commonJS,
46
- __export,
47
- __toESM,
48
- __toCommonJS
49
- };
50
- //# sourceMappingURL=chunk-KVSDPGUI.js.map
@@ -1,21 +0,0 @@
1
- import { createRequire as createRequireShim } from 'module'; const require = createRequireShim(import.meta.url);
2
- import {
3
- __esm
4
- } from "./chunk-KVSDPGUI.js";
5
-
6
- // ../../node_modules/.pnpm/@opentelemetry+resources@2.1.0_@opentelemetry+api@1.9.0/node_modules/@opentelemetry/resources/build/esm/detectors/platform/node/machine-id/execAsync.js
7
- import * as child_process from "child_process";
8
- import * as util from "util";
9
- var execAsync;
10
- var init_execAsync = __esm({
11
- "../../node_modules/.pnpm/@opentelemetry+resources@2.1.0_@opentelemetry+api@1.9.0/node_modules/@opentelemetry/resources/build/esm/detectors/platform/node/machine-id/execAsync.js"() {
12
- "use strict";
13
- execAsync = util.promisify(child_process.exec);
14
- }
15
- });
16
-
17
- export {
18
- execAsync,
19
- init_execAsync
20
- };
21
- //# sourceMappingURL=chunk-L2A6JPIQ.js.map