sst 2.24.10 → 2.24.12
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/bootstrap.js +2 -0
- package/constructs/Stack.js +2 -0
- package/node/event-bus/index.d.ts +3 -2
- package/node/event-bus/index.js +41 -21
- package/node/service/index.d.ts +3 -0
- package/node/service/index.js +4 -0
- package/node/util/loader.d.ts +2 -0
- package/node/util/loader.js +51 -0
- package/package.json +1 -1
- package/project.d.ts +2 -0
- 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;
|
|
@@ -37663,9 +37663,9 @@ var require_dist_cjs36 = __commonJS({
|
|
|
37663
37663
|
}
|
|
37664
37664
|
});
|
|
37665
37665
|
|
|
37666
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
37666
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/promise.js
|
|
37667
37667
|
var require_promise = __commonJS({
|
|
37668
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
37668
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/promise.js"(exports) {
|
|
37669
37669
|
"use strict";
|
|
37670
37670
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37671
37671
|
exports.newLiftedPromise = exports.makeSelfCleaningPromise = void 0;
|
|
@@ -37701,9 +37701,9 @@ var require_promise = __commonJS({
|
|
|
37701
37701
|
}
|
|
37702
37702
|
});
|
|
37703
37703
|
|
|
37704
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
37704
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/cancel.js
|
|
37705
37705
|
var require_cancel = __commonJS({
|
|
37706
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
37706
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/cancel.js"(exports) {
|
|
37707
37707
|
"use strict";
|
|
37708
37708
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
37709
37709
|
if (k2 === void 0)
|
|
@@ -37825,12 +37825,12 @@ var require_cancel = __commonJS({
|
|
|
37825
37825
|
}
|
|
37826
37826
|
});
|
|
37827
37827
|
|
|
37828
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
37828
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/package.json
|
|
37829
37829
|
var require_package4 = __commonJS({
|
|
37830
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
37830
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/package.json"(exports, module) {
|
|
37831
37831
|
module.exports = {
|
|
37832
37832
|
name: "aws-crt",
|
|
37833
|
-
version: "1.
|
|
37833
|
+
version: "1.18.0",
|
|
37834
37834
|
description: "NodeJS/browser bindings to the aws-c-* libraries",
|
|
37835
37835
|
homepage: "https://github.com/awslabs/aws-crt-nodejs",
|
|
37836
37836
|
repository: {
|
|
@@ -37864,38 +37864,36 @@ var require_package4 = __commonJS({
|
|
|
37864
37864
|
"@types/uuid": "^3.4.8",
|
|
37865
37865
|
"@types/ws": "^7.4.7",
|
|
37866
37866
|
"aws-sdk": "^2.848.0",
|
|
37867
|
-
"cmake-js": "^6.3.2",
|
|
37868
37867
|
"https-proxy-agent": "^5.0.1",
|
|
37869
37868
|
jest: "^27.2.1",
|
|
37870
37869
|
"jest-puppeteer": "^5.0.4",
|
|
37871
37870
|
"jest-runtime": "^27.2.1",
|
|
37872
37871
|
puppeteer: "^3.3.0",
|
|
37873
|
-
tar: "^6.1.11",
|
|
37874
37872
|
"ts-jest": "^27.0.5",
|
|
37875
37873
|
typedoc: "^0.22.18",
|
|
37876
37874
|
"typedoc-plugin-merge-modules": "^3.1.0",
|
|
37877
37875
|
typescript: "^4.7.4",
|
|
37878
37876
|
uuid: "^8.3.2",
|
|
37879
|
-
yargs: "^17.2.1"
|
|
37877
|
+
yargs: "^17.2.1",
|
|
37878
|
+
"cmake-js": "^6.3.2",
|
|
37879
|
+
tar: "^6.1.11"
|
|
37880
37880
|
},
|
|
37881
37881
|
dependencies: {
|
|
37882
37882
|
"@aws-sdk/util-utf8-browser": "^3.109.0",
|
|
37883
37883
|
"@httptoolkit/websocket-stream": "^6.0.0",
|
|
37884
37884
|
axios: "^0.24.0",
|
|
37885
37885
|
buffer: "^6.0.3",
|
|
37886
|
-
"cmake-js": "^6.3.2",
|
|
37887
37886
|
"crypto-js": "^4.0.0",
|
|
37888
37887
|
mqtt: "^4.3.7",
|
|
37889
|
-
process: "^0.11.10"
|
|
37890
|
-
tar: "^6.1.11"
|
|
37888
|
+
process: "^0.11.10"
|
|
37891
37889
|
}
|
|
37892
37890
|
};
|
|
37893
37891
|
}
|
|
37894
37892
|
});
|
|
37895
37893
|
|
|
37896
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
37894
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/platform.js
|
|
37897
37895
|
var require_platform = __commonJS({
|
|
37898
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
37896
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/platform.js"(exports) {
|
|
37899
37897
|
"use strict";
|
|
37900
37898
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37901
37899
|
exports.crt_version = exports.package_info = exports.is_browser = exports.is_nodejs = void 0;
|
|
@@ -37927,9 +37925,9 @@ var require_platform = __commonJS({
|
|
|
37927
37925
|
}
|
|
37928
37926
|
});
|
|
37929
37927
|
|
|
37930
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
37928
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/resource_safety.js
|
|
37931
37929
|
var require_resource_safety = __commonJS({
|
|
37932
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
37930
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/resource_safety.js"(exports) {
|
|
37933
37931
|
"use strict";
|
|
37934
37932
|
var __awaiter3 = exports && exports.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
37935
37933
|
function adopt(value) {
|
|
@@ -37973,9 +37971,9 @@ var require_resource_safety = __commonJS({
|
|
|
37973
37971
|
}
|
|
37974
37972
|
});
|
|
37975
37973
|
|
|
37976
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
37974
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/binding.js
|
|
37977
37975
|
var require_binding = __commonJS({
|
|
37978
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
37976
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/binding.js"(exports) {
|
|
37979
37977
|
"use strict";
|
|
37980
37978
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
37981
37979
|
if (k2 === void 0)
|
|
@@ -38009,11 +38007,38 @@ var require_binding = __commonJS({
|
|
|
38009
38007
|
__setModuleDefault2(result, mod);
|
|
38010
38008
|
return result;
|
|
38011
38009
|
};
|
|
38010
|
+
var __importDefault3 = exports && exports.__importDefault || function(mod) {
|
|
38011
|
+
return mod && mod.__esModule ? mod : { "default": mod };
|
|
38012
|
+
};
|
|
38012
38013
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38014
|
+
exports.cRuntime = exports.CRuntimeType = void 0;
|
|
38013
38015
|
var path3 = __importStar3(__require("path"));
|
|
38014
38016
|
var os_1 = __require("os");
|
|
38015
38017
|
var fs_1 = __require("fs");
|
|
38016
38018
|
var process_1 = __require("process");
|
|
38019
|
+
var child_process_1 = __importDefault3(__require("child_process"));
|
|
38020
|
+
var CRuntimeType = Object.freeze({
|
|
38021
|
+
NON_LINUX: "cruntime",
|
|
38022
|
+
MUSL: "musl",
|
|
38023
|
+
GLIBC: "glibc"
|
|
38024
|
+
});
|
|
38025
|
+
exports.CRuntimeType = CRuntimeType;
|
|
38026
|
+
function getCRuntime() {
|
|
38027
|
+
if ((0, os_1.platform)() !== "linux") {
|
|
38028
|
+
return CRuntimeType.NON_LINUX;
|
|
38029
|
+
}
|
|
38030
|
+
try {
|
|
38031
|
+
const spawnedProcess = child_process_1.default.spawnSync("ldd", ["--version"], { encoding: "utf8" });
|
|
38032
|
+
const output = spawnedProcess.stdout + spawnedProcess.stderr;
|
|
38033
|
+
if (output.includes(CRuntimeType.MUSL)) {
|
|
38034
|
+
return CRuntimeType.MUSL;
|
|
38035
|
+
} else {
|
|
38036
|
+
return CRuntimeType.GLIBC;
|
|
38037
|
+
}
|
|
38038
|
+
} catch (error) {
|
|
38039
|
+
return CRuntimeType.GLIBC;
|
|
38040
|
+
}
|
|
38041
|
+
}
|
|
38017
38042
|
var upgrade_string = "Please upgrade to node >=10.16.0, or use the provided browser implementation.";
|
|
38018
38043
|
if ("napi" in process_1.versions) {
|
|
38019
38044
|
const napi_version = parseInt(process_1.versions["napi"]);
|
|
@@ -38023,8 +38048,10 @@ var require_binding = __commonJS({
|
|
|
38023
38048
|
} else {
|
|
38024
38049
|
throw new Error("The current runtime is not reporting an NAPI version. " + upgrade_string);
|
|
38025
38050
|
}
|
|
38051
|
+
var cRuntime = getCRuntime();
|
|
38052
|
+
exports.cRuntime = cRuntime;
|
|
38026
38053
|
var binary_name = "aws-crt-nodejs";
|
|
38027
|
-
var platformDir = `${os_1.platform}-${os_1.arch}`;
|
|
38054
|
+
var platformDir = `${os_1.platform}-${os_1.arch}-${cRuntime}`;
|
|
38028
38055
|
var source_root = path3.resolve(__dirname, "..", "..");
|
|
38029
38056
|
var dist = path3.join(source_root, "dist");
|
|
38030
38057
|
if ((0, fs_1.existsSync)(dist)) {
|
|
@@ -38048,9 +38075,9 @@ var require_binding = __commonJS({
|
|
|
38048
38075
|
}
|
|
38049
38076
|
});
|
|
38050
38077
|
|
|
38051
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
38078
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/error.js
|
|
38052
38079
|
var require_error = __commonJS({
|
|
38053
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
38080
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/error.js"(exports) {
|
|
38054
38081
|
"use strict";
|
|
38055
38082
|
var __importDefault3 = exports && exports.__importDefault || function(mod) {
|
|
38056
38083
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -38095,9 +38122,9 @@ var require_error = __commonJS({
|
|
|
38095
38122
|
}
|
|
38096
38123
|
});
|
|
38097
38124
|
|
|
38098
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
38125
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/native_resource.js
|
|
38099
38126
|
var require_native_resource = __commonJS({
|
|
38100
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
38127
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/native_resource.js"(exports) {
|
|
38101
38128
|
"use strict";
|
|
38102
38129
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38103
38130
|
exports.NativeResourceMixin = exports.NativeResource = void 0;
|
|
@@ -38133,9 +38160,9 @@ var require_native_resource = __commonJS({
|
|
|
38133
38160
|
}
|
|
38134
38161
|
});
|
|
38135
38162
|
|
|
38136
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
38163
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/io.js
|
|
38137
38164
|
var require_io = __commonJS({
|
|
38138
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
38165
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/io.js"(exports) {
|
|
38139
38166
|
"use strict";
|
|
38140
38167
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38141
38168
|
exports.SocketDomain = exports.SocketType = exports.TlsVersion = void 0;
|
|
@@ -38162,9 +38189,9 @@ var require_io = __commonJS({
|
|
|
38162
38189
|
}
|
|
38163
38190
|
});
|
|
38164
38191
|
|
|
38165
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
38192
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/io.js
|
|
38166
38193
|
var require_io2 = __commonJS({
|
|
38167
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
38194
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/io.js"(exports) {
|
|
38168
38195
|
"use strict";
|
|
38169
38196
|
var __importDefault3 = exports && exports.__importDefault || function(mod) {
|
|
38170
38197
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -38443,9 +38470,9 @@ var require_io2 = __commonJS({
|
|
|
38443
38470
|
}
|
|
38444
38471
|
});
|
|
38445
38472
|
|
|
38446
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
38473
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/auth.js
|
|
38447
38474
|
var require_auth = __commonJS({
|
|
38448
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
38475
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/auth.js"(exports) {
|
|
38449
38476
|
"use strict";
|
|
38450
38477
|
var __awaiter3 = exports && exports.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
38451
38478
|
function adopt(value) {
|
|
@@ -38590,9 +38617,9 @@ var require_auth = __commonJS({
|
|
|
38590
38617
|
}
|
|
38591
38618
|
});
|
|
38592
38619
|
|
|
38593
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
38620
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/checksums.js
|
|
38594
38621
|
var require_checksums = __commonJS({
|
|
38595
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
38622
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/checksums.js"(exports) {
|
|
38596
38623
|
"use strict";
|
|
38597
38624
|
var __importDefault3 = exports && exports.__importDefault || function(mod) {
|
|
38598
38625
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -38611,9 +38638,9 @@ var require_checksums = __commonJS({
|
|
|
38611
38638
|
}
|
|
38612
38639
|
});
|
|
38613
38640
|
|
|
38614
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
38641
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/crt.js
|
|
38615
38642
|
var require_crt = __commonJS({
|
|
38616
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
38643
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/crt.js"(exports) {
|
|
38617
38644
|
"use strict";
|
|
38618
38645
|
var __importDefault3 = exports && exports.__importDefault || function(mod) {
|
|
38619
38646
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -38632,9 +38659,9 @@ var require_crt = __commonJS({
|
|
|
38632
38659
|
}
|
|
38633
38660
|
});
|
|
38634
38661
|
|
|
38635
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
38662
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/crypto.js
|
|
38636
38663
|
var require_crypto = __commonJS({
|
|
38637
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
38664
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/crypto.js"(exports) {
|
|
38638
38665
|
"use strict";
|
|
38639
38666
|
var __importDefault3 = exports && exports.__importDefault || function(mod) {
|
|
38640
38667
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -38727,9 +38754,9 @@ var require_crypto = __commonJS({
|
|
|
38727
38754
|
}
|
|
38728
38755
|
});
|
|
38729
38756
|
|
|
38730
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
38757
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/event.js
|
|
38731
38758
|
var require_event = __commonJS({
|
|
38732
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
38759
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/event.js"(exports) {
|
|
38733
38760
|
"use strict";
|
|
38734
38761
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38735
38762
|
exports.BufferedEventEmitter = void 0;
|
|
@@ -38791,9 +38818,9 @@ var require_event = __commonJS({
|
|
|
38791
38818
|
}
|
|
38792
38819
|
});
|
|
38793
38820
|
|
|
38794
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
38821
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/eventstream_utils.js
|
|
38795
38822
|
var require_eventstream_utils = __commonJS({
|
|
38796
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
38823
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/eventstream_utils.js"(exports) {
|
|
38797
38824
|
"use strict";
|
|
38798
38825
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38799
38826
|
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;
|
|
@@ -38856,9 +38883,9 @@ var require_eventstream_utils = __commonJS({
|
|
|
38856
38883
|
}
|
|
38857
38884
|
});
|
|
38858
38885
|
|
|
38859
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
38886
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/eventstream.js
|
|
38860
38887
|
var require_eventstream = __commonJS({
|
|
38861
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
38888
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/eventstream.js"(exports) {
|
|
38862
38889
|
"use strict";
|
|
38863
38890
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
38864
38891
|
if (k2 === void 0)
|
|
@@ -39563,9 +39590,9 @@ var require_eventstream = __commonJS({
|
|
|
39563
39590
|
}
|
|
39564
39591
|
});
|
|
39565
39592
|
|
|
39566
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
39593
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/http.js
|
|
39567
39594
|
var require_http = __commonJS({
|
|
39568
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
39595
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/http.js"(exports) {
|
|
39569
39596
|
"use strict";
|
|
39570
39597
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39571
39598
|
exports.CommonHttpProxyOptions = exports.HttpProxyAuthenticationType = exports.HttpVersion = void 0;
|
|
@@ -39602,9 +39629,9 @@ var require_http = __commonJS({
|
|
|
39602
39629
|
}
|
|
39603
39630
|
});
|
|
39604
39631
|
|
|
39605
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
39632
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/http.js
|
|
39606
39633
|
var require_http2 = __commonJS({
|
|
39607
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
39634
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/http.js"(exports) {
|
|
39608
39635
|
"use strict";
|
|
39609
39636
|
var __importDefault3 = exports && exports.__importDefault || function(mod) {
|
|
39610
39637
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -39908,9 +39935,9 @@ var require_http2 = __commonJS({
|
|
|
39908
39935
|
}
|
|
39909
39936
|
});
|
|
39910
39937
|
|
|
39911
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
39938
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt.js
|
|
39912
39939
|
var require_mqtt = __commonJS({
|
|
39913
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
39940
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt.js"(exports) {
|
|
39914
39941
|
"use strict";
|
|
39915
39942
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39916
39943
|
exports.DEFAULT_RECONNECT_MIN_SEC = exports.DEFAULT_RECONNECT_MAX_SEC = exports.MqttWill = exports.QoS = void 0;
|
|
@@ -39934,9 +39961,9 @@ var require_mqtt = __commonJS({
|
|
|
39934
39961
|
}
|
|
39935
39962
|
});
|
|
39936
39963
|
|
|
39937
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
39964
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/aws_iot_shared.js
|
|
39938
39965
|
var require_aws_iot_shared = __commonJS({
|
|
39939
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
39966
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/aws_iot_shared.js"(exports) {
|
|
39940
39967
|
"use strict";
|
|
39941
39968
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
39942
39969
|
if (k2 === void 0)
|
|
@@ -40073,9 +40100,9 @@ var require_aws_iot_shared = __commonJS({
|
|
|
40073
40100
|
}
|
|
40074
40101
|
});
|
|
40075
40102
|
|
|
40076
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
40103
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/aws_iot.js
|
|
40077
40104
|
var require_aws_iot = __commonJS({
|
|
40078
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
40105
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/aws_iot.js"(exports) {
|
|
40079
40106
|
"use strict";
|
|
40080
40107
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
40081
40108
|
if (k2 === void 0)
|
|
@@ -40536,9 +40563,9 @@ var require_aws_iot = __commonJS({
|
|
|
40536
40563
|
}
|
|
40537
40564
|
});
|
|
40538
40565
|
|
|
40539
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
40566
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt_shared.js
|
|
40540
40567
|
var require_mqtt_shared = __commonJS({
|
|
40541
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
40568
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt_shared.js"(exports) {
|
|
40542
40569
|
"use strict";
|
|
40543
40570
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40544
40571
|
exports.DEFAULT_KEEP_ALIVE = exports.normalize_payload = void 0;
|
|
@@ -40569,9 +40596,9 @@ var require_mqtt_shared = __commonJS({
|
|
|
40569
40596
|
}
|
|
40570
40597
|
});
|
|
40571
40598
|
|
|
40572
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
40599
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt5.js
|
|
40573
40600
|
var require_mqtt5 = __commonJS({
|
|
40574
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
40601
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt5.js"(exports) {
|
|
40575
40602
|
"use strict";
|
|
40576
40603
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40577
40604
|
exports.RetryJitterType = exports.ClientSessionBehavior = void 0;
|
|
@@ -40592,9 +40619,9 @@ var require_mqtt5 = __commonJS({
|
|
|
40592
40619
|
}
|
|
40593
40620
|
});
|
|
40594
40621
|
|
|
40595
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
40622
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt5_packet.js
|
|
40596
40623
|
var require_mqtt5_packet = __commonJS({
|
|
40597
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
40624
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/common/mqtt5_packet.js"(exports) {
|
|
40598
40625
|
"use strict";
|
|
40599
40626
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40600
40627
|
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;
|
|
@@ -40750,9 +40777,9 @@ var require_mqtt5_packet = __commonJS({
|
|
|
40750
40777
|
}
|
|
40751
40778
|
});
|
|
40752
40779
|
|
|
40753
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
40780
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/mqtt5.js
|
|
40754
40781
|
var require_mqtt52 = __commonJS({
|
|
40755
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
40782
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/mqtt5.js"(exports) {
|
|
40756
40783
|
"use strict";
|
|
40757
40784
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
40758
40785
|
if (k2 === void 0)
|
|
@@ -41081,9 +41108,9 @@ var require_mqtt52 = __commonJS({
|
|
|
41081
41108
|
}
|
|
41082
41109
|
});
|
|
41083
41110
|
|
|
41084
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
41111
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/aws_iot_mqtt5.js
|
|
41085
41112
|
var require_aws_iot_mqtt5 = __commonJS({
|
|
41086
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
41113
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/aws_iot_mqtt5.js"(exports) {
|
|
41087
41114
|
"use strict";
|
|
41088
41115
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
41089
41116
|
if (k2 === void 0)
|
|
@@ -41512,9 +41539,9 @@ var require_aws_iot_mqtt5 = __commonJS({
|
|
|
41512
41539
|
}
|
|
41513
41540
|
});
|
|
41514
41541
|
|
|
41515
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
41542
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/iot.js
|
|
41516
41543
|
var require_iot = __commonJS({
|
|
41517
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
41544
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/iot.js"(exports) {
|
|
41518
41545
|
"use strict";
|
|
41519
41546
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
41520
41547
|
if (k2 === void 0)
|
|
@@ -41542,9 +41569,9 @@ var require_iot = __commonJS({
|
|
|
41542
41569
|
}
|
|
41543
41570
|
});
|
|
41544
41571
|
|
|
41545
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
41572
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/mqtt.js
|
|
41546
41573
|
var require_mqtt2 = __commonJS({
|
|
41547
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
41574
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/native/mqtt.js"(exports) {
|
|
41548
41575
|
"use strict";
|
|
41549
41576
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
41550
41577
|
if (k2 === void 0)
|
|
@@ -41948,9 +41975,9 @@ var require_mqtt2 = __commonJS({
|
|
|
41948
41975
|
}
|
|
41949
41976
|
});
|
|
41950
41977
|
|
|
41951
|
-
// ../../node_modules/.pnpm/aws-crt@1.
|
|
41978
|
+
// ../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/index.js
|
|
41952
41979
|
var require_dist = __commonJS({
|
|
41953
|
-
"../../node_modules/.pnpm/aws-crt@1.
|
|
41980
|
+
"../../node_modules/.pnpm/aws-crt@1.18.0/node_modules/aws-crt/dist/index.js"(exports) {
|
|
41954
41981
|
"use strict";
|
|
41955
41982
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
41956
41983
|
if (k2 === void 0)
|