sst 2.24.10 → 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;
|
|
@@ -11417,9 +11417,9 @@ var require_dist_cjs36 = __commonJS({
|
|
|
11417
11417
|
}
|
|
11418
11418
|
});
|
|
11419
11419
|
|
|
11420
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
11420
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/promise.js
|
|
11421
11421
|
var require_promise = __commonJS({
|
|
11422
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
11422
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/promise.js"(exports) {
|
|
11423
11423
|
"use strict";
|
|
11424
11424
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11425
11425
|
exports.newLiftedPromise = exports.makeSelfCleaningPromise = void 0;
|
|
@@ -11455,9 +11455,9 @@ var require_promise = __commonJS({
|
|
|
11455
11455
|
}
|
|
11456
11456
|
});
|
|
11457
11457
|
|
|
11458
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
11458
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/cancel.js
|
|
11459
11459
|
var require_cancel = __commonJS({
|
|
11460
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
11460
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/cancel.js"(exports) {
|
|
11461
11461
|
"use strict";
|
|
11462
11462
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
11463
11463
|
if (k2 === void 0)
|
|
@@ -11579,12 +11579,12 @@ var require_cancel = __commonJS({
|
|
|
11579
11579
|
}
|
|
11580
11580
|
});
|
|
11581
11581
|
|
|
11582
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
11582
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/package.json
|
|
11583
11583
|
var require_package4 = __commonJS({
|
|
11584
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
11584
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/package.json"(exports, module) {
|
|
11585
11585
|
module.exports = {
|
|
11586
11586
|
name: "aws-crt",
|
|
11587
|
-
version: "1.
|
|
11587
|
+
version: "1.18.0",
|
|
11588
11588
|
description: "NodeJS/browser bindings to the aws-c-* libraries",
|
|
11589
11589
|
homepage: "https://github.com/awslabs/aws-crt-nodejs",
|
|
11590
11590
|
repository: {
|
|
@@ -11618,38 +11618,36 @@ var require_package4 = __commonJS({
|
|
|
11618
11618
|
"@types/uuid": "^3.4.8",
|
|
11619
11619
|
"@types/ws": "^7.4.7",
|
|
11620
11620
|
"aws-sdk": "^2.848.0",
|
|
11621
|
-
"cmake-js": "^6.3.2",
|
|
11622
11621
|
"https-proxy-agent": "^5.0.1",
|
|
11623
11622
|
jest: "^27.2.1",
|
|
11624
11623
|
"jest-puppeteer": "^5.0.4",
|
|
11625
11624
|
"jest-runtime": "^27.2.1",
|
|
11626
11625
|
puppeteer: "^3.3.0",
|
|
11627
|
-
tar: "^6.1.11",
|
|
11628
11626
|
"ts-jest": "^27.0.5",
|
|
11629
11627
|
typedoc: "^0.22.18",
|
|
11630
11628
|
"typedoc-plugin-merge-modules": "^3.1.0",
|
|
11631
11629
|
typescript: "^4.7.4",
|
|
11632
11630
|
uuid: "^8.3.2",
|
|
11633
|
-
yargs: "^17.2.1"
|
|
11631
|
+
yargs: "^17.2.1",
|
|
11632
|
+
"cmake-js": "^6.3.2",
|
|
11633
|
+
tar: "^6.1.11"
|
|
11634
11634
|
},
|
|
11635
11635
|
dependencies: {
|
|
11636
11636
|
"@aws-sdk/util-utf8-browser": "^3.109.0",
|
|
11637
11637
|
"@httptoolkit/websocket-stream": "^6.0.0",
|
|
11638
11638
|
axios: "^0.24.0",
|
|
11639
11639
|
buffer: "^6.0.3",
|
|
11640
|
-
"cmake-js": "^6.3.2",
|
|
11641
11640
|
"crypto-js": "^4.0.0",
|
|
11642
11641
|
mqtt: "^4.3.7",
|
|
11643
|
-
process: "^0.11.10"
|
|
11644
|
-
tar: "^6.1.11"
|
|
11642
|
+
process: "^0.11.10"
|
|
11645
11643
|
}
|
|
11646
11644
|
};
|
|
11647
11645
|
}
|
|
11648
11646
|
});
|
|
11649
11647
|
|
|
11650
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
11648
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/platform.js
|
|
11651
11649
|
var require_platform = __commonJS({
|
|
11652
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
11650
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/platform.js"(exports) {
|
|
11653
11651
|
"use strict";
|
|
11654
11652
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11655
11653
|
exports.crt_version = exports.package_info = exports.is_browser = exports.is_nodejs = void 0;
|
|
@@ -11681,9 +11679,9 @@ var require_platform = __commonJS({
|
|
|
11681
11679
|
}
|
|
11682
11680
|
});
|
|
11683
11681
|
|
|
11684
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
11682
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/resource_safety.js
|
|
11685
11683
|
var require_resource_safety = __commonJS({
|
|
11686
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
11684
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/resource_safety.js"(exports) {
|
|
11687
11685
|
"use strict";
|
|
11688
11686
|
var __awaiter2 = exports && exports.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
11689
11687
|
function adopt(value) {
|
|
@@ -11727,9 +11725,9 @@ var require_resource_safety = __commonJS({
|
|
|
11727
11725
|
}
|
|
11728
11726
|
});
|
|
11729
11727
|
|
|
11730
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
11728
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/binding.js
|
|
11731
11729
|
var require_binding = __commonJS({
|
|
11732
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
11730
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/binding.js"(exports) {
|
|
11733
11731
|
"use strict";
|
|
11734
11732
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
11735
11733
|
if (k2 === void 0)
|
|
@@ -11763,11 +11761,38 @@ var require_binding = __commonJS({
|
|
|
11763
11761
|
__setModuleDefault2(result, mod);
|
|
11764
11762
|
return result;
|
|
11765
11763
|
};
|
|
11764
|
+
var __importDefault2 = exports && exports.__importDefault || function(mod) {
|
|
11765
|
+
return mod && mod.__esModule ? mod : { "default": mod };
|
|
11766
|
+
};
|
|
11766
11767
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11768
|
+
exports.cRuntime = exports.CRuntimeType = void 0;
|
|
11767
11769
|
var path = __importStar2(__require("path"));
|
|
11768
11770
|
var os_1 = __require("os");
|
|
11769
11771
|
var fs_1 = __require("fs");
|
|
11770
11772
|
var process_1 = __require("process");
|
|
11773
|
+
var child_process_1 = __importDefault2(__require("child_process"));
|
|
11774
|
+
var CRuntimeType = Object.freeze({
|
|
11775
|
+
NON_LINUX: "cruntime",
|
|
11776
|
+
MUSL: "musl",
|
|
11777
|
+
GLIBC: "glibc"
|
|
11778
|
+
});
|
|
11779
|
+
exports.CRuntimeType = CRuntimeType;
|
|
11780
|
+
function getCRuntime() {
|
|
11781
|
+
if ((0, os_1.platform)() !== "linux") {
|
|
11782
|
+
return CRuntimeType.NON_LINUX;
|
|
11783
|
+
}
|
|
11784
|
+
try {
|
|
11785
|
+
const spawnedProcess = child_process_1.default.spawnSync("ldd", ["--version"], { encoding: "utf8" });
|
|
11786
|
+
const output = spawnedProcess.stdout + spawnedProcess.stderr;
|
|
11787
|
+
if (output.includes(CRuntimeType.MUSL)) {
|
|
11788
|
+
return CRuntimeType.MUSL;
|
|
11789
|
+
} else {
|
|
11790
|
+
return CRuntimeType.GLIBC;
|
|
11791
|
+
}
|
|
11792
|
+
} catch (error) {
|
|
11793
|
+
return CRuntimeType.GLIBC;
|
|
11794
|
+
}
|
|
11795
|
+
}
|
|
11771
11796
|
var upgrade_string = "Please upgrade to node >=10.16.0, or use the provided browser implementation.";
|
|
11772
11797
|
if ("napi" in process_1.versions) {
|
|
11773
11798
|
const napi_version = parseInt(process_1.versions["napi"]);
|
|
@@ -11777,8 +11802,10 @@ var require_binding = __commonJS({
|
|
|
11777
11802
|
} else {
|
|
11778
11803
|
throw new Error("The current runtime is not reporting an NAPI version. " + upgrade_string);
|
|
11779
11804
|
}
|
|
11805
|
+
var cRuntime = getCRuntime();
|
|
11806
|
+
exports.cRuntime = cRuntime;
|
|
11780
11807
|
var binary_name = "aws-crt-nodejs";
|
|
11781
|
-
var platformDir = `${os_1.platform}-${os_1.arch}`;
|
|
11808
|
+
var platformDir = `${os_1.platform}-${os_1.arch}-${cRuntime}`;
|
|
11782
11809
|
var source_root = path.resolve(__dirname, "..", "..");
|
|
11783
11810
|
var dist = path.join(source_root, "dist");
|
|
11784
11811
|
if ((0, fs_1.existsSync)(dist)) {
|
|
@@ -11802,9 +11829,9 @@ var require_binding = __commonJS({
|
|
|
11802
11829
|
}
|
|
11803
11830
|
});
|
|
11804
11831
|
|
|
11805
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
11832
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/error.js
|
|
11806
11833
|
var require_error = __commonJS({
|
|
11807
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
11834
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/error.js"(exports) {
|
|
11808
11835
|
"use strict";
|
|
11809
11836
|
var __importDefault2 = exports && exports.__importDefault || function(mod) {
|
|
11810
11837
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -11849,9 +11876,9 @@ var require_error = __commonJS({
|
|
|
11849
11876
|
}
|
|
11850
11877
|
});
|
|
11851
11878
|
|
|
11852
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
11879
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/native_resource.js
|
|
11853
11880
|
var require_native_resource = __commonJS({
|
|
11854
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
11881
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/native_resource.js"(exports) {
|
|
11855
11882
|
"use strict";
|
|
11856
11883
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11857
11884
|
exports.NativeResourceMixin = exports.NativeResource = void 0;
|
|
@@ -11887,9 +11914,9 @@ var require_native_resource = __commonJS({
|
|
|
11887
11914
|
}
|
|
11888
11915
|
});
|
|
11889
11916
|
|
|
11890
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
11917
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/io.js
|
|
11891
11918
|
var require_io = __commonJS({
|
|
11892
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
11919
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/io.js"(exports) {
|
|
11893
11920
|
"use strict";
|
|
11894
11921
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11895
11922
|
exports.SocketDomain = exports.SocketType = exports.TlsVersion = void 0;
|
|
@@ -11916,9 +11943,9 @@ var require_io = __commonJS({
|
|
|
11916
11943
|
}
|
|
11917
11944
|
});
|
|
11918
11945
|
|
|
11919
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
11946
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/io.js
|
|
11920
11947
|
var require_io2 = __commonJS({
|
|
11921
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
11948
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/io.js"(exports) {
|
|
11922
11949
|
"use strict";
|
|
11923
11950
|
var __importDefault2 = exports && exports.__importDefault || function(mod) {
|
|
11924
11951
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -12197,9 +12224,9 @@ var require_io2 = __commonJS({
|
|
|
12197
12224
|
}
|
|
12198
12225
|
});
|
|
12199
12226
|
|
|
12200
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
12227
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/auth.js
|
|
12201
12228
|
var require_auth = __commonJS({
|
|
12202
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
12229
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/auth.js"(exports) {
|
|
12203
12230
|
"use strict";
|
|
12204
12231
|
var __awaiter2 = exports && exports.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
12205
12232
|
function adopt(value) {
|
|
@@ -12344,9 +12371,9 @@ var require_auth = __commonJS({
|
|
|
12344
12371
|
}
|
|
12345
12372
|
});
|
|
12346
12373
|
|
|
12347
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
12374
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/checksums.js
|
|
12348
12375
|
var require_checksums = __commonJS({
|
|
12349
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
12376
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/checksums.js"(exports) {
|
|
12350
12377
|
"use strict";
|
|
12351
12378
|
var __importDefault2 = exports && exports.__importDefault || function(mod) {
|
|
12352
12379
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -12365,9 +12392,9 @@ var require_checksums = __commonJS({
|
|
|
12365
12392
|
}
|
|
12366
12393
|
});
|
|
12367
12394
|
|
|
12368
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
12395
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/crt.js
|
|
12369
12396
|
var require_crt = __commonJS({
|
|
12370
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
12397
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/crt.js"(exports) {
|
|
12371
12398
|
"use strict";
|
|
12372
12399
|
var __importDefault2 = exports && exports.__importDefault || function(mod) {
|
|
12373
12400
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -12386,9 +12413,9 @@ var require_crt = __commonJS({
|
|
|
12386
12413
|
}
|
|
12387
12414
|
});
|
|
12388
12415
|
|
|
12389
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
12416
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/crypto.js
|
|
12390
12417
|
var require_crypto = __commonJS({
|
|
12391
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
12418
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/crypto.js"(exports) {
|
|
12392
12419
|
"use strict";
|
|
12393
12420
|
var __importDefault2 = exports && exports.__importDefault || function(mod) {
|
|
12394
12421
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -12481,9 +12508,9 @@ var require_crypto = __commonJS({
|
|
|
12481
12508
|
}
|
|
12482
12509
|
});
|
|
12483
12510
|
|
|
12484
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
12511
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/event.js
|
|
12485
12512
|
var require_event = __commonJS({
|
|
12486
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
12513
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/event.js"(exports) {
|
|
12487
12514
|
"use strict";
|
|
12488
12515
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12489
12516
|
exports.BufferedEventEmitter = void 0;
|
|
@@ -12545,9 +12572,9 @@ var require_event = __commonJS({
|
|
|
12545
12572
|
}
|
|
12546
12573
|
});
|
|
12547
12574
|
|
|
12548
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
12575
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/eventstream_utils.js
|
|
12549
12576
|
var require_eventstream_utils = __commonJS({
|
|
12550
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
12577
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/eventstream_utils.js"(exports) {
|
|
12551
12578
|
"use strict";
|
|
12552
12579
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12553
12580
|
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;
|
|
@@ -12610,9 +12637,9 @@ var require_eventstream_utils = __commonJS({
|
|
|
12610
12637
|
}
|
|
12611
12638
|
});
|
|
12612
12639
|
|
|
12613
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
12640
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/eventstream.js
|
|
12614
12641
|
var require_eventstream = __commonJS({
|
|
12615
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
12642
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/eventstream.js"(exports) {
|
|
12616
12643
|
"use strict";
|
|
12617
12644
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
12618
12645
|
if (k2 === void 0)
|
|
@@ -13317,9 +13344,9 @@ var require_eventstream = __commonJS({
|
|
|
13317
13344
|
}
|
|
13318
13345
|
});
|
|
13319
13346
|
|
|
13320
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
13347
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/http.js
|
|
13321
13348
|
var require_http = __commonJS({
|
|
13322
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
13349
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/http.js"(exports) {
|
|
13323
13350
|
"use strict";
|
|
13324
13351
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13325
13352
|
exports.CommonHttpProxyOptions = exports.HttpProxyAuthenticationType = exports.HttpVersion = void 0;
|
|
@@ -13356,9 +13383,9 @@ var require_http = __commonJS({
|
|
|
13356
13383
|
}
|
|
13357
13384
|
});
|
|
13358
13385
|
|
|
13359
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
13386
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/http.js
|
|
13360
13387
|
var require_http2 = __commonJS({
|
|
13361
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
13388
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/http.js"(exports) {
|
|
13362
13389
|
"use strict";
|
|
13363
13390
|
var __importDefault2 = exports && exports.__importDefault || function(mod) {
|
|
13364
13391
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -13662,9 +13689,9 @@ var require_http2 = __commonJS({
|
|
|
13662
13689
|
}
|
|
13663
13690
|
});
|
|
13664
13691
|
|
|
13665
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
13692
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt.js
|
|
13666
13693
|
var require_mqtt = __commonJS({
|
|
13667
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
13694
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt.js"(exports) {
|
|
13668
13695
|
"use strict";
|
|
13669
13696
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13670
13697
|
exports.DEFAULT_RECONNECT_MIN_SEC = exports.DEFAULT_RECONNECT_MAX_SEC = exports.MqttWill = exports.QoS = void 0;
|
|
@@ -13688,9 +13715,9 @@ var require_mqtt = __commonJS({
|
|
|
13688
13715
|
}
|
|
13689
13716
|
});
|
|
13690
13717
|
|
|
13691
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
13718
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/aws_iot_shared.js
|
|
13692
13719
|
var require_aws_iot_shared = __commonJS({
|
|
13693
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
13720
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/aws_iot_shared.js"(exports) {
|
|
13694
13721
|
"use strict";
|
|
13695
13722
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
13696
13723
|
if (k2 === void 0)
|
|
@@ -13827,9 +13854,9 @@ var require_aws_iot_shared = __commonJS({
|
|
|
13827
13854
|
}
|
|
13828
13855
|
});
|
|
13829
13856
|
|
|
13830
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
13857
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/aws_iot.js
|
|
13831
13858
|
var require_aws_iot = __commonJS({
|
|
13832
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
13859
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/aws_iot.js"(exports) {
|
|
13833
13860
|
"use strict";
|
|
13834
13861
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
13835
13862
|
if (k2 === void 0)
|
|
@@ -14290,9 +14317,9 @@ var require_aws_iot = __commonJS({
|
|
|
14290
14317
|
}
|
|
14291
14318
|
});
|
|
14292
14319
|
|
|
14293
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
14320
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt_shared.js
|
|
14294
14321
|
var require_mqtt_shared = __commonJS({
|
|
14295
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
14322
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt_shared.js"(exports) {
|
|
14296
14323
|
"use strict";
|
|
14297
14324
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14298
14325
|
exports.DEFAULT_KEEP_ALIVE = exports.normalize_payload = void 0;
|
|
@@ -14323,9 +14350,9 @@ var require_mqtt_shared = __commonJS({
|
|
|
14323
14350
|
}
|
|
14324
14351
|
});
|
|
14325
14352
|
|
|
14326
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
14353
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt5.js
|
|
14327
14354
|
var require_mqtt5 = __commonJS({
|
|
14328
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
14355
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt5.js"(exports) {
|
|
14329
14356
|
"use strict";
|
|
14330
14357
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14331
14358
|
exports.RetryJitterType = exports.ClientSessionBehavior = void 0;
|
|
@@ -14346,9 +14373,9 @@ var require_mqtt5 = __commonJS({
|
|
|
14346
14373
|
}
|
|
14347
14374
|
});
|
|
14348
14375
|
|
|
14349
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
14376
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt5_packet.js
|
|
14350
14377
|
var require_mqtt5_packet = __commonJS({
|
|
14351
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
14378
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt5_packet.js"(exports) {
|
|
14352
14379
|
"use strict";
|
|
14353
14380
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14354
14381
|
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;
|
|
@@ -14504,9 +14531,9 @@ var require_mqtt5_packet = __commonJS({
|
|
|
14504
14531
|
}
|
|
14505
14532
|
});
|
|
14506
14533
|
|
|
14507
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
14534
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/mqtt5.js
|
|
14508
14535
|
var require_mqtt52 = __commonJS({
|
|
14509
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
14536
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/mqtt5.js"(exports) {
|
|
14510
14537
|
"use strict";
|
|
14511
14538
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
14512
14539
|
if (k2 === void 0)
|
|
@@ -14835,9 +14862,9 @@ var require_mqtt52 = __commonJS({
|
|
|
14835
14862
|
}
|
|
14836
14863
|
});
|
|
14837
14864
|
|
|
14838
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
14865
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/aws_iot_mqtt5.js
|
|
14839
14866
|
var require_aws_iot_mqtt5 = __commonJS({
|
|
14840
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
14867
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/aws_iot_mqtt5.js"(exports) {
|
|
14841
14868
|
"use strict";
|
|
14842
14869
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
14843
14870
|
if (k2 === void 0)
|
|
@@ -15266,9 +15293,9 @@ var require_aws_iot_mqtt5 = __commonJS({
|
|
|
15266
15293
|
}
|
|
15267
15294
|
});
|
|
15268
15295
|
|
|
15269
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
15296
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/iot.js
|
|
15270
15297
|
var require_iot = __commonJS({
|
|
15271
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
15298
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/iot.js"(exports) {
|
|
15272
15299
|
"use strict";
|
|
15273
15300
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
15274
15301
|
if (k2 === void 0)
|
|
@@ -15296,9 +15323,9 @@ var require_iot = __commonJS({
|
|
|
15296
15323
|
}
|
|
15297
15324
|
});
|
|
15298
15325
|
|
|
15299
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
15326
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/mqtt.js
|
|
15300
15327
|
var require_mqtt2 = __commonJS({
|
|
15301
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
15328
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/mqtt.js"(exports) {
|
|
15302
15329
|
"use strict";
|
|
15303
15330
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
15304
15331
|
if (k2 === void 0)
|
|
@@ -15702,9 +15729,9 @@ var require_mqtt2 = __commonJS({
|
|
|
15702
15729
|
}
|
|
15703
15730
|
});
|
|
15704
15731
|
|
|
15705
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
15732
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/index.js
|
|
15706
15733
|
var require_dist = __commonJS({
|
|
15707
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
15734
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/index.js"(exports) {
|
|
15708
15735
|
"use strict";
|
|
15709
15736
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
15710
15737
|
if (k2 === void 0)
|