@sentio/runtime 2.62.0-rc.1 → 2.62.0-rc.2
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-XO4AFKZ6.js → chunk-K56YKGVF.js} +416 -2087
- package/lib/chunk-K56YKGVF.js.map +1 -0
- package/lib/chunk-KVSDPGUI.js +50 -0
- package/lib/chunk-KVSDPGUI.js.map +1 -0
- package/lib/chunk-L2A6JPIQ.js +21 -0
- package/lib/chunk-L2A6JPIQ.js.map +1 -0
- package/lib/{chunk-4M76KZSL.js → chunk-NR3YQ5NY.js} +13 -54
- package/lib/{chunk-4M76KZSL.js.map → chunk-NR3YQ5NY.js.map} +1 -1
- package/lib/{chunk-DPHTMNDV.js → chunk-PCB4OKW7.js} +2 -2
- package/lib/chunk-W3VN25ER.js +1703 -0
- package/lib/chunk-W3VN25ER.js.map +1 -0
- package/lib/getMachineId-bsd-WJ6BLVOD.js +41 -0
- package/lib/getMachineId-bsd-WJ6BLVOD.js.map +1 -0
- package/lib/getMachineId-darwin-TW74DVT5.js +41 -0
- package/lib/getMachineId-darwin-TW74DVT5.js.map +1 -0
- package/lib/getMachineId-linux-MDJOKOMI.js +33 -0
- package/lib/getMachineId-linux-MDJOKOMI.js.map +1 -0
- package/lib/getMachineId-unsupported-X2EJZ25K.js +24 -0
- package/lib/getMachineId-unsupported-X2EJZ25K.js.map +1 -0
- package/lib/getMachineId-win-VE7DMTAF.js +43 -0
- package/lib/getMachineId-win-VE7DMTAF.js.map +1 -0
- package/lib/index.js +4 -2
- package/lib/index.js.map +1 -1
- package/lib/processor-runner.js +5251 -10219
- package/lib/processor-runner.js.map +1 -1
- package/lib/service-worker.js +5 -3
- package/lib/service-worker.js.map +1 -1
- package/lib/test-processor.test.js.map +1 -1
- package/package.json +2 -2
- package/src/otlp.ts +5 -6
- package/lib/chunk-XO4AFKZ6.js.map +0 -1
- /package/lib/{chunk-DPHTMNDV.js.map → chunk-PCB4OKW7.js.map} +0 -0
@@ -0,0 +1,50 @@
|
|
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
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
@@ -0,0 +1,21 @@
|
|
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
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../node_modules/.pnpm/@opentelemetry+resources@2.1.0_@opentelemetry+api@1.9.0/node_modules/@opentelemetry/resources/src/detectors/platform/node/machine-id/execAsync.ts"],"sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as child_process from 'child_process';\nimport * as util from 'util';\n\nexport const execAsync = util.promisify(child_process.exec);\n"],"mappings":";;;;;;AAgBA,YAAY,mBAAmB;AAC/B,YAAY,UAAU;AAjBtB,IAmBa;AAnBb;;;AAmBO,IAAM,YAAiB,eAAwB,kBAAI;;;","names":[]}
|
@@ -1,43 +1,8 @@
|
|
1
1
|
import { createRequire as createRequireShim } from 'module'; const require = createRequireShim(import.meta.url);
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
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, mod2) => function __require2() {
|
18
|
-
return mod2 || (0, cb[__getOwnPropNames(cb)[0]])((mod2 = { exports: {} }).exports, mod2), mod2.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 = (mod2, isNodeMode, target) => (target = mod2 != null ? __create(__getProtoOf(mod2)) : {}, __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 || !mod2 || !mod2.__esModule ? __defProp(target, "default", { value: mod2, enumerable: true }) : target,
|
38
|
-
mod2
|
39
|
-
));
|
40
|
-
var __toCommonJS = (mod2) => __copyProps(__defProp({}, "__esModule", { value: true }), mod2);
|
2
|
+
import {
|
3
|
+
__commonJS,
|
4
|
+
__toESM
|
5
|
+
} from "./chunk-KVSDPGUI.js";
|
41
6
|
|
42
7
|
// ../../node_modules/.pnpm/@protobufjs+aspromise@1.1.2/node_modules/@protobufjs/aspromise/index.js
|
43
8
|
var require_aspromise = __commonJS({
|
@@ -684,8 +649,8 @@ var require_minimal = __commonJS({
|
|
684
649
|
};
|
685
650
|
util.Buffer = function() {
|
686
651
|
try {
|
687
|
-
var
|
688
|
-
return
|
652
|
+
var Buffer = util.inquire("buffer").Buffer;
|
653
|
+
return Buffer.prototype.utf8Write ? Buffer : (
|
689
654
|
/* istanbul ignore next */
|
690
655
|
null
|
691
656
|
);
|
@@ -795,18 +760,18 @@ var require_minimal = __commonJS({
|
|
795
760
|
json: true
|
796
761
|
};
|
797
762
|
util._configure = function() {
|
798
|
-
var
|
799
|
-
if (!
|
763
|
+
var Buffer = util.Buffer;
|
764
|
+
if (!Buffer) {
|
800
765
|
util._Buffer_from = util._Buffer_allocUnsafe = null;
|
801
766
|
return;
|
802
767
|
}
|
803
|
-
util._Buffer_from =
|
768
|
+
util._Buffer_from = Buffer.from !== Uint8Array.from && Buffer.from || /* istanbul ignore next */
|
804
769
|
function Buffer_from(value, encoding) {
|
805
|
-
return new
|
770
|
+
return new Buffer(value, encoding);
|
806
771
|
};
|
807
|
-
util._Buffer_allocUnsafe =
|
772
|
+
util._Buffer_allocUnsafe = Buffer.allocUnsafe || /* istanbul ignore next */
|
808
773
|
function Buffer_allocUnsafe(size) {
|
809
|
-
return new
|
774
|
+
return new Buffer(size);
|
810
775
|
};
|
811
776
|
};
|
812
777
|
}
|
@@ -28188,12 +28153,6 @@ function isSet8(value) {
|
|
28188
28153
|
import("node:process").then((p) => p.stdout.write(""));
|
28189
28154
|
|
28190
28155
|
export {
|
28191
|
-
__require,
|
28192
|
-
__esm,
|
28193
|
-
__commonJS,
|
28194
|
-
__export,
|
28195
|
-
__toESM,
|
28196
|
-
__toCommonJS,
|
28197
28156
|
require_aspromise,
|
28198
28157
|
require_inquire,
|
28199
28158
|
require_minimal,
|
@@ -28239,4 +28198,4 @@ long/index.js:
|
|
28239
28198
|
* SPDX-License-Identifier: Apache-2.0
|
28240
28199
|
*)
|
28241
28200
|
*/
|
28242
|
-
//# sourceMappingURL=chunk-
|
28201
|
+
//# sourceMappingURL=chunk-NR3YQ5NY.js.map
|