Skip to content

Commit 655e6be

Browse files
authored
chore(packages): sort npm scripts (#2823)
1 parent a1fb9a2 commit 655e6be

File tree

98 files changed

+98
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+98
-98
lines changed

lib/lib-dynamodb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"module": "./dist/es/index.js",
77
"types": "./dist/types/index.d.ts",
88
"scripts": {
9+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
910
"build:cjs": "tsc -p tsconfig.cjs.json",
1011
"build:es": "tsc -p tsconfig.es.json",
1112
"build:types": "tsc -p tsconfig.types.json",
12-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
1313
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1414
"test": "jest"
1515
},

lib/lib-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"module": "./dist/es/index.js",
77
"types": "./dist/types/index.d.ts",
88
"scripts": {
9+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
910
"build:cjs": "tsc -p tsconfig.cjs.json",
1011
"build:es": "tsc -p tsconfig.es.json",
1112
"build:types": "tsc -p tsconfig.types.json",
12-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
1313
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1414
"test": "jest"
1515
},

packages/abort-controller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"module": "./dist/es/index.js",
77
"types": "./dist/types/index.d.ts",
88
"scripts": {
9+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
910
"build:cjs": "tsc -p tsconfig.cjs.json",
1011
"build:es": "tsc -p tsconfig.es.json",
1112
"build:types": "tsc -p tsconfig.types.json",
12-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
1313
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1414
"test": "jest"
1515
},

packages/body-checksum-browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/body-checksum-browser",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "jest"
1111
},

packages/body-checksum-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/body-checksum-node",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "jest"
1111
},

packages/chunked-blob-reader-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/chunked-blob-reader-native",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "jest"
1111
},

packages/chunked-blob-reader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/chunked-blob-reader",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "jest"
1111
},

packages/chunked-stream-reader-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/chunked-stream-reader-node",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "jest"
1111
},

packages/client-documentation-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/client-documentation-generator",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "exit 0"
1111
},

packages/config-resolver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/config-resolver",
33
"version": "3.33.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "jest"
1111
},

packages/core-packages-documentation-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/core-packages-documentation-generator",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "exit 0"
1111
},

packages/credential-provider-cognito-identity/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/credential-provider-cognito-identity",
33
"version": "3.33.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "jest"
1111
},

packages/credential-provider-env/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/es/index.js",
77
"scripts": {
8+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
89
"build:cjs": "tsc -p tsconfig.cjs.json",
910
"build:es": "tsc -p tsconfig.es.json",
1011
"build:types": "tsc -p tsconfig.types.json",
11-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
1212
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1313
"test": "jest"
1414
},

packages/credential-provider-imds/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/es/index.js",
77
"scripts": {
8+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
89
"build:cjs": "tsc -p tsconfig.cjs.json",
910
"build:es": "tsc -p tsconfig.es.json",
1011
"build:types": "tsc -p tsconfig.types.json",
11-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
1212
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1313
"test": "jest"
1414
},

packages/credential-provider-ini/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/es/index.js",
77
"scripts": {
8+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
89
"build:cjs": "tsc -p tsconfig.cjs.json",
910
"build:es": "tsc -p tsconfig.es.json",
1011
"build:types": "tsc -p tsconfig.types.json",
11-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
1212
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1313
"test": "jest"
1414
},

packages/credential-provider-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"main": "./dist/cjs/index.js",
99
"module": "./dist/es/index.js",
1010
"scripts": {
11+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
1112
"build:cjs": "tsc -p tsconfig.cjs.json",
1213
"build:es": "tsc -p tsconfig.es.json",
1314
"build:types": "tsc -p tsconfig.types.json",
14-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
1515
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1616
"test": "jest"
1717
},

packages/credential-provider-process/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/es/index.js",
77
"scripts": {
8+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
89
"build:cjs": "tsc -p tsconfig.cjs.json",
910
"build:es": "tsc -p tsconfig.es.json",
1011
"build:types": "tsc -p tsconfig.types.json",
11-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
1212
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1313
"test": "jest"
1414
},

packages/credential-provider-sso/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/es/index.js",
77
"scripts": {
8+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
89
"build:cjs": "tsc -p tsconfig.cjs.json",
910
"build:es": "tsc -p tsconfig.es.json",
1011
"build:types": "tsc -p tsconfig.types.json",
11-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
1212
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1313
"test": "jest"
1414
},

packages/credential-provider-web-identity/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/es/index.js",
77
"scripts": {
8+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
89
"build:cjs": "tsc -p tsconfig.cjs.json",
910
"build:es": "tsc -p tsconfig.es.json",
1011
"build:types": "tsc -p tsconfig.types.json",
11-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
1212
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1313
"test": "jest"
1414
},

packages/credential-providers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
},
2121
"sideEffects": false,
2222
"scripts": {
23+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
2324
"build:cjs": "tsc -p tsconfig.cjs.json",
2425
"build:es": "tsc -p tsconfig.es.json",
2526
"build:types": "tsc -p tsconfig.types.json",
26-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
2727
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
2828
"test": "jest"
2929
},

packages/endpoint-cache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/endpoint-cache",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "jest --passWithNoTests"
1111
},

packages/eventstream-handler-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/eventstream-handler-node",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "jest"
1111
},

packages/eventstream-marshaller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/eventstream-marshaller",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "jest --coverage"
1111
},

packages/eventstream-serde-browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/eventstream-serde-browser",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "jest"
1111
},

packages/eventstream-serde-config-resolver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/eventstream-serde-config-resolver",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "jest"
1111
},

packages/eventstream-serde-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/eventstream-serde-node",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "jest"
1111
},

packages/eventstream-serde-universal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/eventstream-serde-universal",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "jest"
1111
},

packages/fetch-http-handler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "3.32.0",
44
"description": "Provides a way to make requests",
55
"scripts": {
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
67
"build:cjs": "tsc -p tsconfig.cjs.json",
78
"build:es": "tsc -p tsconfig.es.json",
89
"build:types": "tsc -p tsconfig.types.json",
9-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
1010
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1111
"test": "jest --coverage && karma start karma.conf.js"
1212
},

packages/hash-blob-browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/hash-blob-browser",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "karma start karma.conf.js"
1111
},

packages/hash-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/hash-node",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "jest"
1111
},

packages/hash-stream-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/hash-stream-node",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "jest"
1111
},

packages/invalid-dependency/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/invalid-dependency",
33
"version": "3.32.0",
44
"scripts": {
5+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
56
"build:cjs": "tsc -p tsconfig.cjs.json",
67
"build:es": "tsc -p tsconfig.es.json",
78
"build:types": "tsc -p tsconfig.types.json",
8-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
99
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1010
"test": "jest"
1111
},

packages/is-array-buffer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "3.32.0",
44
"description": "Provides a function for detecting if an argument is an ArrayBuffer",
55
"scripts": {
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
67
"build:cjs": "tsc -p tsconfig.cjs.json",
78
"build:es": "tsc -p tsconfig.es.json",
89
"build:types": "tsc -p tsconfig.types.json",
9-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
1010
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1111
"test": "jest"
1212
},

0 commit comments

Comments
 (0)