@psnext/slingcli 2.5.20260719-2 → 2.5.20260722-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-default-package-policy.js +26 -0
- package/bin/sling.js +18 -23
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/BufferJsonShapeDeserializer.js +182 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/ByteJsonShapeSerializer.js +473 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/BufferJsonShapeDeserializer.d.ts +29 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/ByteJsonShapeSerializer.d.ts +59 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/BufferJsonShapeDeserializer.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/ByteJsonShapeSerializer.d.ts +30 -0
- package/node_modules/@aws-sdk/core/package.json +2 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +33 -33
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-websocket/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +33 -33
- package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/google.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/kimi-coding.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/nvidia.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/opencode.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/openrouter.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/vercel-ai-gateway.json +1 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +3 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +28 -10
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +34 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +34 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.js +8 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.js +2 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.js +11 -9
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.js +8 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +34 -11
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +10 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +10 -2
- package/node_modules/@smithy/core/package.json +91 -91
- package/node_modules/@smithy/credential-provider-imds/package.json +34 -34
- package/node_modules/@smithy/fetch-http-handler/package.json +30 -30
- package/node_modules/@smithy/signature-v4/package.json +29 -29
- package/package.json +2 -2
- package/slingshot/index.js +105 -105
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +0 -135
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +0 -27
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +0 -17
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/getEndpointUrlConfig.js +0 -21
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/getEndpointUrlConfig.d.ts +0 -12
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/getEndpointUrlConfig.d.ts +0 -12
|
@@ -1,26 +1,79 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/core",
|
|
3
|
-
"version": "3.29.
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
|
|
11
|
-
"clean": "premove dist-cjs dist-es dist-types",
|
|
12
|
-
"extract:docs": "api-extractor run --local",
|
|
13
|
-
"lint": "node ../../scripts/validation/submodules-linter.js",
|
|
14
|
-
"prebuild": "yarn lint",
|
|
15
|
-
"stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
|
16
|
-
"test": "yarn g:vitest run",
|
|
17
|
-
"test:watch": "yarn g:vitest watch",
|
|
18
|
-
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
|
|
19
|
-
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
|
|
3
|
+
"version": "3.29.7",
|
|
4
|
+
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/core",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"author": {
|
|
7
|
+
"name": "AWS Smithy Team",
|
|
8
|
+
"email": "",
|
|
9
|
+
"url": "https://smithy.io"
|
|
20
10
|
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/smithy-lang/smithy-typescript.git",
|
|
14
|
+
"directory": "packages/core"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"./cbor.d.ts",
|
|
18
|
+
"./cbor.js",
|
|
19
|
+
"./checksum.d.ts",
|
|
20
|
+
"./checksum.js",
|
|
21
|
+
"./client.d.ts",
|
|
22
|
+
"./client.js",
|
|
23
|
+
"./config.d.ts",
|
|
24
|
+
"./config.js",
|
|
25
|
+
"./endpoints.d.ts",
|
|
26
|
+
"./endpoints.js",
|
|
27
|
+
"./event-streams.d.ts",
|
|
28
|
+
"./event-streams.js",
|
|
29
|
+
"./protocols.d.ts",
|
|
30
|
+
"./protocols.js",
|
|
31
|
+
"./retry.d.ts",
|
|
32
|
+
"./retry.js",
|
|
33
|
+
"./schema.d.ts",
|
|
34
|
+
"./schema.js",
|
|
35
|
+
"./serde.d.ts",
|
|
36
|
+
"./serde.js",
|
|
37
|
+
"./transport.d.ts",
|
|
38
|
+
"./transport.js",
|
|
39
|
+
"dist-*/**"
|
|
40
|
+
],
|
|
41
|
+
"sideEffects": false,
|
|
21
42
|
"main": "./dist-cjs/index.js",
|
|
22
43
|
"module": "./dist-es/index.js",
|
|
44
|
+
"browser": {
|
|
45
|
+
"./dist-es/submodules/checksum/index.js": "./dist-es/submodules/checksum/index.browser.js",
|
|
46
|
+
"./dist-es/submodules/config/index.js": "./dist-es/submodules/config/index.browser.js",
|
|
47
|
+
"./dist-es/submodules/endpoints/index.js": "./dist-es/submodules/endpoints/index.browser.js",
|
|
48
|
+
"./dist-es/submodules/event-streams/index.js": "./dist-es/submodules/event-streams/index.browser.js",
|
|
49
|
+
"./dist-es/submodules/retry/index.js": "./dist-es/submodules/retry/index.browser.js",
|
|
50
|
+
"./dist-es/submodules/serde/index.js": "./dist-es/submodules/serde/index.browser.js"
|
|
51
|
+
},
|
|
23
52
|
"types": "./dist-types/index.d.ts",
|
|
53
|
+
"typesVersions": {
|
|
54
|
+
"<4.5": {
|
|
55
|
+
"dist-types/*": [
|
|
56
|
+
"dist-types/ts3.4/*"
|
|
57
|
+
],
|
|
58
|
+
"*": [
|
|
59
|
+
"dist-types/ts3.4/submodules/*/index.d.ts"
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"react-native": {
|
|
64
|
+
"./dist-es/submodules/checksum/index.js": "./dist-es/submodules/checksum/index.native.js",
|
|
65
|
+
"./dist-cjs/submodules/checksum/index.js": "./dist-cjs/submodules/checksum/index.native.js",
|
|
66
|
+
"./dist-es/submodules/config/index.js": "./dist-es/submodules/config/index.native.js",
|
|
67
|
+
"./dist-cjs/submodules/config/index.js": "./dist-cjs/submodules/config/index.native.js",
|
|
68
|
+
"./dist-es/submodules/serde/index.js": "./dist-es/submodules/serde/index.native.js",
|
|
69
|
+
"./dist-cjs/submodules/serde/index.js": "./dist-cjs/submodules/serde/index.native.js",
|
|
70
|
+
"./dist-es/submodules/endpoints/index.js": "./dist-es/submodules/endpoints/index.browser.js",
|
|
71
|
+
"./dist-cjs/submodules/endpoints/index.js": "./dist-cjs/submodules/endpoints/index.browser.js",
|
|
72
|
+
"./dist-es/submodules/event-streams/index.js": "./dist-es/submodules/event-streams/index.browser.js",
|
|
73
|
+
"./dist-cjs/submodules/event-streams/index.js": "./dist-cjs/submodules/event-streams/index.browser.js",
|
|
74
|
+
"./dist-es/submodules/retry/index.js": "./dist-es/submodules/retry/index.browser.js",
|
|
75
|
+
"./dist-cjs/submodules/retry/index.js": "./dist-cjs/submodules/retry/index.browser.js"
|
|
76
|
+
},
|
|
24
77
|
"exports": {
|
|
25
78
|
".": {
|
|
26
79
|
"types": "./dist-types/index.d.ts",
|
|
@@ -161,13 +214,26 @@
|
|
|
161
214
|
"require": "./dist-cjs/submodules/transport/index.js"
|
|
162
215
|
}
|
|
163
216
|
},
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
|
|
167
|
-
|
|
217
|
+
"publishConfig": {
|
|
218
|
+
"directory": ".release/package"
|
|
219
|
+
},
|
|
220
|
+
"scripts": {
|
|
221
|
+
"benchmark:cbor": "node ./scripts/cbor-perf.mjs",
|
|
222
|
+
"benchmark:checksum": "node ./scripts/checksum-perf.mjs",
|
|
223
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
|
|
224
|
+
"build:es:cjs": "node ../../scripts/compilation/es_cjs.js",
|
|
225
|
+
"build:types": "premove dist-types && yarn g:tsc -p tsconfig.types.json",
|
|
226
|
+
"build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
|
|
227
|
+
"clean": "premove dist-cjs dist-es dist-types",
|
|
228
|
+
"extract:docs": "api-extractor run --local",
|
|
229
|
+
"lint": "node ../../scripts/validation/submodules-linter.js",
|
|
230
|
+
"prebuild": "yarn lint",
|
|
231
|
+
"stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
|
232
|
+
"test": "yarn g:vitest run",
|
|
233
|
+
"test:watch": "yarn g:vitest watch",
|
|
234
|
+
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
|
|
235
|
+
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
|
|
168
236
|
},
|
|
169
|
-
"license": "Apache-2.0",
|
|
170
|
-
"sideEffects": false,
|
|
171
237
|
"dependencies": {
|
|
172
238
|
"@smithy/types": "^4.16.1",
|
|
173
239
|
"tslib": "^2.6.2"
|
|
@@ -181,76 +247,10 @@
|
|
|
181
247
|
"premove": "4.0.0",
|
|
182
248
|
"typedoc": "0.23.23"
|
|
183
249
|
},
|
|
184
|
-
"engines": {
|
|
185
|
-
"node": ">=18.0.0"
|
|
186
|
-
},
|
|
187
|
-
"typesVersions": {
|
|
188
|
-
"<4.5": {
|
|
189
|
-
"dist-types/*": [
|
|
190
|
-
"dist-types/ts3.4/*"
|
|
191
|
-
],
|
|
192
|
-
"*": [
|
|
193
|
-
"dist-types/ts3.4/submodules/*/index.d.ts"
|
|
194
|
-
]
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
"files": [
|
|
198
|
-
"./cbor.d.ts",
|
|
199
|
-
"./cbor.js",
|
|
200
|
-
"./checksum.d.ts",
|
|
201
|
-
"./checksum.js",
|
|
202
|
-
"./client.d.ts",
|
|
203
|
-
"./client.js",
|
|
204
|
-
"./config.d.ts",
|
|
205
|
-
"./config.js",
|
|
206
|
-
"./endpoints.d.ts",
|
|
207
|
-
"./endpoints.js",
|
|
208
|
-
"./event-streams.d.ts",
|
|
209
|
-
"./event-streams.js",
|
|
210
|
-
"./protocols.d.ts",
|
|
211
|
-
"./protocols.js",
|
|
212
|
-
"./retry.d.ts",
|
|
213
|
-
"./retry.js",
|
|
214
|
-
"./schema.d.ts",
|
|
215
|
-
"./schema.js",
|
|
216
|
-
"./serde.d.ts",
|
|
217
|
-
"./serde.js",
|
|
218
|
-
"./transport.d.ts",
|
|
219
|
-
"./transport.js",
|
|
220
|
-
"dist-*/**"
|
|
221
|
-
],
|
|
222
|
-
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/core",
|
|
223
|
-
"repository": {
|
|
224
|
-
"type": "git",
|
|
225
|
-
"url": "https://github.com/smithy-lang/smithy-typescript.git",
|
|
226
|
-
"directory": "packages/core"
|
|
227
|
-
},
|
|
228
250
|
"typedoc": {
|
|
229
251
|
"entryPoint": "src/index.ts"
|
|
230
252
|
},
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
},
|
|
234
|
-
"browser": {
|
|
235
|
-
"./dist-es/submodules/checksum/index.js": "./dist-es/submodules/checksum/index.browser.js",
|
|
236
|
-
"./dist-es/submodules/config/index.js": "./dist-es/submodules/config/index.browser.js",
|
|
237
|
-
"./dist-es/submodules/endpoints/index.js": "./dist-es/submodules/endpoints/index.browser.js",
|
|
238
|
-
"./dist-es/submodules/event-streams/index.js": "./dist-es/submodules/event-streams/index.browser.js",
|
|
239
|
-
"./dist-es/submodules/retry/index.js": "./dist-es/submodules/retry/index.browser.js",
|
|
240
|
-
"./dist-es/submodules/serde/index.js": "./dist-es/submodules/serde/index.browser.js"
|
|
241
|
-
},
|
|
242
|
-
"react-native": {
|
|
243
|
-
"./dist-es/submodules/checksum/index.js": "./dist-es/submodules/checksum/index.native.js",
|
|
244
|
-
"./dist-cjs/submodules/checksum/index.js": "./dist-cjs/submodules/checksum/index.native.js",
|
|
245
|
-
"./dist-es/submodules/config/index.js": "./dist-es/submodules/config/index.native.js",
|
|
246
|
-
"./dist-cjs/submodules/config/index.js": "./dist-cjs/submodules/config/index.native.js",
|
|
247
|
-
"./dist-es/submodules/serde/index.js": "./dist-es/submodules/serde/index.native.js",
|
|
248
|
-
"./dist-cjs/submodules/serde/index.js": "./dist-cjs/submodules/serde/index.native.js",
|
|
249
|
-
"./dist-es/submodules/endpoints/index.js": "./dist-es/submodules/endpoints/index.browser.js",
|
|
250
|
-
"./dist-cjs/submodules/endpoints/index.js": "./dist-cjs/submodules/endpoints/index.browser.js",
|
|
251
|
-
"./dist-es/submodules/event-streams/index.js": "./dist-es/submodules/event-streams/index.browser.js",
|
|
252
|
-
"./dist-cjs/submodules/event-streams/index.js": "./dist-cjs/submodules/event-streams/index.browser.js",
|
|
253
|
-
"./dist-es/submodules/retry/index.js": "./dist-es/submodules/retry/index.browser.js",
|
|
254
|
-
"./dist-cjs/submodules/retry/index.js": "./dist-cjs/submodules/retry/index.browser.js"
|
|
253
|
+
"engines": {
|
|
254
|
+
"node": ">=18.0.0"
|
|
255
255
|
}
|
|
256
256
|
}
|
|
@@ -1,9 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/credential-provider-imds",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.12",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"aws",
|
|
7
|
+
"credentials"
|
|
8
|
+
],
|
|
9
|
+
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/credential-provider-imds",
|
|
10
|
+
"license": "Apache-2.0",
|
|
11
|
+
"author": {
|
|
12
|
+
"name": "AWS SDK for JavaScript Team",
|
|
13
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
14
|
+
},
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "https://github.com/smithy-lang/smithy-typescript.git",
|
|
18
|
+
"directory": "packages/credential-provider-imds"
|
|
19
|
+
},
|
|
20
|
+
"files": [
|
|
21
|
+
"dist-*/**"
|
|
22
|
+
],
|
|
23
|
+
"sideEffects": false,
|
|
5
24
|
"main": "./dist-cjs/index.js",
|
|
6
25
|
"module": "./dist-es/index.js",
|
|
26
|
+
"types": "./dist-types/index.d.ts",
|
|
27
|
+
"typesVersions": {
|
|
28
|
+
"<4.5": {
|
|
29
|
+
"dist-types/*": [
|
|
30
|
+
"dist-types/ts3.4/*"
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"publishConfig": {
|
|
35
|
+
"directory": ".release/package"
|
|
36
|
+
},
|
|
7
37
|
"scripts": {
|
|
8
38
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
|
|
9
39
|
"build:es:cjs": "node ../../scripts/compilation/es_cjs.js",
|
|
@@ -14,18 +44,8 @@
|
|
|
14
44
|
"test": "yarn g:vitest run",
|
|
15
45
|
"test:watch": "yarn g:vitest watch"
|
|
16
46
|
},
|
|
17
|
-
"keywords": [
|
|
18
|
-
"aws",
|
|
19
|
-
"credentials"
|
|
20
|
-
],
|
|
21
|
-
"author": {
|
|
22
|
-
"name": "AWS SDK for JavaScript Team",
|
|
23
|
-
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
24
|
-
},
|
|
25
|
-
"license": "Apache-2.0",
|
|
26
|
-
"sideEffects": false,
|
|
27
47
|
"dependencies": {
|
|
28
|
-
"@smithy/core": "^3.29.
|
|
48
|
+
"@smithy/core": "^3.29.7",
|
|
29
49
|
"@smithy/types": "^4.16.1",
|
|
30
50
|
"tslib": "^2.6.2"
|
|
31
51
|
},
|
|
@@ -36,30 +56,10 @@
|
|
|
36
56
|
"premove": "4.0.0",
|
|
37
57
|
"typedoc": "0.23.23"
|
|
38
58
|
},
|
|
39
|
-
"types": "./dist-types/index.d.ts",
|
|
40
|
-
"engines": {
|
|
41
|
-
"node": ">=18.0.0"
|
|
42
|
-
},
|
|
43
|
-
"typesVersions": {
|
|
44
|
-
"<4.5": {
|
|
45
|
-
"dist-types/*": [
|
|
46
|
-
"dist-types/ts3.4/*"
|
|
47
|
-
]
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
"files": [
|
|
51
|
-
"dist-*/**"
|
|
52
|
-
],
|
|
53
|
-
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/credential-provider-imds",
|
|
54
|
-
"repository": {
|
|
55
|
-
"type": "git",
|
|
56
|
-
"url": "https://github.com/smithy-lang/smithy-typescript.git",
|
|
57
|
-
"directory": "packages/credential-provider-imds"
|
|
58
|
-
},
|
|
59
59
|
"typedoc": {
|
|
60
60
|
"entryPoint": "src/index.ts"
|
|
61
61
|
},
|
|
62
|
-
"
|
|
63
|
-
"
|
|
62
|
+
"engines": {
|
|
63
|
+
"node": ">=18.0.0"
|
|
64
64
|
}
|
|
65
65
|
}
|
|
@@ -1,7 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/fetch-http-handler",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.9",
|
|
4
4
|
"description": "Provides a way to make requests",
|
|
5
|
+
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/fetch-http-handler",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "AWS SDK for JavaScript Team",
|
|
9
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
10
|
+
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/smithy-lang/smithy-typescript.git",
|
|
14
|
+
"directory": "packages/fetch-http-handler"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist-*/**"
|
|
18
|
+
],
|
|
19
|
+
"sideEffects": false,
|
|
20
|
+
"main": "./dist-cjs/index.js",
|
|
21
|
+
"module": "./dist-es/index.js",
|
|
22
|
+
"types": "./dist-types/index.d.ts",
|
|
23
|
+
"typesVersions": {
|
|
24
|
+
"<4.5": {
|
|
25
|
+
"dist-types/*": [
|
|
26
|
+
"dist-types/ts3.4/*"
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"publishConfig": {
|
|
31
|
+
"directory": ".release/package"
|
|
32
|
+
},
|
|
5
33
|
"scripts": {
|
|
6
34
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
|
|
7
35
|
"build:es:cjs": "node ../../scripts/compilation/es_cjs.js",
|
|
@@ -15,17 +43,8 @@
|
|
|
15
43
|
"test:browser": "yarn g:vitest run -c vitest.config.browser.mts",
|
|
16
44
|
"test:browser:watch": "yarn g:vitest watch -c vitest.config.browser.mts"
|
|
17
45
|
},
|
|
18
|
-
"author": {
|
|
19
|
-
"name": "AWS SDK for JavaScript Team",
|
|
20
|
-
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
21
|
-
},
|
|
22
|
-
"license": "Apache-2.0",
|
|
23
|
-
"sideEffects": false,
|
|
24
|
-
"main": "./dist-cjs/index.js",
|
|
25
|
-
"module": "./dist-es/index.js",
|
|
26
|
-
"types": "./dist-types/index.d.ts",
|
|
27
46
|
"dependencies": {
|
|
28
|
-
"@smithy/core": "^3.29.
|
|
47
|
+
"@smithy/core": "^3.29.7",
|
|
29
48
|
"@smithy/types": "^4.16.1",
|
|
30
49
|
"tslib": "^2.6.2"
|
|
31
50
|
},
|
|
@@ -36,28 +55,9 @@
|
|
|
36
55
|
"premove": "4.0.0",
|
|
37
56
|
"typedoc": "0.23.23"
|
|
38
57
|
},
|
|
39
|
-
"typesVersions": {
|
|
40
|
-
"<4.5": {
|
|
41
|
-
"dist-types/*": [
|
|
42
|
-
"dist-types/ts3.4/*"
|
|
43
|
-
]
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"files": [
|
|
47
|
-
"dist-*/**"
|
|
48
|
-
],
|
|
49
|
-
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/fetch-http-handler",
|
|
50
|
-
"repository": {
|
|
51
|
-
"type": "git",
|
|
52
|
-
"url": "https://github.com/smithy-lang/smithy-typescript.git",
|
|
53
|
-
"directory": "packages/fetch-http-handler"
|
|
54
|
-
},
|
|
55
58
|
"typedoc": {
|
|
56
59
|
"entryPoint": "src/index.ts"
|
|
57
60
|
},
|
|
58
|
-
"publishConfig": {
|
|
59
|
-
"directory": ".release/package"
|
|
60
|
-
},
|
|
61
61
|
"engines": {
|
|
62
62
|
"node": ">=18.0.0"
|
|
63
63
|
}
|
|
@@ -1,10 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/signature-v4",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.8",
|
|
4
4
|
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
|
|
5
|
+
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/signature-v4",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "AWS SDK for JavaScript Team",
|
|
9
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
10
|
+
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/smithy-lang/smithy-typescript.git",
|
|
14
|
+
"directory": "packages/signature-v4"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist-*/**"
|
|
18
|
+
],
|
|
19
|
+
"sideEffects": false,
|
|
5
20
|
"main": "./dist-cjs/index.js",
|
|
6
21
|
"module": "./dist-es/index.js",
|
|
7
22
|
"types": "./dist-types/index.d.ts",
|
|
23
|
+
"typesVersions": {
|
|
24
|
+
"<4.5": {
|
|
25
|
+
"dist-types/*": [
|
|
26
|
+
"dist-types/ts3.4/*"
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"publishConfig": {
|
|
31
|
+
"directory": ".release/package"
|
|
32
|
+
},
|
|
8
33
|
"scripts": {
|
|
9
34
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
|
|
10
35
|
"build:es:cjs": "node ../../scripts/compilation/es_cjs.js",
|
|
@@ -16,14 +41,8 @@
|
|
|
16
41
|
"test": "yarn g:vitest run",
|
|
17
42
|
"test:watch": "yarn g:vitest watch"
|
|
18
43
|
},
|
|
19
|
-
"author": {
|
|
20
|
-
"name": "AWS SDK for JavaScript Team",
|
|
21
|
-
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
22
|
-
},
|
|
23
|
-
"license": "Apache-2.0",
|
|
24
|
-
"sideEffects": false,
|
|
25
44
|
"dependencies": {
|
|
26
|
-
"@smithy/core": "^3.29.
|
|
45
|
+
"@smithy/core": "^3.29.7",
|
|
27
46
|
"@smithy/types": "^4.16.1",
|
|
28
47
|
"tslib": "^2.6.2"
|
|
29
48
|
},
|
|
@@ -33,29 +52,10 @@
|
|
|
33
52
|
"premove": "4.0.0",
|
|
34
53
|
"typedoc": "0.23.23"
|
|
35
54
|
},
|
|
36
|
-
"engines": {
|
|
37
|
-
"node": ">=18.0.0"
|
|
38
|
-
},
|
|
39
|
-
"typesVersions": {
|
|
40
|
-
"<4.5": {
|
|
41
|
-
"dist-types/*": [
|
|
42
|
-
"dist-types/ts3.4/*"
|
|
43
|
-
]
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"files": [
|
|
47
|
-
"dist-*/**"
|
|
48
|
-
],
|
|
49
|
-
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/signature-v4",
|
|
50
|
-
"repository": {
|
|
51
|
-
"type": "git",
|
|
52
|
-
"url": "https://github.com/smithy-lang/smithy-typescript.git",
|
|
53
|
-
"directory": "packages/signature-v4"
|
|
54
|
-
},
|
|
55
55
|
"typedoc": {
|
|
56
56
|
"entryPoint": "src/index.ts"
|
|
57
57
|
},
|
|
58
|
-
"
|
|
59
|
-
"
|
|
58
|
+
"engines": {
|
|
59
|
+
"node": ">=18.0.0"
|
|
60
60
|
}
|
|
61
61
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@psnext/slingcli",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.20260722-1",
|
|
4
4
|
"description": "Connects Sling CLI to Publicis Sapient Slingshot enterprise LLM gateway. Bundles the pi coding-agent runtime.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"type": "git",
|
|
30
30
|
"url": "git+https://pscode.lioncloud.net/psaiproducts/slingcli.git"
|
|
31
31
|
},
|
|
32
|
-
"slingVersion": "2.5.
|
|
32
|
+
"slingVersion": "2.5.20260722-1",
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@earendil-works/pi-tui": "file:../.sling-pack/earendil-works-pi-tui-0.80.10.tgz",
|
|
35
35
|
"@earendil-works/pi-ai": "file:../.sling-pack/earendil-works-pi-ai-0.80.10.tgz",
|