@smithy/signature-v4a 3.2.7 → 3.2.8
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/package.json +9 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/signature-v4a",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.8",
|
|
4
4
|
"description": "Asymmetric addon for the @smithy/signature-v4 package",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -8,26 +8,27 @@
|
|
|
8
8
|
"scripts": {
|
|
9
9
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
|
|
10
10
|
"build:elliptic": "node ./scripts/esbuild.mjs",
|
|
11
|
-
"build:es:cjs": "yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline
|
|
11
|
+
"build:es:cjs": "yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline",
|
|
12
12
|
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
|
13
13
|
"build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
|
|
14
|
-
"clean": "premove dist-cjs dist-es dist-types
|
|
14
|
+
"clean": "premove dist-cjs dist-es dist-types *.tsbuildinfo",
|
|
15
15
|
"extract:docs": "api-extractor run --local",
|
|
16
16
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
|
17
17
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
|
18
18
|
"stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
|
19
|
-
"test": "yarn g:vitest run"
|
|
19
|
+
"test": "yarn g:vitest run",
|
|
20
|
+
"test:watch": "yarn g:vitest watch"
|
|
20
21
|
},
|
|
21
22
|
"author": {
|
|
22
23
|
"name": "AWS SDK for JavaScript Team",
|
|
23
|
-
"url": "https://aws.amazon.com/javascript/"
|
|
24
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
24
25
|
},
|
|
25
26
|
"license": "Apache-2.0",
|
|
26
27
|
"sideEffects": true,
|
|
27
28
|
"dependencies": {
|
|
28
|
-
"@smithy/core": "^3.24.
|
|
29
|
-
"@smithy/signature-v4": "^5.4.
|
|
30
|
-
"@smithy/types": "^4.14.
|
|
29
|
+
"@smithy/core": "^3.24.7",
|
|
30
|
+
"@smithy/signature-v4": "^5.4.7",
|
|
31
|
+
"@smithy/types": "^4.14.4",
|
|
31
32
|
"tslib": "^2.6.2"
|
|
32
33
|
},
|
|
33
34
|
"devDependencies": {
|