@psnext/slingcli 2.5.20260602-3 → 2.5.20260607-1
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/bin/sling.js +59 -17
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +12 -6
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +12 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +11 -6
- package/node_modules/@aws-sdk/core/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-cjs/index.js +6 -4
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +7 -6
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-https.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-login/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/eventstream-handler-node/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-eventstream/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-websocket/package.json +8 -8
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +99 -106
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +62 -120
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +55 -86
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +73 -104
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +102 -185
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +21 -57
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +73 -41
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +20 -52
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +36 -59
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +17 -45
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +32 -32
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +17 -45
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +50 -50
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +34 -96
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +3 -6
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +63 -80
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/index.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +7 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-https.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +9 -9
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +5 -5
- package/node_modules/@aws-sdk/types/package.json +3 -3
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
- package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +45 -0
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +827 -140
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +32 -12
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js +13 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.js +4 -2
- package/node_modules/@earendil-works/pi-ai/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.js +15 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js +4 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/branch-summarization.js +9 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/export-html/template.js +19 -6
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js +3 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.js +47 -13
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-attribution.js +72 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-display-names.js +3 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/resource-loader.js +28 -20
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/sdk.js +2 -30
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.js +71 -30
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/slash-commands.js +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/find.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/grep.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/ls.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/read.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/write.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/trust-manager.js +130 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/index.js +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/main.js +54 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/bash-execution.js +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/footer.js +7 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/index.js +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/login-dialog.js +3 -12
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tool-execution.js +22 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/trust-selector.js +86 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js +40 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js +55 -8
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/git.js +54 -22
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/open-browser.js +22 -0
- package/node_modules/@earendil-works/pi-coding-agent/npm-shrinkwrap.json +12 -12
- package/node_modules/@earendil-works/pi-coding-agent/package.json +5 -4
- package/node_modules/@earendil-works/pi-tui/dist/utils.js +3 -0
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +2 -2
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js +2 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/node-http.d.ts +2 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +1 -1
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/http2.d.ts +3 -0
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/gaxios/build/cjs/tsconfig.cjs.tsbuildinfo +1 -1
- package/node_modules/gaxios/build/esm/tsconfig.tsbuildinfo +1 -1
- package/node_modules/gaxios/package.json +7 -9
- package/node_modules/google-auth-library/build/src/auth/gdchclient.d.ts +47 -0
- package/node_modules/google-auth-library/build/src/auth/gdchclient.js +307 -0
- package/node_modules/google-auth-library/build/src/auth/googleauth.d.ts +5 -4
- package/node_modules/google-auth-library/build/src/auth/googleauth.js +18 -1
- package/node_modules/google-auth-library/build/src/index.d.ts +1 -0
- package/node_modules/google-auth-library/build/src/index.js +4 -1
- package/node_modules/google-auth-library/package.json +2 -4
- package/node_modules/semver/classes/semver.js +19 -2
- package/node_modules/semver/package.json +1 -1
- package/node_modules/undici/lib/global.js +1 -1
- package/node_modules/undici/lib/handler/unwrap-handler.js +6 -0
- package/node_modules/undici/package.json +1 -1
- package/node_modules/undici/types/dispatcher.d.ts +2 -0
- package/package.json +6 -6
- package/slingshot/index.js +275 -273
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/token-providers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1063.0",
|
|
4
4
|
"description": "A collection of token providers",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"sideEffects": false,
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "AWS SDK for JavaScript Team",
|
|
28
|
-
"url": "https://aws.amazon.com/javascript/"
|
|
28
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
29
29
|
},
|
|
30
30
|
"license": "Apache-2.0",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@aws-sdk/core": "^3.974.
|
|
33
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
34
|
-
"@aws-sdk/types": "^3.973.
|
|
35
|
-
"@smithy/core": "^3.24.
|
|
36
|
-
"@smithy/types": "^4.14.
|
|
32
|
+
"@aws-sdk/core": "^3.974.18",
|
|
33
|
+
"@aws-sdk/nested-clients": "^3.997.17",
|
|
34
|
+
"@aws-sdk/types": "^3.973.11",
|
|
35
|
+
"@smithy/core": "^3.24.6",
|
|
36
|
+
"@smithy/types": "^4.14.3",
|
|
37
37
|
"tslib": "^2.6.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.49",
|
|
4
4
|
"description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"author": {
|
|
24
24
|
"name": "AWS SDK for JavaScript Team",
|
|
25
|
-
"url": "https://aws.amazon.com/javascript/"
|
|
25
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/core": "^3.974.
|
|
30
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
31
|
-
"@aws-sdk/token-providers": "3.
|
|
32
|
-
"@aws-sdk/types": "^3.973.
|
|
33
|
-
"@smithy/core": "^3.24.
|
|
34
|
-
"@smithy/types": "^4.14.
|
|
29
|
+
"@aws-sdk/core": "^3.974.18",
|
|
30
|
+
"@aws-sdk/nested-clients": "^3.997.17",
|
|
31
|
+
"@aws-sdk/token-providers": "3.1063.0",
|
|
32
|
+
"@aws-sdk/types": "^3.973.11",
|
|
33
|
+
"@smithy/core": "^3.24.6",
|
|
34
|
+
"@smithy/types": "^4.14.3",
|
|
35
35
|
"tslib": "^2.6.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-web-identity",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.49",
|
|
4
4
|
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
"sideEffects": false,
|
|
31
31
|
"author": {
|
|
32
32
|
"name": "AWS SDK for JavaScript Team",
|
|
33
|
-
"url": "https://aws.amazon.com/javascript/"
|
|
33
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
34
34
|
},
|
|
35
35
|
"license": "Apache-2.0",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@aws-sdk/core": "^3.974.
|
|
38
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
39
|
-
"@aws-sdk/types": "^3.973.
|
|
40
|
-
"@smithy/core": "^3.24.
|
|
41
|
-
"@smithy/types": "^4.14.
|
|
37
|
+
"@aws-sdk/core": "^3.974.18",
|
|
38
|
+
"@aws-sdk/nested-clients": "^3.997.17",
|
|
39
|
+
"@aws-sdk/types": "^3.973.11",
|
|
40
|
+
"@smithy/core": "^3.24.6",
|
|
41
|
+
"@smithy/types": "^4.14.3",
|
|
42
42
|
"tslib": "^2.6.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/eventstream-handler-node",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.20",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline eventstream-handler-node",
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"sideEffects": false,
|
|
19
19
|
"author": {
|
|
20
20
|
"name": "AWS SDK for JavaScript Team",
|
|
21
|
-
"url": "https://aws.amazon.com/javascript/"
|
|
21
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@aws-sdk/types": "^3.973.
|
|
26
|
-
"@smithy/core": "^3.24.
|
|
27
|
-
"@smithy/types": "^4.14.
|
|
25
|
+
"@aws-sdk/types": "^3.973.11",
|
|
26
|
+
"@smithy/core": "^3.24.6",
|
|
27
|
+
"@smithy/types": "^4.14.3",
|
|
28
28
|
"tslib": "^2.6.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-eventstream",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.16",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-eventstream",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"author": {
|
|
21
21
|
"name": "AWS SDK for JavaScript Team",
|
|
22
|
-
"url": "https://aws.amazon.com/javascript/"
|
|
22
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
23
23
|
},
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
27
|
-
"@smithy/core": "^3.24.
|
|
28
|
-
"@smithy/types": "^4.14.
|
|
26
|
+
"@aws-sdk/types": "^3.973.11",
|
|
27
|
+
"@smithy/core": "^3.24.6",
|
|
28
|
+
"@smithy/types": "^4.14.3",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"engines": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-websocket",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.26",
|
|
4
4
|
"main": "./dist-cjs/index.js",
|
|
5
5
|
"module": "./dist-es/index.js",
|
|
6
6
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,16 +20,16 @@
|
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"author": {
|
|
22
22
|
"name": "AWS SDK for JavaScript Team",
|
|
23
|
-
"url": "https://aws.amazon.com/javascript/"
|
|
23
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/core": "^3.974.
|
|
28
|
-
"@aws-sdk/types": "^3.973.
|
|
29
|
-
"@smithy/core": "^3.24.
|
|
30
|
-
"@smithy/fetch-http-handler": "^5.4.
|
|
31
|
-
"@smithy/signature-v4": "^5.4.
|
|
32
|
-
"@smithy/types": "^4.14.
|
|
27
|
+
"@aws-sdk/core": "^3.974.18",
|
|
28
|
+
"@aws-sdk/types": "^3.973.11",
|
|
29
|
+
"@smithy/core": "^3.24.6",
|
|
30
|
+
"@smithy/fetch-http-handler": "^5.4.6",
|
|
31
|
+
"@smithy/signature-v4": "^5.4.6",
|
|
32
|
+
"@smithy/types": "^4.14.3",
|
|
33
33
|
"tslib": "^2.6.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
@@ -16,10 +16,9 @@ var protocols$1 = require('@aws-sdk/core/protocols');
|
|
|
16
16
|
const defaultCognitoIdentityHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
17
17
|
return {
|
|
18
18
|
operation: client.getSmithyContext(context).operation,
|
|
19
|
-
region:
|
|
20
|
-
(
|
|
21
|
-
|
|
22
|
-
})(),
|
|
19
|
+
region: await client.normalizeProvider(config.region)() || (() => {
|
|
20
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
21
|
+
})(),
|
|
23
22
|
};
|
|
24
23
|
};
|
|
25
24
|
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
@@ -80,7 +79,7 @@ const commonParams = {
|
|
|
80
79
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
81
80
|
};
|
|
82
81
|
|
|
83
|
-
var version = "3.997.
|
|
82
|
+
var version = "3.997.16";
|
|
84
83
|
var packageInfo = {
|
|
85
84
|
version: version};
|
|
86
85
|
|
|
@@ -99,7 +98,7 @@ const _data = {
|
|
|
99
98
|
[g, [j, "us-east-1"]],
|
|
100
99
|
[g, [j, "us-east-2"]],
|
|
101
100
|
[g, [j, "us-west-1"]],
|
|
102
|
-
[g, [j, "us-west-2"]]
|
|
101
|
+
[g, [j, "us-west-2"]]
|
|
103
102
|
],
|
|
104
103
|
results: [
|
|
105
104
|
[a],
|
|
@@ -118,66 +117,30 @@ const _data = {
|
|
|
118
117
|
["https://cognito-identity.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
|
|
119
118
|
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
120
119
|
["https://cognito-identity.{Region}.{PartitionResult#dnsSuffix}", k],
|
|
121
|
-
[a, "Invalid Configuration: Missing Region"]
|
|
122
|
-
]
|
|
120
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
121
|
+
]
|
|
123
122
|
};
|
|
124
123
|
const root = 2;
|
|
125
124
|
const r = 100_000_000;
|
|
126
125
|
const nodes = new Int32Array([
|
|
127
|
-
-1,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
5,
|
|
138
|
-
r +
|
|
139
|
-
|
|
140
|
-
9,
|
|
141
|
-
6,
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
r +
|
|
145
|
-
6,
|
|
146
|
-
8,
|
|
147
|
-
r + 14,
|
|
148
|
-
7,
|
|
149
|
-
r + 12,
|
|
150
|
-
r + 13,
|
|
151
|
-
4,
|
|
152
|
-
11,
|
|
153
|
-
10,
|
|
154
|
-
5,
|
|
155
|
-
r + 9,
|
|
156
|
-
r + 11,
|
|
157
|
-
5,
|
|
158
|
-
12,
|
|
159
|
-
r + 10,
|
|
160
|
-
6,
|
|
161
|
-
13,
|
|
162
|
-
r + 9,
|
|
163
|
-
8,
|
|
164
|
-
r + 4,
|
|
165
|
-
14,
|
|
166
|
-
9,
|
|
167
|
-
r + 5,
|
|
168
|
-
15,
|
|
169
|
-
10,
|
|
170
|
-
r + 6,
|
|
171
|
-
16,
|
|
172
|
-
11,
|
|
173
|
-
r + 7,
|
|
174
|
-
r + 8,
|
|
175
|
-
3,
|
|
176
|
-
r + 1,
|
|
177
|
-
18,
|
|
178
|
-
5,
|
|
179
|
-
r + 2,
|
|
180
|
-
r + 3,
|
|
126
|
+
-1, 1, -1,
|
|
127
|
+
0, 17, 3,
|
|
128
|
+
1, 4, r + 16,
|
|
129
|
+
2, 5, r + 16,
|
|
130
|
+
3, 9, 6,
|
|
131
|
+
5, 7, r + 15,
|
|
132
|
+
6, 8, r + 14,
|
|
133
|
+
7, r + 12, r + 13,
|
|
134
|
+
4, 11, 10,
|
|
135
|
+
5, r + 9, r + 11,
|
|
136
|
+
5, 12, r + 10,
|
|
137
|
+
6, 13, r + 9,
|
|
138
|
+
8, r + 4, 14,
|
|
139
|
+
9, r + 5, 15,
|
|
140
|
+
10, r + 6, 16,
|
|
141
|
+
11, r + 7, r + 8,
|
|
142
|
+
3, r + 1, 18,
|
|
143
|
+
5, r + 2, r + 3,
|
|
181
144
|
]);
|
|
182
145
|
const bdd = endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
183
146
|
|
|
@@ -348,71 +311,103 @@ const _s_registry = schema.TypeRegistry.for(_s);
|
|
|
348
311
|
var CognitoIdentityServiceException$ = [-3, _s, "CognitoIdentityServiceException", 0, [], []];
|
|
349
312
|
_s_registry.registerError(CognitoIdentityServiceException$, CognitoIdentityServiceException);
|
|
350
313
|
const n0_registry = schema.TypeRegistry.for(n0);
|
|
351
|
-
var ExternalServiceException$ = [-3, n0, _ESE,
|
|
314
|
+
var ExternalServiceException$ = [-3, n0, _ESE,
|
|
315
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
316
|
+
[_m],
|
|
317
|
+
[0]
|
|
318
|
+
];
|
|
352
319
|
n0_registry.registerError(ExternalServiceException$, ExternalServiceException);
|
|
353
|
-
var InternalErrorException$ = [-3, n0, _IEE,
|
|
320
|
+
var InternalErrorException$ = [-3, n0, _IEE,
|
|
321
|
+
{ [_e]: _se },
|
|
322
|
+
[_m],
|
|
323
|
+
[0]
|
|
324
|
+
];
|
|
354
325
|
n0_registry.registerError(InternalErrorException$, InternalErrorException);
|
|
355
|
-
var InvalidIdentityPoolConfigurationException$ = [
|
|
356
|
-
-3,
|
|
357
|
-
n0,
|
|
358
|
-
_IIPCE,
|
|
326
|
+
var InvalidIdentityPoolConfigurationException$ = [-3, n0, _IIPCE,
|
|
359
327
|
{ [_e]: _c, [_hE]: 400 },
|
|
360
328
|
[_m],
|
|
361
|
-
[0]
|
|
329
|
+
[0]
|
|
362
330
|
];
|
|
363
331
|
n0_registry.registerError(InvalidIdentityPoolConfigurationException$, InvalidIdentityPoolConfigurationException);
|
|
364
|
-
var InvalidParameterException$ = [-3, n0, _IPE,
|
|
332
|
+
var InvalidParameterException$ = [-3, n0, _IPE,
|
|
333
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
334
|
+
[_m],
|
|
335
|
+
[0]
|
|
336
|
+
];
|
|
365
337
|
n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
|
|
366
|
-
var LimitExceededException$ = [-3, n0, _LEE,
|
|
338
|
+
var LimitExceededException$ = [-3, n0, _LEE,
|
|
339
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
340
|
+
[_m],
|
|
341
|
+
[0]
|
|
342
|
+
];
|
|
367
343
|
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
368
|
-
var NotAuthorizedException$ = [-3, n0, _NAE,
|
|
344
|
+
var NotAuthorizedException$ = [-3, n0, _NAE,
|
|
345
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
346
|
+
[_m],
|
|
347
|
+
[0]
|
|
348
|
+
];
|
|
369
349
|
n0_registry.registerError(NotAuthorizedException$, NotAuthorizedException);
|
|
370
|
-
var ResourceConflictException$ = [-3, n0, _RCE,
|
|
350
|
+
var ResourceConflictException$ = [-3, n0, _RCE,
|
|
351
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
352
|
+
[_m],
|
|
353
|
+
[0]
|
|
354
|
+
];
|
|
371
355
|
n0_registry.registerError(ResourceConflictException$, ResourceConflictException);
|
|
372
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
356
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
357
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
358
|
+
[_m],
|
|
359
|
+
[0]
|
|
360
|
+
];
|
|
373
361
|
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
374
|
-
var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
362
|
+
var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
363
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
364
|
+
[_m],
|
|
365
|
+
[0]
|
|
366
|
+
];
|
|
375
367
|
n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
376
|
-
const errorTypeRegistries = [
|
|
368
|
+
const errorTypeRegistries = [
|
|
369
|
+
_s_registry,
|
|
370
|
+
n0_registry,
|
|
371
|
+
];
|
|
377
372
|
var IdentityProviderToken = [0, n0, _IPT, 8, 0];
|
|
378
373
|
var SecretKeyString = [0, n0, _SKS, 8, 0];
|
|
379
|
-
var Credentials$ = [
|
|
380
|
-
3,
|
|
381
|
-
n0,
|
|
382
|
-
_C,
|
|
374
|
+
var Credentials$ = [3, n0, _C,
|
|
383
375
|
0,
|
|
384
376
|
[_AKI, _SK, _ST, _E],
|
|
385
|
-
[0, [() => SecretKeyString, 0], 0, 4]
|
|
377
|
+
[0, [() => SecretKeyString, 0], 0, 4]
|
|
386
378
|
];
|
|
387
|
-
var GetCredentialsForIdentityInput$ = [
|
|
388
|
-
3,
|
|
389
|
-
n0,
|
|
390
|
-
_GCFII,
|
|
379
|
+
var GetCredentialsForIdentityInput$ = [3, n0, _GCFII,
|
|
391
380
|
0,
|
|
392
381
|
[_II, _L, _CRA],
|
|
393
|
-
[0, [() => LoginsMap, 0], 0],
|
|
394
|
-
1,
|
|
382
|
+
[0, [() => LoginsMap, 0], 0], 1
|
|
395
383
|
];
|
|
396
|
-
var GetCredentialsForIdentityResponse$ = [
|
|
397
|
-
3,
|
|
398
|
-
n0,
|
|
399
|
-
_GCFIR,
|
|
384
|
+
var GetCredentialsForIdentityResponse$ = [3, n0, _GCFIR,
|
|
400
385
|
0,
|
|
401
386
|
[_II, _C],
|
|
402
|
-
[0, [() => Credentials$, 0]]
|
|
387
|
+
[0, [() => Credentials$, 0]]
|
|
388
|
+
];
|
|
389
|
+
var GetIdInput$ = [3, n0, _GII,
|
|
390
|
+
0,
|
|
391
|
+
[_IPI, _AI, _L],
|
|
392
|
+
[0, 0, [() => LoginsMap, 0]], 1
|
|
403
393
|
];
|
|
404
|
-
var
|
|
405
|
-
var GetIdResponse$ = [3, n0, _GIR, 0, [_II], [0]];
|
|
406
|
-
var LoginsMap = [2, n0, _LM, 0, [0, 0], [() => IdentityProviderToken, 0]];
|
|
407
|
-
var GetCredentialsForIdentity$ = [
|
|
408
|
-
9,
|
|
409
|
-
n0,
|
|
410
|
-
_GCFI,
|
|
394
|
+
var GetIdResponse$ = [3, n0, _GIR,
|
|
411
395
|
0,
|
|
412
|
-
|
|
413
|
-
|
|
396
|
+
[_II],
|
|
397
|
+
[0]
|
|
398
|
+
];
|
|
399
|
+
var LoginsMap = [2, n0, _LM,
|
|
400
|
+
0, [0,
|
|
401
|
+
0],
|
|
402
|
+
[() => IdentityProviderToken,
|
|
403
|
+
0]
|
|
404
|
+
];
|
|
405
|
+
var GetCredentialsForIdentity$ = [9, n0, _GCFI,
|
|
406
|
+
0, () => GetCredentialsForIdentityInput$, () => GetCredentialsForIdentityResponse$
|
|
407
|
+
];
|
|
408
|
+
var GetId$ = [9, n0, _GI,
|
|
409
|
+
0, () => GetIdInput$, () => GetIdResponse$
|
|
414
410
|
];
|
|
415
|
-
var GetId$ = [9, n0, _GI, 0, () => GetIdInput$, () => GetIdResponse$];
|
|
416
411
|
|
|
417
412
|
const getRuntimeConfig$1 = (config) => {
|
|
418
413
|
return {
|
|
@@ -468,11 +463,9 @@ const getRuntimeConfig = (config$1) => {
|
|
|
468
463
|
defaultsMode,
|
|
469
464
|
authSchemePreference: config$1?.authSchemePreference ?? config.loadConfig(httpAuthSchemes.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
470
465
|
bodyLengthChecker: config$1?.bodyLengthChecker ?? serde.calculateBodyLength,
|
|
471
|
-
defaultUserAgentProvider: config$1?.defaultUserAgentProvider ??
|
|
472
|
-
client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
466
|
+
defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
473
467
|
maxAttempts: config$1?.maxAttempts ?? config.loadConfig(retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config$1),
|
|
474
|
-
region: config$1?.region ??
|
|
475
|
-
config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
468
|
+
region: config$1?.region ?? config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
476
469
|
requestHandler: nodeHttpHandler.NodeHttpHandler.create(config$1?.requestHandler ?? defaultConfigProvider),
|
|
477
470
|
retryMode: config$1?.retryMode ??
|
|
478
471
|
config.loadConfig({
|