@semiont/graph 0.5.16 → 0.5.18
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/{chunk-M3YVDWQK.js → chunk-IZRDH6ZA.js} +3 -3
- package/dist/{chunk-SX5XXPRX.js → chunk-J2GNAAZA.js} +3 -1
- package/dist/{chunk-FV6N2ZQI.js → chunk-JJUYBZ5C.js} +3 -3
- package/dist/{chunk-RJ46AKA2.js → chunk-L7UMT7TC.js} +2 -2
- package/dist/{chunk-EO5YYBCM.js → chunk-QVMXXFG5.js} +33 -12
- package/dist/chunk-QVMXXFG5.js.map +1 -0
- package/dist/{dist-es-HWQ4GJOQ.js → dist-es-47I7P7S4.js} +6 -6
- package/dist/{dist-es-ASGI2C6R.js → dist-es-6D223V5J.js} +4 -4
- package/dist/{dist-es-OBFSDNLB.js → dist-es-7RLYMBW4.js} +4 -4
- package/dist/{dist-es-HX7MOA43.js → dist-es-EFSR5RHO.js} +12 -12
- package/dist/{dist-es-DGC37ODU.js → dist-es-GCAGX4FB.js} +2 -2
- package/dist/{dist-es-2SVEJ7AN.js → dist-es-JMQZFACH.js} +4 -4
- package/dist/{dist-es-FCPK4BBG.js → dist-es-RUJYXWW7.js} +4 -4
- package/dist/{dist-es-577L5EMM.js → dist-es-TFVAFKJ5.js} +3 -3
- package/dist/{dist-es-MMOSHTZN.js → dist-es-YSRYRFUR.js} +52 -52
- package/dist/{dist-es-MMOSHTZN.js.map → dist-es-YSRYRFUR.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/{loadSso-MCQYL2N5.js → loadSso-UZJSAOIR.js} +5 -5
- package/dist/{signin-QWDJI452.js → signin-LCNGXJL6.js} +5 -5
- package/dist/{sso-oidc-HI5YSOSX.js → sso-oidc-JCP5LKPR.js} +5 -5
- package/dist/{sts-ANPHBENU.js → sts-EM5BP3PD.js} +5 -5
- package/package.json +5 -5
- package/dist/chunk-EO5YYBCM.js.map +0 -1
- /package/dist/{chunk-M3YVDWQK.js.map → chunk-IZRDH6ZA.js.map} +0 -0
- /package/dist/{chunk-SX5XXPRX.js.map → chunk-J2GNAAZA.js.map} +0 -0
- /package/dist/{chunk-FV6N2ZQI.js.map → chunk-JJUYBZ5C.js.map} +0 -0
- /package/dist/{chunk-RJ46AKA2.js.map → chunk-L7UMT7TC.js.map} +0 -0
- /package/dist/{dist-es-HWQ4GJOQ.js.map → dist-es-47I7P7S4.js.map} +0 -0
- /package/dist/{dist-es-ASGI2C6R.js.map → dist-es-6D223V5J.js.map} +0 -0
- /package/dist/{dist-es-OBFSDNLB.js.map → dist-es-7RLYMBW4.js.map} +0 -0
- /package/dist/{dist-es-HX7MOA43.js.map → dist-es-EFSR5RHO.js.map} +0 -0
- /package/dist/{dist-es-DGC37ODU.js.map → dist-es-GCAGX4FB.js.map} +0 -0
- /package/dist/{dist-es-2SVEJ7AN.js.map → dist-es-JMQZFACH.js.map} +0 -0
- /package/dist/{dist-es-FCPK4BBG.js.map → dist-es-RUJYXWW7.js.map} +0 -0
- /package/dist/{dist-es-577L5EMM.js.map → dist-es-TFVAFKJ5.js.map} +0 -0
- /package/dist/{loadSso-MCQYL2N5.js.map → loadSso-UZJSAOIR.js.map} +0 -0
- /package/dist/{signin-QWDJI452.js.map → signin-LCNGXJL6.js.map} +0 -0
- /package/dist/{sso-oidc-HI5YSOSX.js.map → sso-oidc-JCP5LKPR.js.map} +0 -0
- /package/dist/{sts-ANPHBENU.js.map → sts-EM5BP3PD.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
setCredentialFeature
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-QVMXXFG5.js";
|
|
4
4
|
import {
|
|
5
5
|
CredentialsProviderError,
|
|
6
6
|
TokenProviderError,
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
getSSOTokenFromFile,
|
|
10
10
|
loadSsoSessionData,
|
|
11
11
|
parseKnownFiles
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-J2GNAAZA.js";
|
|
13
13
|
import "./chunk-UN64BKHA.js";
|
|
14
14
|
|
|
15
15
|
// ../../node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js
|
|
@@ -21,7 +21,7 @@ var REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the
|
|
|
21
21
|
|
|
22
22
|
// ../../node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js
|
|
23
23
|
var getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
|
|
24
|
-
const { SSOOIDCClient } = await import("./sso-oidc-
|
|
24
|
+
const { SSOOIDCClient } = await import("./sso-oidc-JCP5LKPR.js");
|
|
25
25
|
const coalesce = (prop) => init.clientConfig?.[prop] ?? init.parentClientConfig?.[prop] ?? callerClientConfig?.[prop];
|
|
26
26
|
const ssoOidcClient = new SSOOIDCClient(Object.assign({}, init.clientConfig ?? {}, {
|
|
27
27
|
region: ssoRegion ?? init.clientConfig?.region,
|
|
@@ -33,7 +33,7 @@ var getSsoOidcClient = async (ssoRegion, init = {}, callerClientConfig) => {
|
|
|
33
33
|
|
|
34
34
|
// ../../node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js
|
|
35
35
|
var getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}, callerClientConfig) => {
|
|
36
|
-
const { CreateTokenCommand } = await import("./sso-oidc-
|
|
36
|
+
const { CreateTokenCommand } = await import("./sso-oidc-JCP5LKPR.js");
|
|
37
37
|
const ssoOidcClient = await getSsoOidcClient(ssoRegion, init, callerClientConfig);
|
|
38
38
|
return ssoOidcClient.send(new CreateTokenCommand({
|
|
39
39
|
clientId: ssoToken.clientId,
|
|
@@ -181,7 +181,7 @@ var resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoR
|
|
|
181
181
|
});
|
|
182
182
|
}
|
|
183
183
|
const { accessToken } = token;
|
|
184
|
-
const { SSOClient, GetRoleCredentialsCommand } = await import("./loadSso-
|
|
184
|
+
const { SSOClient, GetRoleCredentialsCommand } = await import("./loadSso-UZJSAOIR.js");
|
|
185
185
|
const sso = ssoClient || new SSOClient(Object.assign({}, clientConfig ?? {}, {
|
|
186
186
|
logger: clientConfig?.logger ?? callerClientConfig?.logger ?? parentClientConfig?.logger,
|
|
187
187
|
region: clientConfig?.region ?? ssoRegion,
|
|
@@ -314,4 +314,4 @@ export {
|
|
|
314
314
|
isSsoProfile,
|
|
315
315
|
validateSsoProfile
|
|
316
316
|
};
|
|
317
|
-
//# sourceMappingURL=dist-es-
|
|
317
|
+
//# sourceMappingURL=dist-es-47I7P7S4.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
setCredentialFeature
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-QVMXXFG5.js";
|
|
4
4
|
import {
|
|
5
5
|
CredentialsProviderError,
|
|
6
6
|
externalDataInterceptor
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-J2GNAAZA.js";
|
|
8
8
|
import "./chunk-UN64BKHA.js";
|
|
9
9
|
|
|
10
10
|
// ../../node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js
|
|
@@ -16,7 +16,7 @@ var fromWebToken = (init) => async (awsIdentityProperties) => {
|
|
|
16
16
|
const { roleArn, roleSessionName, webIdentityToken, providerId, policyArns, policy, durationSeconds } = init;
|
|
17
17
|
let { roleAssumerWithWebIdentity } = init;
|
|
18
18
|
if (!roleAssumerWithWebIdentity) {
|
|
19
|
-
const { getDefaultRoleAssumerWithWebIdentity } = await import("./sts-
|
|
19
|
+
const { getDefaultRoleAssumerWithWebIdentity } = await import("./sts-EM5BP3PD.js");
|
|
20
20
|
roleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity({
|
|
21
21
|
...init.clientConfig,
|
|
22
22
|
credentialProviderLogger: init.logger,
|
|
@@ -66,4 +66,4 @@ export {
|
|
|
66
66
|
fromTokenFile,
|
|
67
67
|
fromWebToken
|
|
68
68
|
};
|
|
69
|
-
//# sourceMappingURL=dist-es-
|
|
69
|
+
//# sourceMappingURL=dist-es-6D223V5J.js.map
|
|
@@ -6,9 +6,9 @@ import {
|
|
|
6
6
|
ENV_SECRET,
|
|
7
7
|
ENV_SESSION,
|
|
8
8
|
fromEnv
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-JJUYBZ5C.js";
|
|
10
|
+
import "./chunk-QVMXXFG5.js";
|
|
11
|
+
import "./chunk-J2GNAAZA.js";
|
|
12
12
|
import "./chunk-UN64BKHA.js";
|
|
13
13
|
export {
|
|
14
14
|
ENV_ACCOUNT_ID,
|
|
@@ -19,4 +19,4 @@ export {
|
|
|
19
19
|
ENV_SESSION,
|
|
20
20
|
fromEnv
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=dist-es-
|
|
22
|
+
//# sourceMappingURL=dist-es-7RLYMBW4.js.map
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import {
|
|
2
2
|
setCredentialFeature
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-QVMXXFG5.js";
|
|
4
4
|
import {
|
|
5
5
|
CredentialsProviderError,
|
|
6
6
|
chain,
|
|
7
7
|
getProfileName,
|
|
8
8
|
parseKnownFiles
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-J2GNAAZA.js";
|
|
10
10
|
import "./chunk-UN64BKHA.js";
|
|
11
11
|
|
|
12
12
|
// ../../node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js
|
|
13
13
|
var resolveCredentialSource = (credentialSource, profileName, logger) => {
|
|
14
14
|
const sourceProvidersMap = {
|
|
15
15
|
EcsContainer: async (options) => {
|
|
16
|
-
const { fromHttp } = await import("./dist-es-
|
|
17
|
-
const { fromContainerMetadata } = await import("./dist-es-
|
|
16
|
+
const { fromHttp } = await import("./dist-es-JMQZFACH.js");
|
|
17
|
+
const { fromContainerMetadata } = await import("./dist-es-GCAGX4FB.js");
|
|
18
18
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer");
|
|
19
19
|
return async () => chain(fromHttp(options ?? {}), fromContainerMetadata(options))().then(setNamedProvider);
|
|
20
20
|
},
|
|
21
21
|
Ec2InstanceMetadata: async (options) => {
|
|
22
22
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Ec2InstanceMetadata");
|
|
23
|
-
const { fromInstanceMetadata } = await import("./dist-es-
|
|
23
|
+
const { fromInstanceMetadata } = await import("./dist-es-GCAGX4FB.js");
|
|
24
24
|
return async () => fromInstanceMetadata(options)().then(setNamedProvider);
|
|
25
25
|
},
|
|
26
26
|
Environment: async (options) => {
|
|
27
27
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");
|
|
28
|
-
const { fromEnv } = await import("./dist-es-
|
|
28
|
+
const { fromEnv } = await import("./dist-es-7RLYMBW4.js");
|
|
29
29
|
return async () => fromEnv(options)().then(setNamedProvider);
|
|
30
30
|
}
|
|
31
31
|
};
|
|
@@ -60,7 +60,7 @@ var resolveAssumeRoleCredentials = async (profileName, profiles, options, caller
|
|
|
60
60
|
const profileData = profiles[profileName];
|
|
61
61
|
const { source_profile, region } = profileData;
|
|
62
62
|
if (!options.roleAssumer) {
|
|
63
|
-
const { getDefaultRoleAssumer } = await import("./sts-
|
|
63
|
+
const { getDefaultRoleAssumer } = await import("./sts-EM5BP3PD.js");
|
|
64
64
|
options.roleAssumer = getDefaultRoleAssumer({
|
|
65
65
|
...options.clientConfig,
|
|
66
66
|
credentialProviderLogger: options.logger,
|
|
@@ -109,7 +109,7 @@ var isLoginProfile = (data) => {
|
|
|
109
109
|
return Boolean(data && data.login_session);
|
|
110
110
|
};
|
|
111
111
|
var resolveLoginCredentials = async (profileName, options, callerClientConfig) => {
|
|
112
|
-
const { fromLoginCredentials } = await import("./dist-es-
|
|
112
|
+
const { fromLoginCredentials } = await import("./dist-es-RUJYXWW7.js");
|
|
113
113
|
const credentials = await fromLoginCredentials({
|
|
114
114
|
...options,
|
|
115
115
|
profile: profileName
|
|
@@ -120,7 +120,7 @@ var resolveLoginCredentials = async (profileName, options, callerClientConfig) =
|
|
|
120
120
|
// ../../node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js
|
|
121
121
|
var isProcessProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string";
|
|
122
122
|
var resolveProcessCredentials = async (options, profile) => {
|
|
123
|
-
const { fromProcess } = await import("./dist-es-
|
|
123
|
+
const { fromProcess } = await import("./dist-es-TFVAFKJ5.js");
|
|
124
124
|
const credentials = await fromProcess({
|
|
125
125
|
...options,
|
|
126
126
|
profile
|
|
@@ -130,7 +130,7 @@ var resolveProcessCredentials = async (options, profile) => {
|
|
|
130
130
|
|
|
131
131
|
// ../../node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js
|
|
132
132
|
var resolveSsoCredentials = async (profile, profileData, options = {}, callerClientConfig) => {
|
|
133
|
-
const { fromSSO } = await import("./dist-es-
|
|
133
|
+
const { fromSSO } = await import("./dist-es-47I7P7S4.js");
|
|
134
134
|
return fromSSO({
|
|
135
135
|
profile,
|
|
136
136
|
logger: options.logger,
|
|
@@ -165,7 +165,7 @@ var resolveStaticCredentials = async (profile, options) => {
|
|
|
165
165
|
// ../../node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js
|
|
166
166
|
var isWebIdentityProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.web_identity_token_file === "string" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1;
|
|
167
167
|
var resolveWebIdentityCredentials = async (profile, options, callerClientConfig) => {
|
|
168
|
-
const { fromTokenFile } = await import("./dist-es-
|
|
168
|
+
const { fromTokenFile } = await import("./dist-es-6D223V5J.js");
|
|
169
169
|
const credentials = await fromTokenFile({
|
|
170
170
|
webIdentityTokenFile: profile.web_identity_token_file,
|
|
171
171
|
roleArn: profile.role_arn,
|
|
@@ -217,4 +217,4 @@ var fromIni = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
|
217
217
|
export {
|
|
218
218
|
fromIni
|
|
219
219
|
};
|
|
220
|
-
//# sourceMappingURL=dist-es-
|
|
220
|
+
//# sourceMappingURL=dist-es-EFSR5RHO.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
ProviderError,
|
|
4
4
|
loadConfig,
|
|
5
5
|
parseUrl
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-J2GNAAZA.js";
|
|
7
7
|
import "./chunk-UN64BKHA.js";
|
|
8
8
|
|
|
9
9
|
// ../../node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js
|
|
@@ -373,4 +373,4 @@ export {
|
|
|
373
373
|
httpRequest,
|
|
374
374
|
providerConfigFromInit
|
|
375
375
|
};
|
|
376
|
-
//# sourceMappingURL=dist-es-
|
|
376
|
+
//# sourceMappingURL=dist-es-GCAGX4FB.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
NodeHttpHandler
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-L7UMT7TC.js";
|
|
4
4
|
import {
|
|
5
5
|
setCredentialFeature
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-QVMXXFG5.js";
|
|
7
7
|
import {
|
|
8
8
|
CredentialsProviderError,
|
|
9
9
|
HttpRequest
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-J2GNAAZA.js";
|
|
11
11
|
import {
|
|
12
12
|
parseRfc3339DateTime,
|
|
13
13
|
sdkStreamMixin
|
|
@@ -172,4 +172,4 @@ var validateToken = (token) => {
|
|
|
172
172
|
export {
|
|
173
173
|
fromHttp
|
|
174
174
|
};
|
|
175
|
-
//# sourceMappingURL=dist-es-
|
|
175
|
+
//# sourceMappingURL=dist-es-JMQZFACH.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
setCredentialFeature
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-QVMXXFG5.js";
|
|
4
4
|
import {
|
|
5
5
|
CredentialsProviderError,
|
|
6
6
|
HttpRequest,
|
|
7
7
|
getProfileName,
|
|
8
8
|
parseKnownFiles,
|
|
9
9
|
readFile
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-J2GNAAZA.js";
|
|
11
11
|
import "./chunk-UN64BKHA.js";
|
|
12
12
|
|
|
13
13
|
// ../../node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js
|
|
@@ -52,7 +52,7 @@ var LoginCredentialsFetcher = class _LoginCredentialsFetcher {
|
|
|
52
52
|
return this.profileData.login_session;
|
|
53
53
|
}
|
|
54
54
|
async refresh(token) {
|
|
55
|
-
const { SigninClient, CreateOAuth2TokenCommand } = await import("./signin-
|
|
55
|
+
const { SigninClient, CreateOAuth2TokenCommand } = await import("./signin-LCNGXJL6.js");
|
|
56
56
|
const { logger, userAgentAppId } = this.callerClientConfig ?? {};
|
|
57
57
|
const isH2 = (requestHandler2) => {
|
|
58
58
|
return requestHandler2?.metadata?.handlerProtocol === "h2";
|
|
@@ -283,4 +283,4 @@ var fromLoginCredentials = (init) => async ({ callerClientConfig } = {}) => {
|
|
|
283
283
|
export {
|
|
284
284
|
fromLoginCredentials
|
|
285
285
|
};
|
|
286
|
-
//# sourceMappingURL=dist-es-
|
|
286
|
+
//# sourceMappingURL=dist-es-RUJYXWW7.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
setCredentialFeature
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-QVMXXFG5.js";
|
|
4
4
|
import {
|
|
5
5
|
CredentialsProviderError,
|
|
6
6
|
externalDataInterceptor,
|
|
7
7
|
getProfileName,
|
|
8
8
|
parseKnownFiles
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-J2GNAAZA.js";
|
|
10
10
|
import "./chunk-UN64BKHA.js";
|
|
11
11
|
|
|
12
12
|
// ../../node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js
|
|
@@ -84,4 +84,4 @@ var fromProcess = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
|
84
84
|
export {
|
|
85
85
|
fromProcess
|
|
86
86
|
};
|
|
87
|
-
//# sourceMappingURL=dist-es-
|
|
87
|
+
//# sourceMappingURL=dist-es-TFVAFKJ5.js.map
|
|
@@ -2,20 +2,20 @@ import {
|
|
|
2
2
|
ENV_KEY,
|
|
3
3
|
ENV_SECRET,
|
|
4
4
|
fromEnv
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-JJUYBZ5C.js";
|
|
6
6
|
import {
|
|
7
7
|
AwsQueryProtocol,
|
|
8
8
|
AwsSdkSigV4Signer,
|
|
9
9
|
NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
10
10
|
SignatureV4,
|
|
11
11
|
resolveAwsSdkSigV4Config
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-IZRDH6ZA.js";
|
|
13
13
|
import {
|
|
14
14
|
Sha256Node
|
|
15
15
|
} from "./chunk-WIM7YLFQ.js";
|
|
16
16
|
import {
|
|
17
17
|
NodeHttpHandler
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-L7UMT7TC.js";
|
|
19
19
|
import {
|
|
20
20
|
BinaryDecisionDiagram,
|
|
21
21
|
Client,
|
|
@@ -57,7 +57,7 @@ import {
|
|
|
57
57
|
resolveHostHeaderConfig,
|
|
58
58
|
resolveRetryConfig,
|
|
59
59
|
resolveUserAgentConfig
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-QVMXXFG5.js";
|
|
61
61
|
import {
|
|
62
62
|
CredentialsProviderError,
|
|
63
63
|
ENV_PROFILE,
|
|
@@ -80,7 +80,7 @@ import {
|
|
|
80
80
|
resolveHttpHandlerRuntimeConfig,
|
|
81
81
|
resolveRegionConfig,
|
|
82
82
|
toEndpointV1
|
|
83
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-J2GNAAZA.js";
|
|
84
84
|
import {
|
|
85
85
|
calculateBodyLength,
|
|
86
86
|
fromBase64,
|
|
@@ -148,8 +148,39 @@ var commonParams = {
|
|
|
148
148
|
// ../../node_modules/@aws-sdk/client-neptune/package.json
|
|
149
149
|
var package_default = {
|
|
150
150
|
name: "@aws-sdk/client-neptune",
|
|
151
|
+
version: "3.1091.0",
|
|
151
152
|
description: "AWS SDK for JavaScript Neptune Client for Node.js, Browser and React Native",
|
|
152
|
-
|
|
153
|
+
homepage: "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-neptune",
|
|
154
|
+
license: "Apache-2.0",
|
|
155
|
+
author: {
|
|
156
|
+
name: "AWS SDK for JavaScript Team",
|
|
157
|
+
url: "https://aws.amazon.com/sdk-for-javascript/"
|
|
158
|
+
},
|
|
159
|
+
repository: {
|
|
160
|
+
type: "git",
|
|
161
|
+
url: "https://github.com/aws/aws-sdk-js-v3.git",
|
|
162
|
+
directory: "clients/client-neptune"
|
|
163
|
+
},
|
|
164
|
+
files: [
|
|
165
|
+
"dist-*/**"
|
|
166
|
+
],
|
|
167
|
+
sideEffects: false,
|
|
168
|
+
main: "./dist-cjs/index.js",
|
|
169
|
+
module: "./dist-es/index.js",
|
|
170
|
+
browser: {
|
|
171
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
172
|
+
},
|
|
173
|
+
types: "./dist-types/index.d.ts",
|
|
174
|
+
typesVersions: {
|
|
175
|
+
"<4.5": {
|
|
176
|
+
"dist-types/*": [
|
|
177
|
+
"dist-types/ts3.4/*"
|
|
178
|
+
]
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"react-native": {
|
|
182
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
183
|
+
},
|
|
153
184
|
scripts: {
|
|
154
185
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
155
186
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -162,19 +193,15 @@ var package_default = {
|
|
|
162
193
|
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
163
194
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
164
195
|
},
|
|
165
|
-
main: "./dist-cjs/index.js",
|
|
166
|
-
types: "./dist-types/index.d.ts",
|
|
167
|
-
module: "./dist-es/index.js",
|
|
168
|
-
sideEffects: false,
|
|
169
196
|
dependencies: {
|
|
170
|
-
"@aws-sdk/core": "^3.975.
|
|
171
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
172
|
-
"@aws-sdk/middleware-sdk-rds": "^3.972.
|
|
173
|
-
"@aws-sdk/types": "^3.974.
|
|
174
|
-
"@smithy/core": "^3.29.
|
|
175
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
176
|
-
"@smithy/node-http-handler": "^4.9.
|
|
177
|
-
"@smithy/types": "^4.16.
|
|
197
|
+
"@aws-sdk/core": "^3.975.3",
|
|
198
|
+
"@aws-sdk/credential-provider-node": "^3.972.70",
|
|
199
|
+
"@aws-sdk/middleware-sdk-rds": "^3.972.47",
|
|
200
|
+
"@aws-sdk/types": "^3.974.2",
|
|
201
|
+
"@smithy/core": "^3.29.4",
|
|
202
|
+
"@smithy/fetch-http-handler": "^5.6.6",
|
|
203
|
+
"@smithy/node-http-handler": "^4.9.6",
|
|
204
|
+
"@smithy/types": "^4.16.1",
|
|
178
205
|
tslib: "^2.6.2"
|
|
179
206
|
},
|
|
180
207
|
devDependencies: {
|
|
@@ -187,43 +214,16 @@ var package_default = {
|
|
|
187
214
|
},
|
|
188
215
|
engines: {
|
|
189
216
|
node: ">=20.0.0"
|
|
190
|
-
},
|
|
191
|
-
typesVersions: {
|
|
192
|
-
"<4.5": {
|
|
193
|
-
"dist-types/*": [
|
|
194
|
-
"dist-types/ts3.4/*"
|
|
195
|
-
]
|
|
196
|
-
}
|
|
197
|
-
},
|
|
198
|
-
files: [
|
|
199
|
-
"dist-*/**"
|
|
200
|
-
],
|
|
201
|
-
author: {
|
|
202
|
-
name: "AWS SDK for JavaScript Team",
|
|
203
|
-
url: "https://aws.amazon.com/sdk-for-javascript/"
|
|
204
|
-
},
|
|
205
|
-
license: "Apache-2.0",
|
|
206
|
-
browser: {
|
|
207
|
-
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
208
|
-
},
|
|
209
|
-
"react-native": {
|
|
210
|
-
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
211
|
-
},
|
|
212
|
-
homepage: "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-neptune",
|
|
213
|
-
repository: {
|
|
214
|
-
type: "git",
|
|
215
|
-
url: "https://github.com/aws/aws-sdk-js-v3.git",
|
|
216
|
-
directory: "clients/client-neptune"
|
|
217
217
|
}
|
|
218
218
|
};
|
|
219
219
|
|
|
220
220
|
// ../../node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js
|
|
221
221
|
var ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED";
|
|
222
222
|
var remoteProvider = async (init) => {
|
|
223
|
-
const { ENV_CMDS_FULL_URI, ENV_CMDS_RELATIVE_URI, fromContainerMetadata, fromInstanceMetadata } = await import("./dist-es-
|
|
223
|
+
const { ENV_CMDS_FULL_URI, ENV_CMDS_RELATIVE_URI, fromContainerMetadata, fromInstanceMetadata } = await import("./dist-es-GCAGX4FB.js");
|
|
224
224
|
if (process.env[ENV_CMDS_RELATIVE_URI] || process.env[ENV_CMDS_FULL_URI]) {
|
|
225
225
|
init.logger?.debug("@aws-sdk/credential-provider-node - remoteProvider::fromHttp/fromContainerMetadata");
|
|
226
|
-
const { fromHttp } = await import("./dist-es-
|
|
226
|
+
const { fromHttp } = await import("./dist-es-JMQZFACH.js");
|
|
227
227
|
return chain(fromHttp(init), fromContainerMetadata(init));
|
|
228
228
|
}
|
|
229
229
|
if (process.env[ENV_IMDS_DISABLED] && process.env[ENV_IMDS_DISABLED] !== "false") {
|
|
@@ -335,22 +335,22 @@ var defaultProvider = (init = {}) => memoizeChain([
|
|
|
335
335
|
if (!ssoStartUrl && !ssoAccountId && !ssoRegion && !ssoRoleName && !ssoSession) {
|
|
336
336
|
throw new CredentialsProviderError("Skipping SSO provider in default chain (inputs do not include SSO fields).", { logger: init.logger });
|
|
337
337
|
}
|
|
338
|
-
const { fromSSO } = await import("./dist-es-
|
|
338
|
+
const { fromSSO } = await import("./dist-es-47I7P7S4.js");
|
|
339
339
|
return fromSSO(init)(awsIdentityProperties);
|
|
340
340
|
},
|
|
341
341
|
async (awsIdentityProperties) => {
|
|
342
342
|
init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromIni");
|
|
343
|
-
const { fromIni } = await import("./dist-es-
|
|
343
|
+
const { fromIni } = await import("./dist-es-EFSR5RHO.js");
|
|
344
344
|
return fromIni(init)(awsIdentityProperties);
|
|
345
345
|
},
|
|
346
346
|
async (awsIdentityProperties) => {
|
|
347
347
|
init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromProcess");
|
|
348
|
-
const { fromProcess } = await import("./dist-es-
|
|
348
|
+
const { fromProcess } = await import("./dist-es-TFVAFKJ5.js");
|
|
349
349
|
return fromProcess(init)(awsIdentityProperties);
|
|
350
350
|
},
|
|
351
351
|
async (awsIdentityProperties) => {
|
|
352
352
|
init.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromTokenFile");
|
|
353
|
-
const { fromTokenFile } = await import("./dist-es-
|
|
353
|
+
const { fromTokenFile } = await import("./dist-es-6D223V5J.js");
|
|
354
354
|
return fromTokenFile(init)(awsIdentityProperties);
|
|
355
355
|
},
|
|
356
356
|
async () => {
|
|
@@ -6516,4 +6516,4 @@ export {
|
|
|
6516
6516
|
waitUntilDBInstanceAvailable,
|
|
6517
6517
|
waitUntilDBInstanceDeleted
|
|
6518
6518
|
};
|
|
6519
|
-
//# sourceMappingURL=dist-es-
|
|
6519
|
+
//# sourceMappingURL=dist-es-YSRYRFUR.js.map
|