Skip to content

Commit 22512ae

Browse files
trivikrsrchase
authored andcommitted
chore(packages): sort npm scripts (#2823)
1 parent 6067ba3 commit 22512ae

File tree

36 files changed

+36
-36
lines changed

36 files changed

+36
-36
lines changed

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/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/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/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/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
},

packages/md5-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/md5-js",
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/middleware-apply-body-checksum/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/middleware-apply-body-checksum",
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/middleware-content-length/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/middleware-content-length",
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/middleware-retry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/middleware-retry",
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/middleware-serde/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/middleware-serde",
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/middleware-stack/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 means for composing multiple middleware functions into a single handler",
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
},

packages/node-config-provider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "3.32.0",
44
"description": "Load config default values from ini config files and environmental variable",
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 --passWithNoTests"
1212
},

packages/node-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"
1212
},

packages/property-provider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/property-provider",
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/querystring-builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/querystring-builder",
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/querystring-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/querystring-parser",
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/service-error-classification/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/service-error-classification",
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/shared-ini-file-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"typescript": "~4.3.5"
1212
},
1313
"scripts": {
14+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
1415
"build:cjs": "tsc -p tsconfig.cjs.json",
1516
"build:es": "tsc -p tsconfig.es.json",
1617
"build:types": "tsc -p tsconfig.types.json",
17-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
1818
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
1919
"test": "jest"
2020
},

packages/signature-v4/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
"pretest": "yarn build",
1515
"test": "jest --coverage"

packages/smithy-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/smithy-client",
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/url-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@aws-sdk/url-parser",
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/util-body-length-browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"description": "Determines the length of a request body in browsers",
44
"version": "3.32.0",
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
},

packages/util-body-length-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"description": "Determines the length of a request body in node.js",
44
"version": "3.32.0",
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)