replicas-engine 0.1.338 → 0.1.340
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/dist/src/{chunk-MHJJJ2VP.js → chunk-6NGTYZPX.js} +377 -102
- package/dist/src/{chunk-B5KEKENG.js → chunk-A6ZHMNK4.js} +12 -12
- package/dist/src/{chunk-C6IOMGXW.js → chunk-B7L4ZPGB.js} +33 -33
- package/dist/src/{chunk-3YYBZ6D5.js → chunk-EB4AJ2V6.js} +11 -11
- package/dist/src/{chunk-YY2DS5UJ.js → chunk-JWM4YXMZ.js} +55 -54
- package/dist/src/{chunk-ATF5CAZW.js → chunk-QE4MMXQA.js} +80 -72
- package/dist/src/{dist-es-37YNNMWK.js → dist-es-4XW324ME.js} +17 -17
- package/dist/src/{dist-es-M4ZCYBRD.js → dist-es-6PMBQ4JI.js} +7 -7
- package/dist/src/{dist-es-YA3RZ3J2.js → dist-es-GB67RX6P.js} +43 -35
- package/dist/src/{dist-es-7IBRAXHQ.js → dist-es-OTROFLRA.js} +9 -9
- package/dist/src/{dist-es-MNGVDEEO.js → dist-es-VF5HSV72.js} +4 -4
- package/dist/src/{dist-es-JSZE2H6Y.js → dist-es-VJJ2WNNG.js} +22 -19
- package/dist/src/{dist-es-AYVDCHRQ.js → dist-es-XMRJV7XN.js} +7 -7
- package/dist/src/{event-streams-7ZLUNSFX.js → event-streams-3JEJVYQR.js} +17 -17
- package/dist/src/index.js +573 -100
- package/dist/src/{loadSso-2A75N7C3.js → loadSso-QDS4L4DG.js} +19 -19
- package/dist/src/{signin-FXO7O6JB.js → signin-EETD6KX2.js} +155 -77
- package/dist/src/{sso-oidc-4IFMUO6A.js → sso-oidc-25HRWVRW.js} +21 -21
- package/dist/src/{sts-IAUEUXEW.js → sts-2O2TZS6K.js} +434 -45
- package/package.json +5 -1
- package/scripts/opencode +36 -0
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
fromUtf8,
|
|
5
5
|
toHex,
|
|
6
6
|
toUtf8
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-B7L4ZPGB.js";
|
|
8
8
|
|
|
9
9
|
// ../node_modules/.bun/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs
|
|
10
10
|
function __awaiter(thisArg, _arguments, P, generator) {
|
|
@@ -495,7 +495,7 @@ var a_lookUpTable = [
|
|
|
495
495
|
];
|
|
496
496
|
var lookupTable = uint32ArrayFrom(a_lookUpTable);
|
|
497
497
|
|
|
498
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
498
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/Int64.js
|
|
499
499
|
var Int64 = class _Int64 {
|
|
500
500
|
bytes;
|
|
501
501
|
constructor(bytes) {
|
|
@@ -540,7 +540,7 @@ function negate(bytes) {
|
|
|
540
540
|
}
|
|
541
541
|
}
|
|
542
542
|
|
|
543
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
543
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/HeaderMarshaller.js
|
|
544
544
|
var HeaderMarshaller = class {
|
|
545
545
|
toUtf8;
|
|
546
546
|
fromUtf8;
|
|
@@ -724,7 +724,7 @@ var TIMESTAMP_TAG = "timestamp";
|
|
|
724
724
|
var UUID_TAG = "uuid";
|
|
725
725
|
var UUID_PATTERN = /^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/;
|
|
726
726
|
|
|
727
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
727
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/splitMessage.js
|
|
728
728
|
var PRELUDE_MEMBER_LENGTH = 4;
|
|
729
729
|
var PRELUDE_LENGTH = PRELUDE_MEMBER_LENGTH * 2;
|
|
730
730
|
var CHECKSUM_LENGTH = 4;
|
|
@@ -755,7 +755,7 @@ function splitMessage({ byteLength, byteOffset, buffer }) {
|
|
|
755
755
|
};
|
|
756
756
|
}
|
|
757
757
|
|
|
758
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
758
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/EventStreamCodec.js
|
|
759
759
|
var EventStreamCodec = class {
|
|
760
760
|
headerMarshaller;
|
|
761
761
|
messageBuffer;
|
|
@@ -819,7 +819,7 @@ var EventStreamCodec = class {
|
|
|
819
819
|
}
|
|
820
820
|
};
|
|
821
821
|
|
|
822
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
822
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/MessageDecoderStream.js
|
|
823
823
|
var MessageDecoderStream = class {
|
|
824
824
|
options;
|
|
825
825
|
constructor(options) {
|
|
@@ -836,7 +836,7 @@ var MessageDecoderStream = class {
|
|
|
836
836
|
}
|
|
837
837
|
};
|
|
838
838
|
|
|
839
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
839
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/MessageEncoderStream.js
|
|
840
840
|
var MessageEncoderStream = class {
|
|
841
841
|
options;
|
|
842
842
|
constructor(options) {
|
|
@@ -856,7 +856,7 @@ var MessageEncoderStream = class {
|
|
|
856
856
|
}
|
|
857
857
|
};
|
|
858
858
|
|
|
859
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
859
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/SmithyMessageDecoderStream.js
|
|
860
860
|
var SmithyMessageDecoderStream = class {
|
|
861
861
|
options;
|
|
862
862
|
constructor(options) {
|
|
@@ -875,7 +875,7 @@ var SmithyMessageDecoderStream = class {
|
|
|
875
875
|
}
|
|
876
876
|
};
|
|
877
877
|
|
|
878
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
878
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/SmithyMessageEncoderStream.js
|
|
879
879
|
var SmithyMessageEncoderStream = class {
|
|
880
880
|
options;
|
|
881
881
|
constructor(options) {
|
|
@@ -892,10 +892,10 @@ var SmithyMessageEncoderStream = class {
|
|
|
892
892
|
}
|
|
893
893
|
};
|
|
894
894
|
|
|
895
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
895
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/EventStreamMarshaller.js
|
|
896
896
|
import { Readable } from "stream";
|
|
897
897
|
|
|
898
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
898
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde-universal/getChunkedStream.js
|
|
899
899
|
function getChunkedStream(source) {
|
|
900
900
|
let currentMessageTotalLength = 0;
|
|
901
901
|
let currentMessagePendingLength = 0;
|
|
@@ -961,7 +961,7 @@ function getChunkedStream(source) {
|
|
|
961
961
|
};
|
|
962
962
|
}
|
|
963
963
|
|
|
964
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
964
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde-universal/getUnmarshalledStream.js
|
|
965
965
|
function getUnmarshalledStream(source, options) {
|
|
966
966
|
const messageUnmarshaller = getMessageUnmarshaller(options.deserializer, options.toUtf8);
|
|
967
967
|
return {
|
|
@@ -1007,7 +1007,7 @@ function getMessageUnmarshaller(deserializer, toUtf82) {
|
|
|
1007
1007
|
};
|
|
1008
1008
|
}
|
|
1009
1009
|
|
|
1010
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1010
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.js
|
|
1011
1011
|
var EventStreamMarshaller = class {
|
|
1012
1012
|
eventStreamCodec;
|
|
1013
1013
|
utfEncoder;
|
|
@@ -1032,7 +1032,7 @@ var EventStreamMarshaller = class {
|
|
|
1032
1032
|
};
|
|
1033
1033
|
var eventStreamSerdeProvider = (options) => new EventStreamMarshaller(options);
|
|
1034
1034
|
|
|
1035
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1035
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/EventStreamMarshaller.js
|
|
1036
1036
|
var EventStreamMarshaller2 = class {
|
|
1037
1037
|
universalMarshaller;
|
|
1038
1038
|
constructor({ utf8Encoder, utf8Decoder }) {
|
|
@@ -1077,7 +1077,7 @@ async function* readableToIterable(readStream) {
|
|
|
1077
1077
|
}
|
|
1078
1078
|
}
|
|
1079
1079
|
|
|
1080
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1080
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/utils.js
|
|
1081
1081
|
var readableStreamToIterable = (readableStream) => ({
|
|
1082
1082
|
[Symbol.asyncIterator]: async function* () {
|
|
1083
1083
|
const reader = readableStream.getReader();
|
|
@@ -1106,12 +1106,12 @@ var iterableToReadableStream = (asyncIterable) => {
|
|
|
1106
1106
|
});
|
|
1107
1107
|
};
|
|
1108
1108
|
|
|
1109
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1109
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde-config-resolver/EventStreamSerdeConfig.js
|
|
1110
1110
|
var resolveEventStreamSerdeConfig = (input) => Object.assign(input, {
|
|
1111
1111
|
eventStreamMarshaller: input.eventStreamSerdeProvider(input)
|
|
1112
1112
|
});
|
|
1113
1113
|
|
|
1114
|
-
// ../node_modules/.bun/@smithy+core@3.
|
|
1114
|
+
// ../node_modules/.bun/@smithy+core@3.25.1/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js
|
|
1115
1115
|
var EventStreamSerde = class {
|
|
1116
1116
|
marshaller;
|
|
1117
1117
|
serializer;
|