sst 2.24.9 → 2.24.11
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/node/event-bus/index.d.ts +3 -2
- package/node/event-bus/index.js +41 -21
- package/node/util/loader.d.ts +2 -0
- package/node/util/loader.js +51 -0
- package/package.json +1 -1
- package/support/bootstrap-metadata-function/index.mjs +98 -71
- package/support/bridge/bridge.mjs +36 -36
- package/support/custom-resources/index.mjs +98 -71
- package/support/event-bus-retrier/index.mjs +24 -24
- package/support/job-manager/index.mjs +98 -71
- package/support/rds-migrator/index.mjs +15 -15
- package/support/script-function/index.mjs +98 -71
|
@@ -40,7 +40,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
40
40
|
));
|
|
41
41
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
42
42
|
|
|
43
|
-
// ../../node_modules/.pnpm/tslib@2.6.
|
|
43
|
+
// ../../node_modules/.pnpm/tslib@2.6.1/node_modules/tslib/tslib.es6.mjs
|
|
44
44
|
var tslib_es6_exports = {};
|
|
45
45
|
__export(tslib_es6_exports, {
|
|
46
46
|
__addDisposableResource: () => __addDisposableResource,
|
|
@@ -460,7 +460,7 @@ function __classPrivateFieldIn(state, receiver) {
|
|
|
460
460
|
}
|
|
461
461
|
function __addDisposableResource(env, value, async) {
|
|
462
462
|
if (value !== null && value !== void 0) {
|
|
463
|
-
if (typeof value !== "object")
|
|
463
|
+
if (typeof value !== "object" && typeof value !== "function")
|
|
464
464
|
throw new TypeError("Object expected.");
|
|
465
465
|
var dispose;
|
|
466
466
|
if (async) {
|
|
@@ -507,7 +507,7 @@ function __disposeResources(env) {
|
|
|
507
507
|
}
|
|
508
508
|
var extendStatics, __assign, __createBinding, __setModuleDefault, _SuppressedError, tslib_es6_default;
|
|
509
509
|
var init_tslib_es6 = __esm({
|
|
510
|
-
"../../node_modules/.pnpm/tslib@2.6.
|
|
510
|
+
"../../node_modules/.pnpm/tslib@2.6.1/node_modules/tslib/tslib.es6.mjs"() {
|
|
511
511
|
extendStatics = function(d, b) {
|
|
512
512
|
extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
|
|
513
513
|
d2.__proto__ = b2;
|
|
@@ -23376,9 +23376,9 @@ var require_dist_cjs36 = __commonJS({
|
|
|
23376
23376
|
}
|
|
23377
23377
|
});
|
|
23378
23378
|
|
|
23379
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
23379
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/promise.js
|
|
23380
23380
|
var require_promise = __commonJS({
|
|
23381
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
23381
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/promise.js"(exports) {
|
|
23382
23382
|
"use strict";
|
|
23383
23383
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23384
23384
|
exports.newLiftedPromise = exports.makeSelfCleaningPromise = void 0;
|
|
@@ -23414,9 +23414,9 @@ var require_promise = __commonJS({
|
|
|
23414
23414
|
}
|
|
23415
23415
|
});
|
|
23416
23416
|
|
|
23417
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
23417
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/cancel.js
|
|
23418
23418
|
var require_cancel = __commonJS({
|
|
23419
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
23419
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/cancel.js"(exports) {
|
|
23420
23420
|
"use strict";
|
|
23421
23421
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
23422
23422
|
if (k2 === void 0)
|
|
@@ -23538,12 +23538,12 @@ var require_cancel = __commonJS({
|
|
|
23538
23538
|
}
|
|
23539
23539
|
});
|
|
23540
23540
|
|
|
23541
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
23541
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/package.json
|
|
23542
23542
|
var require_package4 = __commonJS({
|
|
23543
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
23543
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/package.json"(exports, module) {
|
|
23544
23544
|
module.exports = {
|
|
23545
23545
|
name: "aws-crt",
|
|
23546
|
-
version: "1.
|
|
23546
|
+
version: "1.18.0",
|
|
23547
23547
|
description: "NodeJS/browser bindings to the aws-c-* libraries",
|
|
23548
23548
|
homepage: "https://github.com/awslabs/aws-crt-nodejs",
|
|
23549
23549
|
repository: {
|
|
@@ -23577,38 +23577,36 @@ var require_package4 = __commonJS({
|
|
|
23577
23577
|
"@types/uuid": "^3.4.8",
|
|
23578
23578
|
"@types/ws": "^7.4.7",
|
|
23579
23579
|
"aws-sdk": "^2.848.0",
|
|
23580
|
-
"cmake-js": "^6.3.2",
|
|
23581
23580
|
"https-proxy-agent": "^5.0.1",
|
|
23582
23581
|
jest: "^27.2.1",
|
|
23583
23582
|
"jest-puppeteer": "^5.0.4",
|
|
23584
23583
|
"jest-runtime": "^27.2.1",
|
|
23585
23584
|
puppeteer: "^3.3.0",
|
|
23586
|
-
tar: "^6.1.11",
|
|
23587
23585
|
"ts-jest": "^27.0.5",
|
|
23588
23586
|
typedoc: "^0.22.18",
|
|
23589
23587
|
"typedoc-plugin-merge-modules": "^3.1.0",
|
|
23590
23588
|
typescript: "^4.7.4",
|
|
23591
23589
|
uuid: "^8.3.2",
|
|
23592
|
-
yargs: "^17.2.1"
|
|
23590
|
+
yargs: "^17.2.1",
|
|
23591
|
+
"cmake-js": "^6.3.2",
|
|
23592
|
+
tar: "^6.1.11"
|
|
23593
23593
|
},
|
|
23594
23594
|
dependencies: {
|
|
23595
23595
|
"@aws-sdk/util-utf8-browser": "^3.109.0",
|
|
23596
23596
|
"@httptoolkit/websocket-stream": "^6.0.0",
|
|
23597
23597
|
axios: "^0.24.0",
|
|
23598
23598
|
buffer: "^6.0.3",
|
|
23599
|
-
"cmake-js": "^6.3.2",
|
|
23600
23599
|
"crypto-js": "^4.0.0",
|
|
23601
23600
|
mqtt: "^4.3.7",
|
|
23602
|
-
process: "^0.11.10"
|
|
23603
|
-
tar: "^6.1.11"
|
|
23601
|
+
process: "^0.11.10"
|
|
23604
23602
|
}
|
|
23605
23603
|
};
|
|
23606
23604
|
}
|
|
23607
23605
|
});
|
|
23608
23606
|
|
|
23609
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
23607
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/platform.js
|
|
23610
23608
|
var require_platform = __commonJS({
|
|
23611
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
23609
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/platform.js"(exports) {
|
|
23612
23610
|
"use strict";
|
|
23613
23611
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23614
23612
|
exports.crt_version = exports.package_info = exports.is_browser = exports.is_nodejs = void 0;
|
|
@@ -23640,9 +23638,9 @@ var require_platform = __commonJS({
|
|
|
23640
23638
|
}
|
|
23641
23639
|
});
|
|
23642
23640
|
|
|
23643
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
23641
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/resource_safety.js
|
|
23644
23642
|
var require_resource_safety = __commonJS({
|
|
23645
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
23643
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/resource_safety.js"(exports) {
|
|
23646
23644
|
"use strict";
|
|
23647
23645
|
var __awaiter2 = exports && exports.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
23648
23646
|
function adopt(value) {
|
|
@@ -23686,9 +23684,9 @@ var require_resource_safety = __commonJS({
|
|
|
23686
23684
|
}
|
|
23687
23685
|
});
|
|
23688
23686
|
|
|
23689
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
23687
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/binding.js
|
|
23690
23688
|
var require_binding = __commonJS({
|
|
23691
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
23689
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/binding.js"(exports) {
|
|
23692
23690
|
"use strict";
|
|
23693
23691
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
23694
23692
|
if (k2 === void 0)
|
|
@@ -23722,11 +23720,38 @@ var require_binding = __commonJS({
|
|
|
23722
23720
|
__setModuleDefault2(result, mod);
|
|
23723
23721
|
return result;
|
|
23724
23722
|
};
|
|
23723
|
+
var __importDefault2 = exports && exports.__importDefault || function(mod) {
|
|
23724
|
+
return mod && mod.__esModule ? mod : { "default": mod };
|
|
23725
|
+
};
|
|
23725
23726
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23727
|
+
exports.cRuntime = exports.CRuntimeType = void 0;
|
|
23726
23728
|
var path = __importStar2(__require("path"));
|
|
23727
23729
|
var os_1 = __require("os");
|
|
23728
23730
|
var fs_1 = __require("fs");
|
|
23729
23731
|
var process_1 = __require("process");
|
|
23732
|
+
var child_process_1 = __importDefault2(__require("child_process"));
|
|
23733
|
+
var CRuntimeType = Object.freeze({
|
|
23734
|
+
NON_LINUX: "cruntime",
|
|
23735
|
+
MUSL: "musl",
|
|
23736
|
+
GLIBC: "glibc"
|
|
23737
|
+
});
|
|
23738
|
+
exports.CRuntimeType = CRuntimeType;
|
|
23739
|
+
function getCRuntime() {
|
|
23740
|
+
if ((0, os_1.platform)() !== "linux") {
|
|
23741
|
+
return CRuntimeType.NON_LINUX;
|
|
23742
|
+
}
|
|
23743
|
+
try {
|
|
23744
|
+
const spawnedProcess = child_process_1.default.spawnSync("ldd", ["--version"], { encoding: "utf8" });
|
|
23745
|
+
const output = spawnedProcess.stdout + spawnedProcess.stderr;
|
|
23746
|
+
if (output.includes(CRuntimeType.MUSL)) {
|
|
23747
|
+
return CRuntimeType.MUSL;
|
|
23748
|
+
} else {
|
|
23749
|
+
return CRuntimeType.GLIBC;
|
|
23750
|
+
}
|
|
23751
|
+
} catch (error) {
|
|
23752
|
+
return CRuntimeType.GLIBC;
|
|
23753
|
+
}
|
|
23754
|
+
}
|
|
23730
23755
|
var upgrade_string = "Please upgrade to node >=10.16.0, or use the provided browser implementation.";
|
|
23731
23756
|
if ("napi" in process_1.versions) {
|
|
23732
23757
|
const napi_version = parseInt(process_1.versions["napi"]);
|
|
@@ -23736,8 +23761,10 @@ var require_binding = __commonJS({
|
|
|
23736
23761
|
} else {
|
|
23737
23762
|
throw new Error("The current runtime is not reporting an NAPI version. " + upgrade_string);
|
|
23738
23763
|
}
|
|
23764
|
+
var cRuntime = getCRuntime();
|
|
23765
|
+
exports.cRuntime = cRuntime;
|
|
23739
23766
|
var binary_name = "aws-crt-nodejs";
|
|
23740
|
-
var platformDir = `${os_1.platform}-${os_1.arch}`;
|
|
23767
|
+
var platformDir = `${os_1.platform}-${os_1.arch}-${cRuntime}`;
|
|
23741
23768
|
var source_root = path.resolve(__dirname, "..", "..");
|
|
23742
23769
|
var dist = path.join(source_root, "dist");
|
|
23743
23770
|
if ((0, fs_1.existsSync)(dist)) {
|
|
@@ -23761,9 +23788,9 @@ var require_binding = __commonJS({
|
|
|
23761
23788
|
}
|
|
23762
23789
|
});
|
|
23763
23790
|
|
|
23764
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
23791
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/error.js
|
|
23765
23792
|
var require_error = __commonJS({
|
|
23766
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
23793
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/error.js"(exports) {
|
|
23767
23794
|
"use strict";
|
|
23768
23795
|
var __importDefault2 = exports && exports.__importDefault || function(mod) {
|
|
23769
23796
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -23808,9 +23835,9 @@ var require_error = __commonJS({
|
|
|
23808
23835
|
}
|
|
23809
23836
|
});
|
|
23810
23837
|
|
|
23811
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
23838
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/native_resource.js
|
|
23812
23839
|
var require_native_resource = __commonJS({
|
|
23813
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
23840
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/native_resource.js"(exports) {
|
|
23814
23841
|
"use strict";
|
|
23815
23842
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23816
23843
|
exports.NativeResourceMixin = exports.NativeResource = void 0;
|
|
@@ -23846,9 +23873,9 @@ var require_native_resource = __commonJS({
|
|
|
23846
23873
|
}
|
|
23847
23874
|
});
|
|
23848
23875
|
|
|
23849
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
23876
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/io.js
|
|
23850
23877
|
var require_io = __commonJS({
|
|
23851
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
23878
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/io.js"(exports) {
|
|
23852
23879
|
"use strict";
|
|
23853
23880
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23854
23881
|
exports.SocketDomain = exports.SocketType = exports.TlsVersion = void 0;
|
|
@@ -23875,9 +23902,9 @@ var require_io = __commonJS({
|
|
|
23875
23902
|
}
|
|
23876
23903
|
});
|
|
23877
23904
|
|
|
23878
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
23905
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/io.js
|
|
23879
23906
|
var require_io2 = __commonJS({
|
|
23880
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
23907
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/io.js"(exports) {
|
|
23881
23908
|
"use strict";
|
|
23882
23909
|
var __importDefault2 = exports && exports.__importDefault || function(mod) {
|
|
23883
23910
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -24156,9 +24183,9 @@ var require_io2 = __commonJS({
|
|
|
24156
24183
|
}
|
|
24157
24184
|
});
|
|
24158
24185
|
|
|
24159
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
24186
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/auth.js
|
|
24160
24187
|
var require_auth = __commonJS({
|
|
24161
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
24188
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/auth.js"(exports) {
|
|
24162
24189
|
"use strict";
|
|
24163
24190
|
var __awaiter2 = exports && exports.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
24164
24191
|
function adopt(value) {
|
|
@@ -24303,9 +24330,9 @@ var require_auth = __commonJS({
|
|
|
24303
24330
|
}
|
|
24304
24331
|
});
|
|
24305
24332
|
|
|
24306
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
24333
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/checksums.js
|
|
24307
24334
|
var require_checksums = __commonJS({
|
|
24308
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
24335
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/checksums.js"(exports) {
|
|
24309
24336
|
"use strict";
|
|
24310
24337
|
var __importDefault2 = exports && exports.__importDefault || function(mod) {
|
|
24311
24338
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -24324,9 +24351,9 @@ var require_checksums = __commonJS({
|
|
|
24324
24351
|
}
|
|
24325
24352
|
});
|
|
24326
24353
|
|
|
24327
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
24354
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/crt.js
|
|
24328
24355
|
var require_crt = __commonJS({
|
|
24329
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
24356
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/crt.js"(exports) {
|
|
24330
24357
|
"use strict";
|
|
24331
24358
|
var __importDefault2 = exports && exports.__importDefault || function(mod) {
|
|
24332
24359
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -24345,9 +24372,9 @@ var require_crt = __commonJS({
|
|
|
24345
24372
|
}
|
|
24346
24373
|
});
|
|
24347
24374
|
|
|
24348
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
24375
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/crypto.js
|
|
24349
24376
|
var require_crypto = __commonJS({
|
|
24350
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
24377
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/crypto.js"(exports) {
|
|
24351
24378
|
"use strict";
|
|
24352
24379
|
var __importDefault2 = exports && exports.__importDefault || function(mod) {
|
|
24353
24380
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -24440,9 +24467,9 @@ var require_crypto = __commonJS({
|
|
|
24440
24467
|
}
|
|
24441
24468
|
});
|
|
24442
24469
|
|
|
24443
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
24470
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/event.js
|
|
24444
24471
|
var require_event = __commonJS({
|
|
24445
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
24472
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/event.js"(exports) {
|
|
24446
24473
|
"use strict";
|
|
24447
24474
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24448
24475
|
exports.BufferedEventEmitter = void 0;
|
|
@@ -24504,9 +24531,9 @@ var require_event = __commonJS({
|
|
|
24504
24531
|
}
|
|
24505
24532
|
});
|
|
24506
24533
|
|
|
24507
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
24534
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/eventstream_utils.js
|
|
24508
24535
|
var require_eventstream_utils = __commonJS({
|
|
24509
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
24536
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/eventstream_utils.js"(exports) {
|
|
24510
24537
|
"use strict";
|
|
24511
24538
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24512
24539
|
exports.unmarshalInt64BigintFromBuffer = exports.marshalInt64BigintAsBuffer = exports.MIN_INT64 = exports.MAX_INT64 = exports.MIN_INT32 = exports.MAX_INT32 = exports.MIN_INT16 = exports.MAX_INT16 = exports.MIN_INT8 = exports.MAX_INT8 = void 0;
|
|
@@ -24569,9 +24596,9 @@ var require_eventstream_utils = __commonJS({
|
|
|
24569
24596
|
}
|
|
24570
24597
|
});
|
|
24571
24598
|
|
|
24572
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
24599
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/eventstream.js
|
|
24573
24600
|
var require_eventstream = __commonJS({
|
|
24574
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
24601
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/eventstream.js"(exports) {
|
|
24575
24602
|
"use strict";
|
|
24576
24603
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
24577
24604
|
if (k2 === void 0)
|
|
@@ -25276,9 +25303,9 @@ var require_eventstream = __commonJS({
|
|
|
25276
25303
|
}
|
|
25277
25304
|
});
|
|
25278
25305
|
|
|
25279
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
25306
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/http.js
|
|
25280
25307
|
var require_http = __commonJS({
|
|
25281
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
25308
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/http.js"(exports) {
|
|
25282
25309
|
"use strict";
|
|
25283
25310
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25284
25311
|
exports.CommonHttpProxyOptions = exports.HttpProxyAuthenticationType = exports.HttpVersion = void 0;
|
|
@@ -25315,9 +25342,9 @@ var require_http = __commonJS({
|
|
|
25315
25342
|
}
|
|
25316
25343
|
});
|
|
25317
25344
|
|
|
25318
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
25345
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/http.js
|
|
25319
25346
|
var require_http2 = __commonJS({
|
|
25320
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
25347
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/http.js"(exports) {
|
|
25321
25348
|
"use strict";
|
|
25322
25349
|
var __importDefault2 = exports && exports.__importDefault || function(mod) {
|
|
25323
25350
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -25621,9 +25648,9 @@ var require_http2 = __commonJS({
|
|
|
25621
25648
|
}
|
|
25622
25649
|
});
|
|
25623
25650
|
|
|
25624
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
25651
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt.js
|
|
25625
25652
|
var require_mqtt = __commonJS({
|
|
25626
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
25653
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt.js"(exports) {
|
|
25627
25654
|
"use strict";
|
|
25628
25655
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25629
25656
|
exports.DEFAULT_RECONNECT_MIN_SEC = exports.DEFAULT_RECONNECT_MAX_SEC = exports.MqttWill = exports.QoS = void 0;
|
|
@@ -25647,9 +25674,9 @@ var require_mqtt = __commonJS({
|
|
|
25647
25674
|
}
|
|
25648
25675
|
});
|
|
25649
25676
|
|
|
25650
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
25677
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/aws_iot_shared.js
|
|
25651
25678
|
var require_aws_iot_shared = __commonJS({
|
|
25652
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
25679
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/aws_iot_shared.js"(exports) {
|
|
25653
25680
|
"use strict";
|
|
25654
25681
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
25655
25682
|
if (k2 === void 0)
|
|
@@ -25786,9 +25813,9 @@ var require_aws_iot_shared = __commonJS({
|
|
|
25786
25813
|
}
|
|
25787
25814
|
});
|
|
25788
25815
|
|
|
25789
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
25816
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/aws_iot.js
|
|
25790
25817
|
var require_aws_iot = __commonJS({
|
|
25791
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
25818
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/aws_iot.js"(exports) {
|
|
25792
25819
|
"use strict";
|
|
25793
25820
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
25794
25821
|
if (k2 === void 0)
|
|
@@ -26249,9 +26276,9 @@ var require_aws_iot = __commonJS({
|
|
|
26249
26276
|
}
|
|
26250
26277
|
});
|
|
26251
26278
|
|
|
26252
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
26279
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt_shared.js
|
|
26253
26280
|
var require_mqtt_shared = __commonJS({
|
|
26254
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
26281
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt_shared.js"(exports) {
|
|
26255
26282
|
"use strict";
|
|
26256
26283
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26257
26284
|
exports.DEFAULT_KEEP_ALIVE = exports.normalize_payload = void 0;
|
|
@@ -26282,9 +26309,9 @@ var require_mqtt_shared = __commonJS({
|
|
|
26282
26309
|
}
|
|
26283
26310
|
});
|
|
26284
26311
|
|
|
26285
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
26312
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt5.js
|
|
26286
26313
|
var require_mqtt5 = __commonJS({
|
|
26287
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
26314
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt5.js"(exports) {
|
|
26288
26315
|
"use strict";
|
|
26289
26316
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26290
26317
|
exports.RetryJitterType = exports.ClientSessionBehavior = void 0;
|
|
@@ -26305,9 +26332,9 @@ var require_mqtt5 = __commonJS({
|
|
|
26305
26332
|
}
|
|
26306
26333
|
});
|
|
26307
26334
|
|
|
26308
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
26335
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt5_packet.js
|
|
26309
26336
|
var require_mqtt5_packet = __commonJS({
|
|
26310
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
26337
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt5_packet.js"(exports) {
|
|
26311
26338
|
"use strict";
|
|
26312
26339
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26313
26340
|
exports.PacketType = exports.RetainHandlingType = exports.QoS = exports.PayloadFormatIndicator = exports.isSuccessfulPubackReasonCode = exports.PubackReasonCode = exports.isSuccessfulUnsubackReasonCode = exports.UnsubackReasonCode = exports.isSuccessfulSubackReasonCode = exports.SubackReasonCode = exports.isSuccessfulDisconnectReasonCode = exports.DisconnectReasonCode = exports.isSuccessfulConnectReasonCode = exports.ConnectReasonCode = void 0;
|
|
@@ -26463,9 +26490,9 @@ var require_mqtt5_packet = __commonJS({
|
|
|
26463
26490
|
}
|
|
26464
26491
|
});
|
|
26465
26492
|
|
|
26466
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
26493
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/mqtt5.js
|
|
26467
26494
|
var require_mqtt52 = __commonJS({
|
|
26468
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
26495
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/mqtt5.js"(exports) {
|
|
26469
26496
|
"use strict";
|
|
26470
26497
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
26471
26498
|
if (k2 === void 0)
|
|
@@ -26794,9 +26821,9 @@ var require_mqtt52 = __commonJS({
|
|
|
26794
26821
|
}
|
|
26795
26822
|
});
|
|
26796
26823
|
|
|
26797
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
26824
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/aws_iot_mqtt5.js
|
|
26798
26825
|
var require_aws_iot_mqtt5 = __commonJS({
|
|
26799
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
26826
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/aws_iot_mqtt5.js"(exports) {
|
|
26800
26827
|
"use strict";
|
|
26801
26828
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
26802
26829
|
if (k2 === void 0)
|
|
@@ -27225,9 +27252,9 @@ var require_aws_iot_mqtt5 = __commonJS({
|
|
|
27225
27252
|
}
|
|
27226
27253
|
});
|
|
27227
27254
|
|
|
27228
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
27255
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/iot.js
|
|
27229
27256
|
var require_iot = __commonJS({
|
|
27230
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
27257
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/iot.js"(exports) {
|
|
27231
27258
|
"use strict";
|
|
27232
27259
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
27233
27260
|
if (k2 === void 0)
|
|
@@ -27255,9 +27282,9 @@ var require_iot = __commonJS({
|
|
|
27255
27282
|
}
|
|
27256
27283
|
});
|
|
27257
27284
|
|
|
27258
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
27285
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/mqtt.js
|
|
27259
27286
|
var require_mqtt2 = __commonJS({
|
|
27260
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
27287
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/mqtt.js"(exports) {
|
|
27261
27288
|
"use strict";
|
|
27262
27289
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
27263
27290
|
if (k2 === void 0)
|
|
@@ -27661,9 +27688,9 @@ var require_mqtt2 = __commonJS({
|
|
|
27661
27688
|
}
|
|
27662
27689
|
});
|
|
27663
27690
|
|
|
27664
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
27691
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/index.js
|
|
27665
27692
|
var require_dist = __commonJS({
|
|
27666
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
27693
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/index.js"(exports) {
|
|
27667
27694
|
"use strict";
|
|
27668
27695
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
27669
27696
|
if (k2 === void 0)
|