@semiont/graph 0.5.9 → 0.5.10
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-GT55OYHJ.js → chunk-2UFYZAZA.js} +2 -2
- package/dist/chunk-2UFYZAZA.js.map +1 -0
- package/dist/chunk-GXSQEW4F.js +694 -0
- package/dist/chunk-GXSQEW4F.js.map +1 -0
- package/dist/{chunk-6TGQEJA4.js → chunk-HQ3XLO52.js} +3 -3
- package/dist/{chunk-6TGQEJA4.js.map → chunk-HQ3XLO52.js.map} +1 -1
- package/dist/{chunk-XVAXFDCH.js → chunk-MTWDPBDH.js} +2 -2
- package/dist/{chunk-5I735PFE.js → chunk-USQJFUZP.js} +2 -2
- package/dist/{chunk-VAQKCHGM.js → chunk-WVFBW2BJ.js} +2 -2
- package/dist/{dist-es-VCGRE52I.js → dist-es-F3ITMM62.js} +2 -2
- package/dist/{dist-es-O4WJLVW6.js → dist-es-HQN7ECGH.js} +3 -3
- package/dist/{dist-es-IYLVRDN3.js → dist-es-PIT4UOVB.js} +5 -5
- package/dist/{dist-es-LTFG4B4M.js → dist-es-RHZZGTBH.js} +2 -2
- package/dist/{dist-es-BICV5PRG.js → dist-es-RKGSX75L.js} +14 -14
- package/dist/{dist-es-BICV5PRG.js.map → dist-es-RKGSX75L.js.map} +1 -1
- package/dist/{dist-es-UN7O5Q4Y.js → dist-es-T7UQEVTL.js} +3 -3
- package/dist/{dist-es-RW76EFCY.js → dist-es-ZEE6WCCG.js} +9 -9
- package/dist/index.js +1 -1
- package/dist/{loadSso-GUTPMZHZ.js → loadSso-GG2G7R6K.js} +5 -5
- package/dist/{signin-HRP5GJ43.js → signin-W2DUKDEU.js} +5 -5
- package/dist/{sso-oidc-HISAR7RH.js → sso-oidc-QMDDOWYK.js} +5 -5
- package/dist/{sts-IK55KWBZ.js → sts-3APBVT3H.js} +5 -5
- package/package.json +5 -5
- package/dist/chunk-CRYMBICT.js +0 -5143
- package/dist/chunk-CRYMBICT.js.map +0 -1
- package/dist/chunk-GT55OYHJ.js.map +0 -1
- /package/dist/{chunk-XVAXFDCH.js.map → chunk-MTWDPBDH.js.map} +0 -0
- /package/dist/{chunk-5I735PFE.js.map → chunk-USQJFUZP.js.map} +0 -0
- /package/dist/{chunk-VAQKCHGM.js.map → chunk-WVFBW2BJ.js.map} +0 -0
- /package/dist/{dist-es-VCGRE52I.js.map → dist-es-F3ITMM62.js.map} +0 -0
- /package/dist/{dist-es-O4WJLVW6.js.map → dist-es-HQN7ECGH.js.map} +0 -0
- /package/dist/{dist-es-IYLVRDN3.js.map → dist-es-PIT4UOVB.js.map} +0 -0
- /package/dist/{dist-es-LTFG4B4M.js.map → dist-es-RHZZGTBH.js.map} +0 -0
- /package/dist/{dist-es-UN7O5Q4Y.js.map → dist-es-T7UQEVTL.js.map} +0 -0
- /package/dist/{dist-es-RW76EFCY.js.map → dist-es-ZEE6WCCG.js.map} +0 -0
- /package/dist/{loadSso-GUTPMZHZ.js.map → loadSso-GG2G7R6K.js.map} +0 -0
- /package/dist/{signin-HRP5GJ43.js.map → signin-W2DUKDEU.js.map} +0 -0
- /package/dist/{sso-oidc-HISAR7RH.js.map → sso-oidc-QMDDOWYK.js.map} +0 -0
- /package/dist/{sts-IK55KWBZ.js.map → sts-3APBVT3H.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
setCredentialFeature
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-2UFYZAZA.js";
|
|
4
4
|
import {
|
|
5
5
|
CredentialsProviderError,
|
|
6
6
|
externalDataInterceptor
|
|
@@ -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-3APBVT3H.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-T7UQEVTL.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
setCredentialFeature
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-2UFYZAZA.js";
|
|
4
4
|
import {
|
|
5
5
|
CredentialsProviderError,
|
|
6
6
|
HttpRequest,
|
|
@@ -15,7 +15,7 @@ import "./chunk-DCLCNCC5.js";
|
|
|
15
15
|
var resolveCredentialSource = (credentialSource, profileName, logger) => {
|
|
16
16
|
const sourceProvidersMap = {
|
|
17
17
|
EcsContainer: async (options) => {
|
|
18
|
-
const { fromHttp } = await import("./dist-es-
|
|
18
|
+
const { fromHttp } = await import("./dist-es-RHZZGTBH.js");
|
|
19
19
|
const { fromContainerMetadata } = await import("./dist-es-SEF7BNPV.js");
|
|
20
20
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer");
|
|
21
21
|
return async () => chain(fromHttp(options ?? {}), fromContainerMetadata(options))().then(setNamedProvider);
|
|
@@ -27,7 +27,7 @@ var resolveCredentialSource = (credentialSource, profileName, logger) => {
|
|
|
27
27
|
},
|
|
28
28
|
Environment: async (options) => {
|
|
29
29
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");
|
|
30
|
-
const { fromEnv } = await import("./dist-es-
|
|
30
|
+
const { fromEnv } = await import("./dist-es-HQN7ECGH.js");
|
|
31
31
|
return async () => fromEnv(options)().then(setNamedProvider);
|
|
32
32
|
}
|
|
33
33
|
};
|
|
@@ -62,7 +62,7 @@ var resolveAssumeRoleCredentials = async (profileName, profiles, options, caller
|
|
|
62
62
|
const profileData = profiles[profileName];
|
|
63
63
|
const { source_profile, region } = profileData;
|
|
64
64
|
if (!options.roleAssumer) {
|
|
65
|
-
const { getDefaultRoleAssumer } = await import("./sts-
|
|
65
|
+
const { getDefaultRoleAssumer } = await import("./sts-3APBVT3H.js");
|
|
66
66
|
options.roleAssumer = getDefaultRoleAssumer({
|
|
67
67
|
...options.clientConfig,
|
|
68
68
|
credentialProviderLogger: options.logger,
|
|
@@ -148,7 +148,7 @@ var LoginCredentialsFetcher = class _LoginCredentialsFetcher {
|
|
|
148
148
|
return this.profileData.login_session;
|
|
149
149
|
}
|
|
150
150
|
async refresh(token) {
|
|
151
|
-
const { SigninClient, CreateOAuth2TokenCommand } = await import("./signin-
|
|
151
|
+
const { SigninClient, CreateOAuth2TokenCommand } = await import("./signin-W2DUKDEU.js");
|
|
152
152
|
const { logger, userAgentAppId } = this.callerClientConfig ?? {};
|
|
153
153
|
const isH2 = (requestHandler2) => {
|
|
154
154
|
return requestHandler2?.metadata?.handlerProtocol === "h2";
|
|
@@ -392,7 +392,7 @@ var resolveLoginCredentials = async (profileName, options, callerClientConfig) =
|
|
|
392
392
|
// ../../node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js
|
|
393
393
|
var isProcessProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string";
|
|
394
394
|
var resolveProcessCredentials = async (options, profile) => {
|
|
395
|
-
const { fromProcess } = await import("./dist-es-
|
|
395
|
+
const { fromProcess } = await import("./dist-es-F3ITMM62.js");
|
|
396
396
|
const credentials = await fromProcess({
|
|
397
397
|
...options,
|
|
398
398
|
profile
|
|
@@ -402,7 +402,7 @@ var resolveProcessCredentials = async (options, profile) => {
|
|
|
402
402
|
|
|
403
403
|
// ../../node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js
|
|
404
404
|
var resolveSsoCredentials = async (profile, profileData, options = {}, callerClientConfig) => {
|
|
405
|
-
const { fromSSO } = await import("./dist-es-
|
|
405
|
+
const { fromSSO } = await import("./dist-es-PIT4UOVB.js");
|
|
406
406
|
return fromSSO({
|
|
407
407
|
profile,
|
|
408
408
|
logger: options.logger,
|
|
@@ -437,7 +437,7 @@ var resolveStaticCredentials = async (profile, options) => {
|
|
|
437
437
|
// ../../node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js
|
|
438
438
|
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;
|
|
439
439
|
var resolveWebIdentityCredentials = async (profile, options, callerClientConfig) => {
|
|
440
|
-
const { fromTokenFile } = await import("./dist-es-
|
|
440
|
+
const { fromTokenFile } = await import("./dist-es-T7UQEVTL.js");
|
|
441
441
|
const credentials = await fromTokenFile({
|
|
442
442
|
webIdentityTokenFile: profile.web_identity_token_file,
|
|
443
443
|
roleArn: profile.role_arn,
|
|
@@ -489,4 +489,4 @@ var fromIni = (init = {}) => async ({ callerClientConfig } = {}) => {
|
|
|
489
489
|
export {
|
|
490
490
|
fromIni
|
|
491
491
|
};
|
|
492
|
-
//# sourceMappingURL=dist-es-
|
|
492
|
+
//# sourceMappingURL=dist-es-ZEE6WCCG.js.map
|
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ var cardinality;
|
|
|
13
13
|
var __;
|
|
14
14
|
async function loadDependencies() {
|
|
15
15
|
if (!NeptuneClient) {
|
|
16
|
-
const neptuneModule = await import("./dist-es-
|
|
16
|
+
const neptuneModule = await import("./dist-es-RKGSX75L.js");
|
|
17
17
|
NeptuneClient = neptuneModule.NeptuneClient;
|
|
18
18
|
DescribeDBClustersCommand = neptuneModule.DescribeDBClustersCommand;
|
|
19
19
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AwsRestJsonProtocol
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MTWDPBDH.js";
|
|
4
4
|
import {
|
|
5
5
|
package_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-HQ3XLO52.js";
|
|
7
7
|
import {
|
|
8
8
|
AwsSdkSigV4Signer,
|
|
9
9
|
NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
10
10
|
getSchemaSerdePlugin,
|
|
11
11
|
resolveAwsSdkSigV4Config,
|
|
12
12
|
streamCollector
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-USQJFUZP.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeHttpHandler
|
|
16
16
|
} from "./chunk-RUQUFRTB.js";
|
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
resolveHostHeaderConfig,
|
|
51
51
|
resolveRetryConfig,
|
|
52
52
|
resolveUserAgentConfig
|
|
53
|
-
} from "./chunk-
|
|
53
|
+
} from "./chunk-2UFYZAZA.js";
|
|
54
54
|
import {
|
|
55
55
|
NODE_REGION_CONFIG_FILE_OPTIONS,
|
|
56
56
|
NODE_REGION_CONFIG_OPTIONS,
|
|
@@ -573,4 +573,4 @@ export {
|
|
|
573
573
|
GetRoleCredentialsCommand,
|
|
574
574
|
SSOClient
|
|
575
575
|
};
|
|
576
|
-
//# sourceMappingURL=loadSso-
|
|
576
|
+
//# sourceMappingURL=loadSso-GG2G7R6K.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AwsRestJsonProtocol
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MTWDPBDH.js";
|
|
4
4
|
import {
|
|
5
5
|
package_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-HQ3XLO52.js";
|
|
7
7
|
import {
|
|
8
8
|
AwsSdkSigV4Signer,
|
|
9
9
|
NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
10
10
|
getSchemaSerdePlugin,
|
|
11
11
|
resolveAwsSdkSigV4Config,
|
|
12
12
|
streamCollector
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-USQJFUZP.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeHttpHandler
|
|
16
16
|
} from "./chunk-RUQUFRTB.js";
|
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
resolveHostHeaderConfig,
|
|
52
52
|
resolveRetryConfig,
|
|
53
53
|
resolveUserAgentConfig
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-2UFYZAZA.js";
|
|
55
55
|
import {
|
|
56
56
|
NODE_REGION_CONFIG_FILE_OPTIONS,
|
|
57
57
|
NODE_REGION_CONFIG_OPTIONS,
|
|
@@ -737,4 +737,4 @@ export {
|
|
|
737
737
|
Client as __Client,
|
|
738
738
|
errorTypeRegistries
|
|
739
739
|
};
|
|
740
|
-
//# sourceMappingURL=signin-
|
|
740
|
+
//# sourceMappingURL=signin-W2DUKDEU.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AwsRestJsonProtocol
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MTWDPBDH.js";
|
|
4
4
|
import {
|
|
5
5
|
package_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-HQ3XLO52.js";
|
|
7
7
|
import {
|
|
8
8
|
AwsSdkSigV4Signer,
|
|
9
9
|
NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
10
10
|
getSchemaSerdePlugin,
|
|
11
11
|
resolveAwsSdkSigV4Config,
|
|
12
12
|
streamCollector
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-USQJFUZP.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeHttpHandler
|
|
16
16
|
} from "./chunk-RUQUFRTB.js";
|
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
resolveHostHeaderConfig,
|
|
52
52
|
resolveRetryConfig,
|
|
53
53
|
resolveUserAgentConfig
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-2UFYZAZA.js";
|
|
55
55
|
import {
|
|
56
56
|
NODE_REGION_CONFIG_FILE_OPTIONS,
|
|
57
57
|
NODE_REGION_CONFIG_OPTIONS,
|
|
@@ -826,4 +826,4 @@ export {
|
|
|
826
826
|
Client as __Client,
|
|
827
827
|
errorTypeRegistries
|
|
828
828
|
};
|
|
829
|
-
//# sourceMappingURL=sso-oidc-
|
|
829
|
+
//# sourceMappingURL=sso-oidc-QMDDOWYK.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AwsQueryProtocol
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-GXSQEW4F.js";
|
|
4
4
|
import {
|
|
5
5
|
package_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-HQ3XLO52.js";
|
|
7
7
|
import {
|
|
8
8
|
AwsSdkSigV4ASigner,
|
|
9
9
|
AwsSdkSigV4Signer,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
resolveAwsSdkSigV4AConfig,
|
|
15
15
|
resolveAwsSdkSigV4Config,
|
|
16
16
|
streamCollector
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-USQJFUZP.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeHttpHandler
|
|
20
20
|
} from "./chunk-RUQUFRTB.js";
|
|
@@ -58,7 +58,7 @@ import {
|
|
|
58
58
|
resolveUserAgentConfig,
|
|
59
59
|
setCredentialFeature,
|
|
60
60
|
stsRegionDefaultResolver
|
|
61
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-2UFYZAZA.js";
|
|
62
62
|
import {
|
|
63
63
|
NODE_REGION_CONFIG_FILE_OPTIONS,
|
|
64
64
|
NODE_REGION_CONFIG_OPTIONS,
|
|
@@ -1241,4 +1241,4 @@ export {
|
|
|
1241
1241
|
getDefaultRoleAssumer2 as getDefaultRoleAssumer,
|
|
1242
1242
|
getDefaultRoleAssumerWithWebIdentity2 as getDefaultRoleAssumerWithWebIdentity
|
|
1243
1243
|
};
|
|
1244
|
-
//# sourceMappingURL=sts-
|
|
1244
|
+
//# sourceMappingURL=sts-3APBVT3H.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semiont/graph",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.10",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=24.0.0"
|
|
6
6
|
},
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"test:coverage": "vitest run --coverage"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@semiont/core": "0.5.
|
|
31
|
-
"@semiont/http-transport": "0.5.
|
|
32
|
-
"@semiont/ontology": "0.5.
|
|
30
|
+
"@semiont/core": "0.5.10",
|
|
31
|
+
"@semiont/http-transport": "0.5.10",
|
|
32
|
+
"@semiont/ontology": "0.5.10",
|
|
33
33
|
"uuid": "^14.0.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
@@ -76,6 +76,6 @@
|
|
|
76
76
|
"directory": "packages/graph"
|
|
77
77
|
},
|
|
78
78
|
"optionalDependencies": {
|
|
79
|
-
"@aws-sdk/client-neptune": "^3.
|
|
79
|
+
"@aws-sdk/client-neptune": "^3.1075.0"
|
|
80
80
|
}
|
|
81
81
|
}
|