diff --git a/clients/client-accessanalyzer/package.json b/clients/client-accessanalyzer/package.json index 6e4739fddbd9c..2fa42a668ac43 100644 --- a/clients/client-accessanalyzer/package.json +++ b/clients/client-accessanalyzer/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Accessanalyzer Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-acm-pca/package.json b/clients/client-acm-pca/package.json index 2578471835083..9269f0ce0632f 100644 --- a/clients/client-acm-pca/package.json +++ b/clients/client-acm-pca/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-acm/package.json b/clients/client-acm/package.json index bea6fb32456f0..bea70cb37fccd 100644 --- a/clients/client-acm/package.json +++ b/clients/client-acm/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-alexa-for-business/package.json b/clients/client-alexa-for-business/package.json index f997bd7a6c135..7b56a9ba5d593 100644 --- a/clients/client-alexa-for-business/package.json +++ b/clients/client-alexa-for-business/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Alexa For Business Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-amp/package.json b/clients/client-amp/package.json index e879288c38d20..6ec0988e69863 100644 --- a/clients/client-amp/package.json +++ b/clients/client-amp/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Amp Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-amplify/package.json b/clients/client-amplify/package.json index a715de10a3cc7..53290876060d8 100644 --- a/clients/client-amplify/package.json +++ b/clients/client-amplify/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Amplify Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-amplifybackend/package.json b/clients/client-amplifybackend/package.json index 76537aa01180c..dec27d811c199 100644 --- a/clients/client-amplifybackend/package.json +++ b/clients/client-amplifybackend/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Amplifybackend Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-api-gateway/package.json b/clients/client-api-gateway/package.json index c55375eaf1bda..9389e664620a6 100644 --- a/clients/client-api-gateway/package.json +++ b/clients/client-api-gateway/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Api Gateway Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-apigatewaymanagementapi/package.json b/clients/client-apigatewaymanagementapi/package.json index 1152252880e9d..2b2b57434d136 100644 --- a/clients/client-apigatewaymanagementapi/package.json +++ b/clients/client-apigatewaymanagementapi/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Apigatewaymanagementapi Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-apigatewayv2/package.json b/clients/client-apigatewayv2/package.json index d111136eb38d1..f931b96ed8b52 100644 --- a/clients/client-apigatewayv2/package.json +++ b/clients/client-apigatewayv2/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Apigatewayv2 Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-app-mesh/package.json b/clients/client-app-mesh/package.json index d97032938ede2..f987371b3b5ea 100644 --- a/clients/client-app-mesh/package.json +++ b/clients/client-app-mesh/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript App Mesh Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-appconfig/package.json b/clients/client-appconfig/package.json index b68c4724a3668..b838326368115 100644 --- a/clients/client-appconfig/package.json +++ b/clients/client-appconfig/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Appconfig Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-appflow/package.json b/clients/client-appflow/package.json index a052757664919..3301fa8b7919b 100644 --- a/clients/client-appflow/package.json +++ b/clients/client-appflow/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Appflow Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-appintegrations/package.json b/clients/client-appintegrations/package.json index 4b16e47b48023..e8c92bdc2f226 100644 --- a/clients/client-appintegrations/package.json +++ b/clients/client-appintegrations/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Appintegrations Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-application-auto-scaling/package.json b/clients/client-application-auto-scaling/package.json index 6d265ce89e23e..28bd29e96c0ba 100644 --- a/clients/client-application-auto-scaling/package.json +++ b/clients/client-application-auto-scaling/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Application Auto Scaling Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-application-discovery-service/package.json b/clients/client-application-discovery-service/package.json index 46690c1e450ea..5c23865f6fc22 100644 --- a/clients/client-application-discovery-service/package.json +++ b/clients/client-application-discovery-service/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Application Discovery Service Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-application-insights/package.json b/clients/client-application-insights/package.json index ac1000d885c28..9e373e5fda8ae 100644 --- a/clients/client-application-insights/package.json +++ b/clients/client-application-insights/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Application Insights Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-applicationcostprofiler/package.json b/clients/client-applicationcostprofiler/package.json index 55d645bb61cb4..66e0fe585ce76 100644 --- a/clients/client-applicationcostprofiler/package.json +++ b/clients/client-applicationcostprofiler/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Applicationcostprofiler Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-apprunner/package.json b/clients/client-apprunner/package.json index ab0f0809fdc57..4d93df4c29ded 100644 --- a/clients/client-apprunner/package.json +++ b/clients/client-apprunner/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Apprunner Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-appstream/package.json b/clients/client-appstream/package.json index 6c82dcfecf05f..defc323bccd53 100644 --- a/clients/client-appstream/package.json +++ b/clients/client-appstream/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Appstream Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-appsync/package.json b/clients/client-appsync/package.json index 244c7de920c44..c2cd00cf6113f 100644 --- a/clients/client-appsync/package.json +++ b/clients/client-appsync/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Appsync Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-athena/package.json b/clients/client-athena/package.json index fc4ac8b7fcef1..acf2313e6cbf9 100644 --- a/clients/client-athena/package.json +++ b/clients/client-athena/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Athena Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-auditmanager/package.json b/clients/client-auditmanager/package.json index da7d6d0c29cd5..e7d7205a9a9a5 100644 --- a/clients/client-auditmanager/package.json +++ b/clients/client-auditmanager/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Auditmanager Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-auto-scaling-plans/package.json b/clients/client-auto-scaling-plans/package.json index e0f38dda4e24d..3dbea98fe9dc7 100644 --- a/clients/client-auto-scaling-plans/package.json +++ b/clients/client-auto-scaling-plans/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Auto Scaling Plans Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-auto-scaling/package.json b/clients/client-auto-scaling/package.json index af8b1578d20b2..70f49ffedd18d 100644 --- a/clients/client-auto-scaling/package.json +++ b/clients/client-auto-scaling/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Auto Scaling Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-backup/package.json b/clients/client-backup/package.json index 3aa4205506e95..4e3396b4e7b97 100644 --- a/clients/client-backup/package.json +++ b/clients/client-backup/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Backup Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-batch/package.json b/clients/client-batch/package.json index 93b016644d70d..8da9a5a70151c 100644 --- a/clients/client-batch/package.json +++ b/clients/client-batch/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-braket/package.json b/clients/client-braket/package.json index b438d00dffee1..2e7886355cf3e 100644 --- a/clients/client-braket/package.json +++ b/clients/client-braket/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Braket Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-budgets/package.json b/clients/client-budgets/package.json index 799f11e66c385..bbf5054107fff 100644 --- a/clients/client-budgets/package.json +++ b/clients/client-budgets/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Budgets Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-chime-sdk-identity/package.json b/clients/client-chime-sdk-identity/package.json index 9707da596a15c..6cf81311328ce 100644 --- a/clients/client-chime-sdk-identity/package.json +++ b/clients/client-chime-sdk-identity/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Chime Sdk Identity Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:types": "tsc -p tsconfig.types.json" + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", + "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-chime-sdk-messaging/package.json b/clients/client-chime-sdk-messaging/package.json index edc280a27c942..4d8c9814b2667 100644 --- a/clients/client-chime-sdk-messaging/package.json +++ b/clients/client-chime-sdk-messaging/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Chime Sdk Messaging Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:types": "tsc -p tsconfig.types.json" + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", + "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-chime/package.json b/clients/client-chime/package.json index dd9241c931549..8e0a9de5e9f78 100644 --- a/clients/client-chime/package.json +++ b/clients/client-chime/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Chime Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-cloud9/package.json b/clients/client-cloud9/package.json index 90c0f3a68a5d0..610c1e48b5b6b 100644 --- a/clients/client-cloud9/package.json +++ b/clients/client-cloud9/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Cloud9 Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-clouddirectory/package.json b/clients/client-clouddirectory/package.json index f674079f36192..c4152e99b9b3b 100644 --- a/clients/client-clouddirectory/package.json +++ b/clients/client-clouddirectory/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Clouddirectory Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-cloudformation/package.json b/clients/client-cloudformation/package.json index ffe46f300897c..1fed9aa14928f 100644 --- a/clients/client-cloudformation/package.json +++ b/clients/client-cloudformation/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-cloudfront/package.json b/clients/client-cloudfront/package.json index 55375fd4f9277..1e7b5b5ab5ae3 100644 --- a/clients/client-cloudfront/package.json +++ b/clients/client-cloudfront/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Cloudfront Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-cloudhsm-v2/package.json b/clients/client-cloudhsm-v2/package.json index 80b838783e27f..aed1fdba44736 100644 --- a/clients/client-cloudhsm-v2/package.json +++ b/clients/client-cloudhsm-v2/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Cloudhsm V2 Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-cloudhsm/package.json b/clients/client-cloudhsm/package.json index 84f07140f1792..6b31507543afb 100644 --- a/clients/client-cloudhsm/package.json +++ b/clients/client-cloudhsm/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Cloudhsm Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-cloudsearch-domain/package.json b/clients/client-cloudsearch-domain/package.json index f8e656b1fcbe1..e0d67a5cc8904 100644 --- a/clients/client-cloudsearch-domain/package.json +++ b/clients/client-cloudsearch-domain/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Cloudsearch Domain Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-cloudsearch/package.json b/clients/client-cloudsearch/package.json index dbcc9ce98405a..42b306a39c327 100644 --- a/clients/client-cloudsearch/package.json +++ b/clients/client-cloudsearch/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Cloudsearch Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-cloudtrail/package.json b/clients/client-cloudtrail/package.json index 3c7c5180c6299..e8fa4513afa0f 100644 --- a/clients/client-cloudtrail/package.json +++ b/clients/client-cloudtrail/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Cloudtrail Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-cloudwatch-events/package.json b/clients/client-cloudwatch-events/package.json index 67ff2408c6a98..f75a27cd4e2fa 100644 --- a/clients/client-cloudwatch-events/package.json +++ b/clients/client-cloudwatch-events/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Cloudwatch Events Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-cloudwatch-logs/package.json b/clients/client-cloudwatch-logs/package.json index c5977220cf7e4..f9179b70ce5ce 100644 --- a/clients/client-cloudwatch-logs/package.json +++ b/clients/client-cloudwatch-logs/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-cloudwatch/package.json b/clients/client-cloudwatch/package.json index 5f11aa691ce28..077f20d16f773 100644 --- a/clients/client-cloudwatch/package.json +++ b/clients/client-cloudwatch/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Cloudwatch Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-codeartifact/package.json b/clients/client-codeartifact/package.json index 84459cac46144..3802f25a676f8 100644 --- a/clients/client-codeartifact/package.json +++ b/clients/client-codeartifact/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Codeartifact Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-codebuild/package.json b/clients/client-codebuild/package.json index 98256d31af971..2c794d55e801d 100644 --- a/clients/client-codebuild/package.json +++ b/clients/client-codebuild/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-codecommit/package.json b/clients/client-codecommit/package.json index 92c1405d942ea..4b9474e621202 100644 --- a/clients/client-codecommit/package.json +++ b/clients/client-codecommit/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Codecommit Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-codedeploy/package.json b/clients/client-codedeploy/package.json index 169920935c028..6ec4640c88f54 100644 --- a/clients/client-codedeploy/package.json +++ b/clients/client-codedeploy/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-codeguru-reviewer/package.json b/clients/client-codeguru-reviewer/package.json index ad557fd9264c1..821c0a587c8e4 100644 --- a/clients/client-codeguru-reviewer/package.json +++ b/clients/client-codeguru-reviewer/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Codeguru Reviewer Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-codeguruprofiler/package.json b/clients/client-codeguruprofiler/package.json index 4bac1d02f7685..a0f426e5ffbda 100644 --- a/clients/client-codeguruprofiler/package.json +++ b/clients/client-codeguruprofiler/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Codeguruprofiler Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-codepipeline/package.json b/clients/client-codepipeline/package.json index 6169df88ae852..f282f64b7a8b6 100644 --- a/clients/client-codepipeline/package.json +++ b/clients/client-codepipeline/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Codepipeline Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-codestar-connections/package.json b/clients/client-codestar-connections/package.json index 245d961bbc932..8b5486731e183 100644 --- a/clients/client-codestar-connections/package.json +++ b/clients/client-codestar-connections/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Codestar Connections Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-codestar-notifications/package.json b/clients/client-codestar-notifications/package.json index 7b3aaff4bd678..18ce9d0cdab30 100644 --- a/clients/client-codestar-notifications/package.json +++ b/clients/client-codestar-notifications/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Codestar Notifications Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-codestar/package.json b/clients/client-codestar/package.json index 836e6cb4b7080..4421a4be19c89 100644 --- a/clients/client-codestar/package.json +++ b/clients/client-codestar/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Codestar Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-cognito-identity-provider/package.json b/clients/client-cognito-identity-provider/package.json index a7222cb44b284..15385a4876333 100644 --- a/clients/client-cognito-identity-provider/package.json +++ b/clients/client-cognito-identity-provider/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-cognito-identity/package.json b/clients/client-cognito-identity/package.json index bd130abbcbbfe..1f08d97a44b79 100644 --- a/clients/client-cognito-identity/package.json +++ b/clients/client-cognito-identity/package.json @@ -3,19 +3,18 @@ "description": "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test:unit": "mocha **/cjs/**/*.spec.js", - "test:e2e": "mocha **/cjs/**/*.ispec.js && karma start karma.conf.js", - "test": "yarn test:unit", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "yarn test:unit", + "test:e2e": "mocha **/cjs/**/*.ispec.js && karma start karma.conf.js", + "test:unit": "mocha **/cjs/**/*.spec.js" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-cognito-sync/package.json b/clients/client-cognito-sync/package.json index 01cc21a95ddea..51eed907aed1f 100644 --- a/clients/client-cognito-sync/package.json +++ b/clients/client-cognito-sync/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Cognito Sync Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-comprehend/package.json b/clients/client-comprehend/package.json index 717b3486ab741..5468e29ab58ad 100644 --- a/clients/client-comprehend/package.json +++ b/clients/client-comprehend/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Comprehend Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-comprehendmedical/package.json b/clients/client-comprehendmedical/package.json index 993e12f0cb0d4..fb8a340108e72 100644 --- a/clients/client-comprehendmedical/package.json +++ b/clients/client-comprehendmedical/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Comprehendmedical Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-compute-optimizer/package.json b/clients/client-compute-optimizer/package.json index db8e64ad4244d..19f353d4f7d7b 100644 --- a/clients/client-compute-optimizer/package.json +++ b/clients/client-compute-optimizer/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Compute Optimizer Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-config-service/package.json b/clients/client-config-service/package.json index 9172f92d760e4..f1c2087c280c0 100644 --- a/clients/client-config-service/package.json +++ b/clients/client-config-service/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Config Service Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-connect-contact-lens/package.json b/clients/client-connect-contact-lens/package.json index 3dd9e4cca5993..075e58f98ca45 100644 --- a/clients/client-connect-contact-lens/package.json +++ b/clients/client-connect-contact-lens/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Connect Contact Lens Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-connect/package.json b/clients/client-connect/package.json index 6f1687200b6d3..5770d6ddeb2af 100644 --- a/clients/client-connect/package.json +++ b/clients/client-connect/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-connectparticipant/package.json b/clients/client-connectparticipant/package.json index 3a5bd2223ea65..723d9d2142928 100644 --- a/clients/client-connectparticipant/package.json +++ b/clients/client-connectparticipant/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Connectparticipant Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-cost-and-usage-report-service/package.json b/clients/client-cost-and-usage-report-service/package.json index 1e9195581c5e6..7ea017bf66728 100644 --- a/clients/client-cost-and-usage-report-service/package.json +++ b/clients/client-cost-and-usage-report-service/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Cost And Usage Report Service Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-cost-explorer/package.json b/clients/client-cost-explorer/package.json index b64899fb4a7fe..adca24108793d 100644 --- a/clients/client-cost-explorer/package.json +++ b/clients/client-cost-explorer/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Cost Explorer Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-customer-profiles/package.json b/clients/client-customer-profiles/package.json index c7090c482a614..5894b19c62287 100644 --- a/clients/client-customer-profiles/package.json +++ b/clients/client-customer-profiles/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Customer Profiles Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-data-pipeline/package.json b/clients/client-data-pipeline/package.json index 4d96daea03f74..7129af959fb9e 100644 --- a/clients/client-data-pipeline/package.json +++ b/clients/client-data-pipeline/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Data Pipeline Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-database-migration-service/package.json b/clients/client-database-migration-service/package.json index ef073f0ff08d0..6a648c7fdb387 100644 --- a/clients/client-database-migration-service/package.json +++ b/clients/client-database-migration-service/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-databrew/package.json b/clients/client-databrew/package.json index cea7b57aee56b..77e9913afa661 100644 --- a/clients/client-databrew/package.json +++ b/clients/client-databrew/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Databrew Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-dataexchange/package.json b/clients/client-dataexchange/package.json index 6d3c45e39607b..a8f24bbfd1fd8 100644 --- a/clients/client-dataexchange/package.json +++ b/clients/client-dataexchange/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Dataexchange Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-datasync/package.json b/clients/client-datasync/package.json index 341c0ee47772b..dbe69729de443 100644 --- a/clients/client-datasync/package.json +++ b/clients/client-datasync/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-dax/package.json b/clients/client-dax/package.json index a706909e2e4cb..374b67ae3a14a 100644 --- a/clients/client-dax/package.json +++ b/clients/client-dax/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Dax Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-detective/package.json b/clients/client-detective/package.json index d31f97d769618..61877caafe91b 100644 --- a/clients/client-detective/package.json +++ b/clients/client-detective/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Detective Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-device-farm/package.json b/clients/client-device-farm/package.json index fa6f0548183ba..5b00c046aa07d 100644 --- a/clients/client-device-farm/package.json +++ b/clients/client-device-farm/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Device Farm Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-devops-guru/package.json b/clients/client-devops-guru/package.json index 57eeb250d23f1..91f10e0e4c0ca 100644 --- a/clients/client-devops-guru/package.json +++ b/clients/client-devops-guru/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Devops Guru Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-direct-connect/package.json b/clients/client-direct-connect/package.json index 228705d2572a6..b0e67bece76fb 100644 --- a/clients/client-direct-connect/package.json +++ b/clients/client-direct-connect/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Direct Connect Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-directory-service/package.json b/clients/client-directory-service/package.json index 0fdae5e0a1f34..9f0da52728522 100644 --- a/clients/client-directory-service/package.json +++ b/clients/client-directory-service/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Directory Service Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-dlm/package.json b/clients/client-dlm/package.json index e5ffbdd8d9171..1c1733bb93618 100644 --- a/clients/client-dlm/package.json +++ b/clients/client-dlm/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Dlm Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-docdb/package.json b/clients/client-docdb/package.json index 90190c85bf8c6..a7fdbf4adfced 100644 --- a/clients/client-docdb/package.json +++ b/clients/client-docdb/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Docdb Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-dynamodb-streams/package.json b/clients/client-dynamodb-streams/package.json index ff3e5279b62f1..f7b82592b2bc1 100644 --- a/clients/client-dynamodb-streams/package.json +++ b/clients/client-dynamodb-streams/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Dynamodb Streams Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-dynamodb/package.json b/clients/client-dynamodb/package.json index ae2471e7c0e55..473f928e837ff 100644 --- a/clients/client-dynamodb/package.json +++ b/clients/client-dynamodb/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-ebs/package.json b/clients/client-ebs/package.json index 873a11b083e14..cea8b83bdecbe 100644 --- a/clients/client-ebs/package.json +++ b/clients/client-ebs/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Ebs Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-ec2-instance-connect/package.json b/clients/client-ec2-instance-connect/package.json index 445d6a49c6a14..4bdad9c7630bb 100644 --- a/clients/client-ec2-instance-connect/package.json +++ b/clients/client-ec2-instance-connect/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Ec2 Instance Connect Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-ec2/package.json b/clients/client-ec2/package.json index 23478e7b86d59..d7e901adb669c 100644 --- a/clients/client-ec2/package.json +++ b/clients/client-ec2/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-ecr-public/package.json b/clients/client-ecr-public/package.json index b1fc433c9991a..ed19aaa885531 100644 --- a/clients/client-ecr-public/package.json +++ b/clients/client-ecr-public/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Ecr Public Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-ecr/package.json b/clients/client-ecr/package.json index dba0b677c1b90..1ba21aa9e5808 100644 --- a/clients/client-ecr/package.json +++ b/clients/client-ecr/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Ecr Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-ecs/package.json b/clients/client-ecs/package.json index aeab221f81ec3..0bc5c15532ea2 100644 --- a/clients/client-ecs/package.json +++ b/clients/client-ecs/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-efs/package.json b/clients/client-efs/package.json index 86b5582d7356e..9c00f50110864 100644 --- a/clients/client-efs/package.json +++ b/clients/client-efs/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Efs Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-eks/package.json b/clients/client-eks/package.json index f06281f871bef..8c391580fea2d 100644 --- a/clients/client-eks/package.json +++ b/clients/client-eks/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-elastic-beanstalk/package.json b/clients/client-elastic-beanstalk/package.json index a5297da5334e6..bb2023207027e 100644 --- a/clients/client-elastic-beanstalk/package.json +++ b/clients/client-elastic-beanstalk/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Elastic Beanstalk Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-elastic-inference/package.json b/clients/client-elastic-inference/package.json index 50cfd6b239ba9..79f93d613074b 100644 --- a/clients/client-elastic-inference/package.json +++ b/clients/client-elastic-inference/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Elastic Inference Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-elastic-load-balancing-v2/package.json b/clients/client-elastic-load-balancing-v2/package.json index 5c631b1b4e1c5..f5285cad6396c 100644 --- a/clients/client-elastic-load-balancing-v2/package.json +++ b/clients/client-elastic-load-balancing-v2/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-elastic-load-balancing/package.json b/clients/client-elastic-load-balancing/package.json index 26cf1e7232534..564f0a3b79050 100644 --- a/clients/client-elastic-load-balancing/package.json +++ b/clients/client-elastic-load-balancing/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Elastic Load Balancing Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-elastic-transcoder/package.json b/clients/client-elastic-transcoder/package.json index 1c25e0da58a97..3415d37a406cb 100644 --- a/clients/client-elastic-transcoder/package.json +++ b/clients/client-elastic-transcoder/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Elastic Transcoder Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-elasticache/package.json b/clients/client-elasticache/package.json index 5525b78a52953..435731bbc2058 100644 --- a/clients/client-elasticache/package.json +++ b/clients/client-elasticache/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Elasticache Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-elasticsearch-service/package.json b/clients/client-elasticsearch-service/package.json index 40a7e0a25b3ec..7249be3b8fccc 100644 --- a/clients/client-elasticsearch-service/package.json +++ b/clients/client-elasticsearch-service/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Elasticsearch Service Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-emr-containers/package.json b/clients/client-emr-containers/package.json index 14861a265143c..ebad133bb5ece 100644 --- a/clients/client-emr-containers/package.json +++ b/clients/client-emr-containers/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Emr Containers Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-emr/package.json b/clients/client-emr/package.json index 485d7c7e2bc6c..0fe15542339ca 100644 --- a/clients/client-emr/package.json +++ b/clients/client-emr/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-eventbridge/package.json b/clients/client-eventbridge/package.json index e16d1da0a24b0..f65104a12daef 100644 --- a/clients/client-eventbridge/package.json +++ b/clients/client-eventbridge/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Eventbridge Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-finspace-data/package.json b/clients/client-finspace-data/package.json index 6d6a8e69bd6e0..9f3e565999b2e 100644 --- a/clients/client-finspace-data/package.json +++ b/clients/client-finspace-data/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Finspace Data Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-finspace/package.json b/clients/client-finspace/package.json index 558a8e068eabb..9b0f8dc6dbe84 100644 --- a/clients/client-finspace/package.json +++ b/clients/client-finspace/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Finspace Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-firehose/package.json b/clients/client-firehose/package.json index be562e53761db..ff9583c867c4d 100644 --- a/clients/client-firehose/package.json +++ b/clients/client-firehose/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Firehose Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-fis/package.json b/clients/client-fis/package.json index 2984b75732af6..fde4017368099 100644 --- a/clients/client-fis/package.json +++ b/clients/client-fis/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Fis Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-fms/package.json b/clients/client-fms/package.json index 9e8c22861ea32..f5ea279184e8c 100644 --- a/clients/client-fms/package.json +++ b/clients/client-fms/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Fms Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-forecast/package.json b/clients/client-forecast/package.json index 5382bed39ec75..7164eaa4cb48c 100644 --- a/clients/client-forecast/package.json +++ b/clients/client-forecast/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Forecast Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-forecastquery/package.json b/clients/client-forecastquery/package.json index d0635f7586f1d..197e242f68538 100644 --- a/clients/client-forecastquery/package.json +++ b/clients/client-forecastquery/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Forecastquery Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-frauddetector/package.json b/clients/client-frauddetector/package.json index afbb820d49d06..16a25a08796b2 100644 --- a/clients/client-frauddetector/package.json +++ b/clients/client-frauddetector/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Frauddetector Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-fsx/package.json b/clients/client-fsx/package.json index 83f1cb04c8756..c78ef16342e2d 100644 --- a/clients/client-fsx/package.json +++ b/clients/client-fsx/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Fsx Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-gamelift/package.json b/clients/client-gamelift/package.json index 8baf6cd30a140..61db3073b7a18 100644 --- a/clients/client-gamelift/package.json +++ b/clients/client-gamelift/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Gamelift Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-glacier/package.json b/clients/client-glacier/package.json index a6704b7c5f229..237b6163de3cd 100644 --- a/clients/client-glacier/package.json +++ b/clients/client-glacier/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Glacier Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-global-accelerator/package.json b/clients/client-global-accelerator/package.json index 6863c8142037c..4cd076b936ca5 100644 --- a/clients/client-global-accelerator/package.json +++ b/clients/client-global-accelerator/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Global Accelerator Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-glue/package.json b/clients/client-glue/package.json index b613205ba24be..e195ff6e93860 100644 --- a/clients/client-glue/package.json +++ b/clients/client-glue/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-greengrass/package.json b/clients/client-greengrass/package.json index 77e815e89ccdd..6a58f5f22eddf 100644 --- a/clients/client-greengrass/package.json +++ b/clients/client-greengrass/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Greengrass Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-greengrassv2/package.json b/clients/client-greengrassv2/package.json index 7603a9ddad5a5..c3de0c7254892 100644 --- a/clients/client-greengrassv2/package.json +++ b/clients/client-greengrassv2/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Greengrassv2 Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-groundstation/package.json b/clients/client-groundstation/package.json index e02b39256488e..5f7c54d99dadb 100644 --- a/clients/client-groundstation/package.json +++ b/clients/client-groundstation/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Groundstation Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-guardduty/package.json b/clients/client-guardduty/package.json index 27a9a91d2513b..ffb52503a6d51 100644 --- a/clients/client-guardduty/package.json +++ b/clients/client-guardduty/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-health/package.json b/clients/client-health/package.json index e4ace1efe3575..fca5d822bb03b 100644 --- a/clients/client-health/package.json +++ b/clients/client-health/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Health Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-healthlake/package.json b/clients/client-healthlake/package.json index 0abb9c0641444..3226b7bdb7dd1 100644 --- a/clients/client-healthlake/package.json +++ b/clients/client-healthlake/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Healthlake Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-honeycode/package.json b/clients/client-honeycode/package.json index d845849ed44d6..865acf761cd20 100644 --- a/clients/client-honeycode/package.json +++ b/clients/client-honeycode/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Honeycode Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-iam/package.json b/clients/client-iam/package.json index 298104d9bdf3b..a69b11bc0774a 100644 --- a/clients/client-iam/package.json +++ b/clients/client-iam/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-identitystore/package.json b/clients/client-identitystore/package.json index 87e6f7c4490de..53169b9832fd9 100644 --- a/clients/client-identitystore/package.json +++ b/clients/client-identitystore/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Identitystore Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-imagebuilder/package.json b/clients/client-imagebuilder/package.json index 321aa6743e878..d3b48daf602b2 100644 --- a/clients/client-imagebuilder/package.json +++ b/clients/client-imagebuilder/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Imagebuilder Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-inspector/package.json b/clients/client-inspector/package.json index df8a38ddcdb97..7a73ee473fe1c 100644 --- a/clients/client-inspector/package.json +++ b/clients/client-inspector/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Inspector Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-iot-1click-devices-service/package.json b/clients/client-iot-1click-devices-service/package.json index e883081b4908a..682a73af6c64f 100644 --- a/clients/client-iot-1click-devices-service/package.json +++ b/clients/client-iot-1click-devices-service/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Iot 1click Devices Service Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-iot-1click-projects/package.json b/clients/client-iot-1click-projects/package.json index 4747639457d34..bbbd682f092b9 100644 --- a/clients/client-iot-1click-projects/package.json +++ b/clients/client-iot-1click-projects/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Iot 1click Projects Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-iot-data-plane/package.json b/clients/client-iot-data-plane/package.json index f76a7daac4387..14c25c8654258 100644 --- a/clients/client-iot-data-plane/package.json +++ b/clients/client-iot-data-plane/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Iot Data Plane Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-iot-events-data/package.json b/clients/client-iot-events-data/package.json index da3f1ce0a75c2..f54c4ab5458ac 100644 --- a/clients/client-iot-events-data/package.json +++ b/clients/client-iot-events-data/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Iot Events Data Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-iot-events/package.json b/clients/client-iot-events/package.json index 02966a6ff8645..8f22002874836 100644 --- a/clients/client-iot-events/package.json +++ b/clients/client-iot-events/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Iot Events Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-iot-jobs-data-plane/package.json b/clients/client-iot-jobs-data-plane/package.json index 163531aa4f124..d79e713ba7070 100644 --- a/clients/client-iot-jobs-data-plane/package.json +++ b/clients/client-iot-jobs-data-plane/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Iot Jobs Data Plane Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-iot-wireless/package.json b/clients/client-iot-wireless/package.json index 84d4b793b587b..dbdeedfb41707 100644 --- a/clients/client-iot-wireless/package.json +++ b/clients/client-iot-wireless/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Iot Wireless Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-iot/package.json b/clients/client-iot/package.json index 627a584363266..a3edc9b6fc2c1 100644 --- a/clients/client-iot/package.json +++ b/clients/client-iot/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-iotanalytics/package.json b/clients/client-iotanalytics/package.json index 85651e8b649fb..c7f9968ba26c9 100644 --- a/clients/client-iotanalytics/package.json +++ b/clients/client-iotanalytics/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Iotanalytics Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-iotdeviceadvisor/package.json b/clients/client-iotdeviceadvisor/package.json index ca31a30c0ef5f..1288696ece394 100644 --- a/clients/client-iotdeviceadvisor/package.json +++ b/clients/client-iotdeviceadvisor/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Iotdeviceadvisor Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-iotfleethub/package.json b/clients/client-iotfleethub/package.json index f4c05405362be..2409705a83167 100644 --- a/clients/client-iotfleethub/package.json +++ b/clients/client-iotfleethub/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Iotfleethub Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-iotsecuretunneling/package.json b/clients/client-iotsecuretunneling/package.json index 73b250484d5c6..145e166ab3a5a 100644 --- a/clients/client-iotsecuretunneling/package.json +++ b/clients/client-iotsecuretunneling/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Iotsecuretunneling Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-iotsitewise/package.json b/clients/client-iotsitewise/package.json index b2cfc26200090..abf63259ca9ea 100644 --- a/clients/client-iotsitewise/package.json +++ b/clients/client-iotsitewise/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Iotsitewise Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-iotthingsgraph/package.json b/clients/client-iotthingsgraph/package.json index 9fa68a84990e1..cc4dfa926ce8a 100644 --- a/clients/client-iotthingsgraph/package.json +++ b/clients/client-iotthingsgraph/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Iotthingsgraph Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-ivs/package.json b/clients/client-ivs/package.json index 342d4a7da2b22..830798d3aa859 100644 --- a/clients/client-ivs/package.json +++ b/clients/client-ivs/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-kafka/package.json b/clients/client-kafka/package.json index 1ba48c2a9503e..ca4491ade7afe 100644 --- a/clients/client-kafka/package.json +++ b/clients/client-kafka/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Kafka Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-kafkaconnect/package.json b/clients/client-kafkaconnect/package.json index 8fa2cfd850ea8..a17fd7948f895 100644 --- a/clients/client-kafkaconnect/package.json +++ b/clients/client-kafkaconnect/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Kafkaconnect Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:types": "tsc -p tsconfig.types.json" + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", + "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-kendra/package.json b/clients/client-kendra/package.json index 8ae5dce9dcdef..23e35b83dfd3c 100644 --- a/clients/client-kendra/package.json +++ b/clients/client-kendra/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Kendra Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-kinesis-analytics-v2/package.json b/clients/client-kinesis-analytics-v2/package.json index dc762e851f992..02cdc97c568e2 100644 --- a/clients/client-kinesis-analytics-v2/package.json +++ b/clients/client-kinesis-analytics-v2/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Kinesis Analytics V2 Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-kinesis-analytics/package.json b/clients/client-kinesis-analytics/package.json index 24bf306873cdb..0620d01f53ca9 100644 --- a/clients/client-kinesis-analytics/package.json +++ b/clients/client-kinesis-analytics/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Kinesis Analytics Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-kinesis-video-archived-media/package.json b/clients/client-kinesis-video-archived-media/package.json index 62b578514fbbe..47c98193e92e0 100644 --- a/clients/client-kinesis-video-archived-media/package.json +++ b/clients/client-kinesis-video-archived-media/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Kinesis Video Archived Media Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-kinesis-video-media/package.json b/clients/client-kinesis-video-media/package.json index ce7d750b53ecb..3483d6f9aaf93 100644 --- a/clients/client-kinesis-video-media/package.json +++ b/clients/client-kinesis-video-media/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Kinesis Video Media Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-kinesis-video-signaling/package.json b/clients/client-kinesis-video-signaling/package.json index 9a707598b8790..05f938a951ebf 100644 --- a/clients/client-kinesis-video-signaling/package.json +++ b/clients/client-kinesis-video-signaling/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Kinesis Video Signaling Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-kinesis-video/package.json b/clients/client-kinesis-video/package.json index 77a67e085be9f..9930a414394d7 100644 --- a/clients/client-kinesis-video/package.json +++ b/clients/client-kinesis-video/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Kinesis Video Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-kinesis/package.json b/clients/client-kinesis/package.json index 9c10920e12ef2..7e68b1a50106b 100644 --- a/clients/client-kinesis/package.json +++ b/clients/client-kinesis/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Kinesis Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-kms/package.json b/clients/client-kms/package.json index 4e716f90cd6d9..1a6b20ac414ca 100644 --- a/clients/client-kms/package.json +++ b/clients/client-kms/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-lakeformation/package.json b/clients/client-lakeformation/package.json index 71a22b67aa703..088d89c850a10 100644 --- a/clients/client-lakeformation/package.json +++ b/clients/client-lakeformation/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Lakeformation Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-lambda/package.json b/clients/client-lambda/package.json index 0217fc70a2e70..ee25cbbeb92f2 100644 --- a/clients/client-lambda/package.json +++ b/clients/client-lambda/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-lex-model-building-service/package.json b/clients/client-lex-model-building-service/package.json index 32958ab952af9..c3b409c2f8d9c 100644 --- a/clients/client-lex-model-building-service/package.json +++ b/clients/client-lex-model-building-service/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Lex Model Building Service Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-lex-models-v2/package.json b/clients/client-lex-models-v2/package.json index 2eac6b3f31bdc..acd615ccd46b9 100644 --- a/clients/client-lex-models-v2/package.json +++ b/clients/client-lex-models-v2/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Lex Models V2 Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-lex-runtime-service/package.json b/clients/client-lex-runtime-service/package.json index 4d5860206dce2..7a78e993fdf05 100644 --- a/clients/client-lex-runtime-service/package.json +++ b/clients/client-lex-runtime-service/package.json @@ -3,18 +3,17 @@ "description": "AWS SDK for JavaScript Lex Runtime Service Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test:unit": "mocha **/cjs/**/*.spec.js", - "test": "yarn test:unit", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "yarn test:unit", + "test:unit": "mocha **/cjs/**/*.spec.js" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-lex-runtime-v2/package.json b/clients/client-lex-runtime-v2/package.json index 986b2d042b970..88f5c60f5b082 100644 --- a/clients/client-lex-runtime-v2/package.json +++ b/clients/client-lex-runtime-v2/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Lex Runtime V2 Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-license-manager/package.json b/clients/client-license-manager/package.json index 31e7f0ac1d715..789870ef4df27 100644 --- a/clients/client-license-manager/package.json +++ b/clients/client-license-manager/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript License Manager Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-lightsail/package.json b/clients/client-lightsail/package.json index 25f7fe59b70cd..8a6b26c48776e 100644 --- a/clients/client-lightsail/package.json +++ b/clients/client-lightsail/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Lightsail Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-location/package.json b/clients/client-location/package.json index 0f97501d57131..9e16dbc50bffe 100644 --- a/clients/client-location/package.json +++ b/clients/client-location/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Location Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-lookoutequipment/package.json b/clients/client-lookoutequipment/package.json index af5172da4f37a..d1c946df38a82 100644 --- a/clients/client-lookoutequipment/package.json +++ b/clients/client-lookoutequipment/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Lookoutequipment Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-lookoutmetrics/package.json b/clients/client-lookoutmetrics/package.json index 8db100e9acff4..defdd78573f38 100644 --- a/clients/client-lookoutmetrics/package.json +++ b/clients/client-lookoutmetrics/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Lookoutmetrics Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-lookoutvision/package.json b/clients/client-lookoutvision/package.json index 10d30e7183673..49e89bc072936 100644 --- a/clients/client-lookoutvision/package.json +++ b/clients/client-lookoutvision/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Lookoutvision Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-machine-learning/package.json b/clients/client-machine-learning/package.json index 88074e949aa66..5ba7ea9ba9b8b 100644 --- a/clients/client-machine-learning/package.json +++ b/clients/client-machine-learning/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Machine Learning Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-macie/package.json b/clients/client-macie/package.json index dea2ddcff4427..95d00f0244bc7 100644 --- a/clients/client-macie/package.json +++ b/clients/client-macie/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Macie Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-macie2/package.json b/clients/client-macie2/package.json index abdddd40305d2..7a6b1f7bc1974 100644 --- a/clients/client-macie2/package.json +++ b/clients/client-macie2/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Macie2 Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-managedblockchain/package.json b/clients/client-managedblockchain/package.json index 5649b2200ad9d..f30a325bf2c43 100644 --- a/clients/client-managedblockchain/package.json +++ b/clients/client-managedblockchain/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Managedblockchain Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-marketplace-catalog/package.json b/clients/client-marketplace-catalog/package.json index 6db713ac81dbb..edd8f25060b33 100644 --- a/clients/client-marketplace-catalog/package.json +++ b/clients/client-marketplace-catalog/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Marketplace Catalog Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-marketplace-commerce-analytics/package.json b/clients/client-marketplace-commerce-analytics/package.json index c5653d64e3341..d2c06b9a80e6b 100644 --- a/clients/client-marketplace-commerce-analytics/package.json +++ b/clients/client-marketplace-commerce-analytics/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Marketplace Commerce Analytics Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-marketplace-entitlement-service/package.json b/clients/client-marketplace-entitlement-service/package.json index 645b0cfdbb029..46194bf5b1350 100644 --- a/clients/client-marketplace-entitlement-service/package.json +++ b/clients/client-marketplace-entitlement-service/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Marketplace Entitlement Service Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-marketplace-metering/package.json b/clients/client-marketplace-metering/package.json index e2c787bbd875c..b8045dddd34dc 100644 --- a/clients/client-marketplace-metering/package.json +++ b/clients/client-marketplace-metering/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Marketplace Metering Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-mediaconnect/package.json b/clients/client-mediaconnect/package.json index 0057b068ac8e3..29182963f49f2 100644 --- a/clients/client-mediaconnect/package.json +++ b/clients/client-mediaconnect/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Mediaconnect Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-mediaconvert/package.json b/clients/client-mediaconvert/package.json index ee7fbbbc82f5d..86e47104a8e4e 100644 --- a/clients/client-mediaconvert/package.json +++ b/clients/client-mediaconvert/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-medialive/package.json b/clients/client-medialive/package.json index 9dec2ed909cf1..e45e3b87f0bf5 100644 --- a/clients/client-medialive/package.json +++ b/clients/client-medialive/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-mediapackage-vod/package.json b/clients/client-mediapackage-vod/package.json index 71f131d5ca7d7..bfe5e56154503 100644 --- a/clients/client-mediapackage-vod/package.json +++ b/clients/client-mediapackage-vod/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Mediapackage Vod Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-mediapackage/package.json b/clients/client-mediapackage/package.json index c3b86466f1d13..86cfa91913620 100644 --- a/clients/client-mediapackage/package.json +++ b/clients/client-mediapackage/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Mediapackage Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-mediastore-data/package.json b/clients/client-mediastore-data/package.json index 0a8365bca4e20..befb3c4ab6b5d 100644 --- a/clients/client-mediastore-data/package.json +++ b/clients/client-mediastore-data/package.json @@ -3,18 +3,17 @@ "description": "AWS SDK for JavaScript Mediastore Data Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test:unit": "mocha **/cjs/**/*.spec.js", - "test": "yarn test:unit", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "yarn test:unit", + "test:unit": "mocha **/cjs/**/*.spec.js" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-mediastore/package.json b/clients/client-mediastore/package.json index c2aaf7420549e..7ce4a72e3ea92 100644 --- a/clients/client-mediastore/package.json +++ b/clients/client-mediastore/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Mediastore Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-mediatailor/package.json b/clients/client-mediatailor/package.json index 0a4efe7b89c56..838d34aad98c0 100644 --- a/clients/client-mediatailor/package.json +++ b/clients/client-mediatailor/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Mediatailor Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-memorydb/package.json b/clients/client-memorydb/package.json index fb9dae0617c28..cff647b2efcb1 100644 --- a/clients/client-memorydb/package.json +++ b/clients/client-memorydb/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Memorydb Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:types": "tsc -p tsconfig.types.json" + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", + "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-mgn/package.json b/clients/client-mgn/package.json index 616006f6f4f79..5c47507e9ed4c 100644 --- a/clients/client-mgn/package.json +++ b/clients/client-mgn/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Mgn Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-migration-hub/package.json b/clients/client-migration-hub/package.json index b3354541f6566..9db0094027850 100644 --- a/clients/client-migration-hub/package.json +++ b/clients/client-migration-hub/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Migration Hub Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-migrationhub-config/package.json b/clients/client-migrationhub-config/package.json index 49b48fbe4ccf6..8c653562d4219 100644 --- a/clients/client-migrationhub-config/package.json +++ b/clients/client-migrationhub-config/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Migrationhub Config Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-mobile/package.json b/clients/client-mobile/package.json index d9021e45df442..5badea5b6ce9b 100644 --- a/clients/client-mobile/package.json +++ b/clients/client-mobile/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Mobile Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-mq/package.json b/clients/client-mq/package.json index 3eadc551a796f..2757dab4cec75 100644 --- a/clients/client-mq/package.json +++ b/clients/client-mq/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Mq Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-mturk/package.json b/clients/client-mturk/package.json index 0f2ee913ab1e1..1582ee4821887 100644 --- a/clients/client-mturk/package.json +++ b/clients/client-mturk/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Mturk Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-mwaa/package.json b/clients/client-mwaa/package.json index ec1547b0f38c7..7a870dbb70509 100644 --- a/clients/client-mwaa/package.json +++ b/clients/client-mwaa/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Mwaa Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-neptune/package.json b/clients/client-neptune/package.json index 8ddff8e04f31e..a878068b76dc3 100644 --- a/clients/client-neptune/package.json +++ b/clients/client-neptune/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Neptune Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-network-firewall/package.json b/clients/client-network-firewall/package.json index 04a203ee3cbf7..cb6f35e269cb8 100644 --- a/clients/client-network-firewall/package.json +++ b/clients/client-network-firewall/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Network Firewall Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-networkmanager/package.json b/clients/client-networkmanager/package.json index 51b40aec297ec..73b40530ccaef 100644 --- a/clients/client-networkmanager/package.json +++ b/clients/client-networkmanager/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Networkmanager Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-nimble/package.json b/clients/client-nimble/package.json index c01efc07a9aaf..616da70ab9bf4 100644 --- a/clients/client-nimble/package.json +++ b/clients/client-nimble/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Nimble Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-opensearch/package.json b/clients/client-opensearch/package.json index 8bfe82f883804..a8759eb16e7df 100644 --- a/clients/client-opensearch/package.json +++ b/clients/client-opensearch/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Opensearch Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:types": "tsc -p tsconfig.types.json" + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", + "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-opsworks/package.json b/clients/client-opsworks/package.json index c793b07eda205..684b70107e123 100644 --- a/clients/client-opsworks/package.json +++ b/clients/client-opsworks/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Opsworks Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-opsworkscm/package.json b/clients/client-opsworkscm/package.json index bf94af78eb205..a18150655bd69 100644 --- a/clients/client-opsworkscm/package.json +++ b/clients/client-opsworkscm/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Opsworkscm Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-organizations/package.json b/clients/client-organizations/package.json index 9627b43202e21..ff43e323dc3be 100644 --- a/clients/client-organizations/package.json +++ b/clients/client-organizations/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Organizations Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-outposts/package.json b/clients/client-outposts/package.json index 0f07feb192242..29ecb669d4dcc 100644 --- a/clients/client-outposts/package.json +++ b/clients/client-outposts/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Outposts Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-personalize-events/package.json b/clients/client-personalize-events/package.json index c7eed67c72699..e77f1ec77dd03 100644 --- a/clients/client-personalize-events/package.json +++ b/clients/client-personalize-events/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Personalize Events Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-personalize-runtime/package.json b/clients/client-personalize-runtime/package.json index fe00acec05a94..a5d822d0bb1c0 100644 --- a/clients/client-personalize-runtime/package.json +++ b/clients/client-personalize-runtime/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Personalize Runtime Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-personalize/package.json b/clients/client-personalize/package.json index 466beffbe6a5a..46c4e8f0b4b98 100644 --- a/clients/client-personalize/package.json +++ b/clients/client-personalize/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Personalize Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-pi/package.json b/clients/client-pi/package.json index a1521568b5778..44245f14e5db1 100644 --- a/clients/client-pi/package.json +++ b/clients/client-pi/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Pi Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-pinpoint-email/package.json b/clients/client-pinpoint-email/package.json index 6d1fcd4b75cce..a469dbc437df7 100644 --- a/clients/client-pinpoint-email/package.json +++ b/clients/client-pinpoint-email/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Pinpoint Email Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-pinpoint-sms-voice/package.json b/clients/client-pinpoint-sms-voice/package.json index 9b7bdb9788d7f..620c5d5c6c4e9 100644 --- a/clients/client-pinpoint-sms-voice/package.json +++ b/clients/client-pinpoint-sms-voice/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Pinpoint Sms Voice Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-pinpoint/package.json b/clients/client-pinpoint/package.json index 66557c7a6c917..4ffe781d509b0 100644 --- a/clients/client-pinpoint/package.json +++ b/clients/client-pinpoint/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Pinpoint Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-polly/package.json b/clients/client-polly/package.json index 08f1c0aa87717..20564be175b1a 100644 --- a/clients/client-polly/package.json +++ b/clients/client-polly/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Polly Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-pricing/package.json b/clients/client-pricing/package.json index 16653a2e99c25..2a6ed4dd40077 100644 --- a/clients/client-pricing/package.json +++ b/clients/client-pricing/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Pricing Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-proton/package.json b/clients/client-proton/package.json index 46f352c626fd3..f2eaa37058263 100644 --- a/clients/client-proton/package.json +++ b/clients/client-proton/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Proton Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-qldb-session/package.json b/clients/client-qldb-session/package.json index 4180832838fa1..de7550a424f29 100644 --- a/clients/client-qldb-session/package.json +++ b/clients/client-qldb-session/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Qldb Session Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-qldb/package.json b/clients/client-qldb/package.json index 055860e8f542f..0104844ee8a08 100644 --- a/clients/client-qldb/package.json +++ b/clients/client-qldb/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Qldb Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-quicksight/package.json b/clients/client-quicksight/package.json index dc61c00baf444..f727f77aa068c 100644 --- a/clients/client-quicksight/package.json +++ b/clients/client-quicksight/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-ram/package.json b/clients/client-ram/package.json index 44571646eab76..52ebac5a00eb7 100644 --- a/clients/client-ram/package.json +++ b/clients/client-ram/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Ram Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-rds-data/package.json b/clients/client-rds-data/package.json index 50e5a957b9c44..edc8eaf09462d 100644 --- a/clients/client-rds-data/package.json +++ b/clients/client-rds-data/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Rds Data Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-rds/package.json b/clients/client-rds/package.json index c16b4707686d1..d8d3ea70f32b0 100644 --- a/clients/client-rds/package.json +++ b/clients/client-rds/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-redshift-data/package.json b/clients/client-redshift-data/package.json index 59ab7435fcdff..6dfe73dd60668 100644 --- a/clients/client-redshift-data/package.json +++ b/clients/client-redshift-data/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Redshift Data Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-redshift/package.json b/clients/client-redshift/package.json index 4a23ccd357e6e..94a20d506d499 100644 --- a/clients/client-redshift/package.json +++ b/clients/client-redshift/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Redshift Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-rekognition/package.json b/clients/client-rekognition/package.json index 82230e1748b01..aaa18d891ae1b 100644 --- a/clients/client-rekognition/package.json +++ b/clients/client-rekognition/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Rekognition Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-resource-groups-tagging-api/package.json b/clients/client-resource-groups-tagging-api/package.json index 03810d6dfef01..f8b92bea518fd 100644 --- a/clients/client-resource-groups-tagging-api/package.json +++ b/clients/client-resource-groups-tagging-api/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Resource Groups Tagging Api Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-resource-groups/package.json b/clients/client-resource-groups/package.json index 66fc0e1deedeb..45cb0a1af20f8 100644 --- a/clients/client-resource-groups/package.json +++ b/clients/client-resource-groups/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Resource Groups Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-robomaker/package.json b/clients/client-robomaker/package.json index 1d48ad32662f9..b9e64a10eeabc 100644 --- a/clients/client-robomaker/package.json +++ b/clients/client-robomaker/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Robomaker Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-route-53-domains/package.json b/clients/client-route-53-domains/package.json index 3781a94cd3f0f..7c8b1a43fed05 100644 --- a/clients/client-route-53-domains/package.json +++ b/clients/client-route-53-domains/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Route 53 Domains Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-route-53/package.json b/clients/client-route-53/package.json index 36abc579cadd0..d517ac4c40477 100644 --- a/clients/client-route-53/package.json +++ b/clients/client-route-53/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-route53-recovery-cluster/package.json b/clients/client-route53-recovery-cluster/package.json index cac755dcc81d7..6bccd1064dfe4 100644 --- a/clients/client-route53-recovery-cluster/package.json +++ b/clients/client-route53-recovery-cluster/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Route53 Recovery Cluster Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:types": "tsc -p tsconfig.types.json" + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", + "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-route53-recovery-control-config/package.json b/clients/client-route53-recovery-control-config/package.json index d2d5f53a7f63a..71cb7501a798e 100644 --- a/clients/client-route53-recovery-control-config/package.json +++ b/clients/client-route53-recovery-control-config/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Route53 Recovery Control Config Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:types": "tsc -p tsconfig.types.json" + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", + "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-route53-recovery-readiness/package.json b/clients/client-route53-recovery-readiness/package.json index 6470875948e17..4d56e3a01720a 100644 --- a/clients/client-route53-recovery-readiness/package.json +++ b/clients/client-route53-recovery-readiness/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Route53 Recovery Readiness Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:types": "tsc -p tsconfig.types.json" + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", + "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-route53resolver/package.json b/clients/client-route53resolver/package.json index fcf6ebbc874f3..acbe077f0eb7e 100644 --- a/clients/client-route53resolver/package.json +++ b/clients/client-route53resolver/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Route53resolver Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-s3-control/package.json b/clients/client-s3-control/package.json index d32061b377f4e..73a156f3e6b60 100644 --- a/clients/client-s3-control/package.json +++ b/clients/client-s3-control/package.json @@ -3,18 +3,17 @@ "description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test:unit": "mocha **/cjs/**/*.spec.js", - "test": "yarn test:unit", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "yarn test:unit", + "test:unit": "mocha **/cjs/**/*.spec.js" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-s3/package.json b/clients/client-s3/package.json index b91945534b899..9f3ccbadc7f47 100644 --- a/clients/client-s3/package.json +++ b/clients/client-s3/package.json @@ -3,19 +3,18 @@ "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test:unit": "mocha **/cjs/**/*.spec.js", - "test:e2e": "mocha **/cjs/**/*.ispec.js && karma start karma.conf.js", - "test": "yarn test:unit", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "yarn test:unit", + "test:e2e": "mocha **/cjs/**/*.ispec.js && karma start karma.conf.js", + "test:unit": "mocha **/cjs/**/*.spec.js" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-s3outposts/package.json b/clients/client-s3outposts/package.json index aba49627b1d8a..67091e6819454 100644 --- a/clients/client-s3outposts/package.json +++ b/clients/client-s3outposts/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript S3outposts Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-sagemaker-a2i-runtime/package.json b/clients/client-sagemaker-a2i-runtime/package.json index e1e24c5c7cf90..b003cdf55b98d 100644 --- a/clients/client-sagemaker-a2i-runtime/package.json +++ b/clients/client-sagemaker-a2i-runtime/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Sagemaker A2i Runtime Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-sagemaker-edge/package.json b/clients/client-sagemaker-edge/package.json index 9cb0a56375d47..1b39c0dffeef0 100644 --- a/clients/client-sagemaker-edge/package.json +++ b/clients/client-sagemaker-edge/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Sagemaker Edge Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-sagemaker-featurestore-runtime/package.json b/clients/client-sagemaker-featurestore-runtime/package.json index 2d5dac17fc0bf..2f76abdf0d35a 100644 --- a/clients/client-sagemaker-featurestore-runtime/package.json +++ b/clients/client-sagemaker-featurestore-runtime/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Sagemaker Featurestore Runtime Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-sagemaker-runtime/package.json b/clients/client-sagemaker-runtime/package.json index ce6ae2a991776..1435507eafe23 100644 --- a/clients/client-sagemaker-runtime/package.json +++ b/clients/client-sagemaker-runtime/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Sagemaker Runtime Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-sagemaker/package.json b/clients/client-sagemaker/package.json index f57fc322a88f0..163bf198d0abe 100644 --- a/clients/client-sagemaker/package.json +++ b/clients/client-sagemaker/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-savingsplans/package.json b/clients/client-savingsplans/package.json index c1febe7cfc7af..27862cb40ef96 100644 --- a/clients/client-savingsplans/package.json +++ b/clients/client-savingsplans/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Savingsplans Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-schemas/package.json b/clients/client-schemas/package.json index f159a26e28071..73451d8ab0b63 100644 --- a/clients/client-schemas/package.json +++ b/clients/client-schemas/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Schemas Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-secrets-manager/package.json b/clients/client-secrets-manager/package.json index b98dfd8197c53..6906f11684084 100644 --- a/clients/client-secrets-manager/package.json +++ b/clients/client-secrets-manager/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-securityhub/package.json b/clients/client-securityhub/package.json index f36326424dca1..a8ae2e390ee57 100644 --- a/clients/client-securityhub/package.json +++ b/clients/client-securityhub/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-serverlessapplicationrepository/package.json b/clients/client-serverlessapplicationrepository/package.json index 4d45c884522ff..70b81325f1dfe 100644 --- a/clients/client-serverlessapplicationrepository/package.json +++ b/clients/client-serverlessapplicationrepository/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Serverlessapplicationrepository Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-service-catalog-appregistry/package.json b/clients/client-service-catalog-appregistry/package.json index 427b85d5fba32..9907897a2f5cf 100644 --- a/clients/client-service-catalog-appregistry/package.json +++ b/clients/client-service-catalog-appregistry/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Service Catalog Appregistry Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-service-catalog/package.json b/clients/client-service-catalog/package.json index 1988e43c4b583..4f34e98eb54f6 100644 --- a/clients/client-service-catalog/package.json +++ b/clients/client-service-catalog/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Service Catalog Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-service-quotas/package.json b/clients/client-service-quotas/package.json index 760e93f8da29a..3433dd8a3853b 100644 --- a/clients/client-service-quotas/package.json +++ b/clients/client-service-quotas/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Service Quotas Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-servicediscovery/package.json b/clients/client-servicediscovery/package.json index 01480c904d763..fffaee73783be 100644 --- a/clients/client-servicediscovery/package.json +++ b/clients/client-servicediscovery/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Servicediscovery Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-ses/package.json b/clients/client-ses/package.json index df7026ccfe83b..5dacfc63cf7b5 100644 --- a/clients/client-ses/package.json +++ b/clients/client-ses/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Ses Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-sesv2/package.json b/clients/client-sesv2/package.json index 2f342ddc38312..5cdc87e5482d2 100644 --- a/clients/client-sesv2/package.json +++ b/clients/client-sesv2/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-sfn/package.json b/clients/client-sfn/package.json index 87f0fadab5cb3..5d7938d26fee1 100644 --- a/clients/client-sfn/package.json +++ b/clients/client-sfn/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Sfn Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-shield/package.json b/clients/client-shield/package.json index af20ed890818a..e9b905538be5a 100644 --- a/clients/client-shield/package.json +++ b/clients/client-shield/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Shield Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-signer/package.json b/clients/client-signer/package.json index 88d905d5746b9..d8e472f55a0e0 100644 --- a/clients/client-signer/package.json +++ b/clients/client-signer/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Signer Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-sms/package.json b/clients/client-sms/package.json index 4188bd16f4e6a..854a02c63961e 100644 --- a/clients/client-sms/package.json +++ b/clients/client-sms/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Sms Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-snow-device-management/package.json b/clients/client-snow-device-management/package.json index 8ee622f546063..aa2ae5ad634b6 100644 --- a/clients/client-snow-device-management/package.json +++ b/clients/client-snow-device-management/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Snow Device Management Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", - "build:types": "tsc -p tsconfig.types.json" + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", + "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-snowball/package.json b/clients/client-snowball/package.json index 872b806f90956..8e223f3e2e459 100644 --- a/clients/client-snowball/package.json +++ b/clients/client-snowball/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Snowball Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-sns/package.json b/clients/client-sns/package.json index f3fe949607278..f6eae795729c2 100644 --- a/clients/client-sns/package.json +++ b/clients/client-sns/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Sns Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-sqs/package.json b/clients/client-sqs/package.json index 97ee4d5c25f5d..5eb5f4a145260 100644 --- a/clients/client-sqs/package.json +++ b/clients/client-sqs/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-ssm-contacts/package.json b/clients/client-ssm-contacts/package.json index feb0ca88723ac..eefbf0fde93dd 100644 --- a/clients/client-ssm-contacts/package.json +++ b/clients/client-ssm-contacts/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Ssm Contacts Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-ssm-incidents/package.json b/clients/client-ssm-incidents/package.json index 816c663bb3ea5..9f02bdc9ea59d 100644 --- a/clients/client-ssm-incidents/package.json +++ b/clients/client-ssm-incidents/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Ssm Incidents Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-ssm/package.json b/clients/client-ssm/package.json index e0dc06c3d359f..3f5248052d57a 100644 --- a/clients/client-ssm/package.json +++ b/clients/client-ssm/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-sso-admin/package.json b/clients/client-sso-admin/package.json index 496fef82915a9..3abbea3fdfd8b 100644 --- a/clients/client-sso-admin/package.json +++ b/clients/client-sso-admin/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Sso Admin Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-sso-oidc/package.json b/clients/client-sso-oidc/package.json index 372b67b50c69a..bd112392da6de 100644 --- a/clients/client-sso-oidc/package.json +++ b/clients/client-sso-oidc/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-sso/package.json b/clients/client-sso/package.json index 79ef4e0cf85c3..bc8eaf5ccbf99 100644 --- a/clients/client-sso/package.json +++ b/clients/client-sso/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-storage-gateway/package.json b/clients/client-storage-gateway/package.json index d876a6e48f9bf..e61a9731bf8c3 100644 --- a/clients/client-storage-gateway/package.json +++ b/clients/client-storage-gateway/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Storage Gateway Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-sts/package.json b/clients/client-sts/package.json index 0f0c3e64dc07d..bafed08b32b79 100644 --- a/clients/client-sts/package.json +++ b/clients/client-sts/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-support/package.json b/clients/client-support/package.json index 03454dd81486a..15d0fcaaf65ac 100644 --- a/clients/client-support/package.json +++ b/clients/client-support/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Support Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-swf/package.json b/clients/client-swf/package.json index ba375f7f31d98..0e05109ba72ab 100644 --- a/clients/client-swf/package.json +++ b/clients/client-swf/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Swf Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-synthetics/package.json b/clients/client-synthetics/package.json index adfb547e919e9..0c32c6167501b 100644 --- a/clients/client-synthetics/package.json +++ b/clients/client-synthetics/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Synthetics Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-textract/package.json b/clients/client-textract/package.json index f01f9a3c46f8b..13c8b89bf5eef 100644 --- a/clients/client-textract/package.json +++ b/clients/client-textract/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Textract Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-timestream-query/package.json b/clients/client-timestream-query/package.json index 09161a2bc0402..7890ca66f2793 100644 --- a/clients/client-timestream-query/package.json +++ b/clients/client-timestream-query/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Timestream Query Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-timestream-write/package.json b/clients/client-timestream-write/package.json index 49990857e4395..02e5e7dd1b4b7 100644 --- a/clients/client-timestream-write/package.json +++ b/clients/client-timestream-write/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Timestream Write Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-transcribe-streaming/package.json b/clients/client-transcribe-streaming/package.json index 928cf4f79aaa6..50c6cd5de8311 100644 --- a/clients/client-transcribe-streaming/package.json +++ b/clients/client-transcribe-streaming/package.json @@ -3,20 +3,19 @@ "description": "AWS SDK for JavaScript Transcribe Streaming Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "pretest": "yarn build", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", - "test:integration": "jest --config jest.integ.config.js", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", - "postbuild": "cp test/speech.wav dist/cjs/test", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "postbuild": "cp test/speech.wav dist/cjs/test", + "pretest": "yarn build", + "test": "jest --coverage --passWithNoTests", + "test:integration": "jest --config jest.integ.config.js" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-transcribe/package.json b/clients/client-transcribe/package.json index dafa0a3d8718e..0ca7903e3a5f2 100644 --- a/clients/client-transcribe/package.json +++ b/clients/client-transcribe/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Transcribe Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-transfer/package.json b/clients/client-transfer/package.json index 494d1e5daffd1..3eb3d08d0dac5 100644 --- a/clients/client-transfer/package.json +++ b/clients/client-transfer/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-translate/package.json b/clients/client-translate/package.json index 7031bc8bdd732..10fb664d65b32 100644 --- a/clients/client-translate/package.json +++ b/clients/client-translate/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Translate Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-waf-regional/package.json b/clients/client-waf-regional/package.json index 888bb5b4cbfd4..76f695c62e1cc 100644 --- a/clients/client-waf-regional/package.json +++ b/clients/client-waf-regional/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Waf Regional Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-waf/package.json b/clients/client-waf/package.json index 561dfa01ffe05..8a87d20aef7f0 100644 --- a/clients/client-waf/package.json +++ b/clients/client-waf/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Waf Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-wafv2/package.json b/clients/client-wafv2/package.json index 7ba9fdbd117f9..27987bc98d218 100644 --- a/clients/client-wafv2/package.json +++ b/clients/client-wafv2/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Wafv2 Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-wellarchitected/package.json b/clients/client-wellarchitected/package.json index a5eb67f091565..140233dd3dff7 100644 --- a/clients/client-wellarchitected/package.json +++ b/clients/client-wellarchitected/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Wellarchitected Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-workdocs/package.json b/clients/client-workdocs/package.json index 9934bdcf8ae53..77acfeece6f6d 100644 --- a/clients/client-workdocs/package.json +++ b/clients/client-workdocs/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Workdocs Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-worklink/package.json b/clients/client-worklink/package.json index a09814306d9dd..627c976fdf941 100644 --- a/clients/client-worklink/package.json +++ b/clients/client-worklink/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Worklink Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-workmail/package.json b/clients/client-workmail/package.json index cf19222fb54e8..35eba194d5d22 100644 --- a/clients/client-workmail/package.json +++ b/clients/client-workmail/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Workmail Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-workmailmessageflow/package.json b/clients/client-workmailmessageflow/package.json index 0ac138205b002..3b8a73afa09a4 100644 --- a/clients/client-workmailmessageflow/package.json +++ b/clients/client-workmailmessageflow/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Workmailmessageflow Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-workspaces/package.json b/clients/client-workspaces/package.json index 2e2b898391f8f..3cecfc6bcbe59 100644 --- a/clients/client-workspaces/package.json +++ b/clients/client-workspaces/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/clients/client-xray/package.json b/clients/client-xray/package.json index 2d54038d22d7a..96f454b673f34 100644 --- a/clients/client-xray/package.json +++ b/clients/client-xray/package.json @@ -3,17 +3,16 @@ "description": "AWS SDK for JavaScript Xray Client for Node.js, Browser and React Native", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "exit 0", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "exit 0" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/protocol_tests/aws-ec2/package.json b/protocol_tests/aws-ec2/package.json index 40c6911b6181b..4a588c5e20997 100644 --- a/protocol_tests/aws-ec2/package.json +++ b/protocol_tests/aws-ec2/package.json @@ -3,17 +3,16 @@ "description": "@aws-sdk/aws-ec2 client", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/protocol_tests/aws-json-10/package.json b/protocol_tests/aws-json-10/package.json index beb63b972f5dc..d73b21280d772 100644 --- a/protocol_tests/aws-json-10/package.json +++ b/protocol_tests/aws-json-10/package.json @@ -3,17 +3,16 @@ "description": "@aws-sdk/aws-json-10 client", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/protocol_tests/aws-json/package.json b/protocol_tests/aws-json/package.json index 34960bd1ad92e..3799be3e587f8 100644 --- a/protocol_tests/aws-json/package.json +++ b/protocol_tests/aws-json/package.json @@ -3,17 +3,16 @@ "description": "@aws-sdk/aws-json client", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/protocol_tests/aws-query/package.json b/protocol_tests/aws-query/package.json index bfafe3875ceb2..b6495357ed13f 100644 --- a/protocol_tests/aws-query/package.json +++ b/protocol_tests/aws-query/package.json @@ -3,17 +3,16 @@ "description": "@aws-sdk/aws-query client", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/protocol_tests/aws-restjson/package.json b/protocol_tests/aws-restjson/package.json index d1b54351f718b..0601d1325aed5 100644 --- a/protocol_tests/aws-restjson/package.json +++ b/protocol_tests/aws-restjson/package.json @@ -3,17 +3,16 @@ "description": "@aws-sdk/aws-restjson client", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/protocol_tests/aws-restxml/package.json b/protocol_tests/aws-restxml/package.json index 8ebcea5146b8d..ae5dcec29ccaa 100644 --- a/protocol_tests/aws-restxml/package.json +++ b/protocol_tests/aws-restxml/package.json @@ -3,17 +3,16 @@ "description": "@aws-sdk/aws-restxml client", "version": "3.33.0", "scripts": { - "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", - "build-documentation": "yarn remove-documentation && typedoc ./", - "remove-definitions": "rimraf ./types", - "remove-dist": "rimraf ./dist", - "remove-documentation": "rimraf ./docs", - "test": "jest --coverage --passWithNoTests", + "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "tsc -p tsconfig.json", + "build:docs": "yarn clean:docs && typedoc ./", "build:es": "tsc -p tsconfig.es.json", - "build": "yarn build:cjs && yarn build:es && yarn build:types", + "build:types": "tsc -p tsconfig.types.json", + "clean": "yarn clean:dist && yarn clean:docs", + "clean:dist": "rimraf ./dist", + "clean:docs": "rimraf ./docs", "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", - "build:types": "tsc -p tsconfig.types.json" + "test": "jest --coverage --passWithNoTests" }, "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", diff --git a/scripts/generate-clients/copy-to-clients.js b/scripts/generate-clients/copy-to-clients.js index ae924404cabff..226cb347ed7d7 100644 --- a/scripts/generate-clients/copy-to-clients.js +++ b/scripts/generate-clients/copy-to-clients.js @@ -57,8 +57,8 @@ const mergeManifest = (fromContent = {}, toContent = {}) => { // dev dependencies that won't be overwritten in codegen merged[name] = { ...toContent[name], ...merged[name] }; } - if (name === "dependencies" || name === "devDependencies") { - // Sort dependencies as done by lerna + if (name === "scripts" || name === "dependencies" || name === "devDependencies") { + // Sort by keys to make sure the order is stable merged[name] = Object.fromEntries(Object.entries(merged[name]).sort()); } } else if (name.indexOf("@aws-sdk/") === 0) {