Skip to content

Commit

Permalink
fix: migrate dev types for packages and lib into package.json devDeps (
Browse files Browse the repository at this point in the history
  • Loading branch information
alexforsyth committed Nov 5, 2020
1 parent 1f46eac commit 16d7030
Show file tree
Hide file tree
Showing 62 changed files with 186 additions and 186 deletions.
6 changes: 3 additions & 3 deletions packages/abort-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/types": "1.0.0-rc.3",
"tslib": "^1.8.0"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"jest": "^26.1.0",
"typescript": "~4.0.2"
"typescript": "~4.0.2",
"@aws-sdk/types": "1.0.0-rc.3"
},
"engines": {
"node": ">= 10.0.0"
Expand All @@ -36,4 +36,4 @@
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/abort-controller"
}
}
}
6 changes: 3 additions & 3 deletions packages/body-checksum-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"@aws-sdk/chunked-blob-reader": "1.0.0-rc.3",
"@aws-sdk/protocol-http": "1.0.0-rc.3",
"@aws-sdk/sha256-tree-hash": "1.0.0-rc.3",
"@aws-sdk/types": "1.0.0-rc.3",
"@aws-sdk/util-hex-encoding": "1.0.0-rc.3",
"tslib": "^1.8.0"
},
Expand All @@ -30,12 +29,13 @@
"@aws-sdk/util-utf8-browser": "1.0.0-rc.3",
"@types/jest": "^26.0.4",
"jest": "^26.1.0",
"typescript": "~4.0.2"
"typescript": "~4.0.2",
"@aws-sdk/types": "1.0.0-rc.3"
},
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/body-checksum-browser",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/body-checksum-browser"
}
}
}
6 changes: 3 additions & 3 deletions packages/body-checksum-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@aws-sdk/is-array-buffer": "1.0.0-rc.3",
"@aws-sdk/protocol-http": "1.0.0-rc.3",
"@aws-sdk/sha256-tree-hash": "1.0.0-rc.3",
"@aws-sdk/types": "1.0.0-rc.3",
"@aws-sdk/util-hex-encoding": "1.0.0-rc.3",
"tslib": "^1.8.0"
},
Expand All @@ -31,7 +30,8 @@
"@aws-sdk/util-utf8-node": "1.0.0-rc.3",
"@types/jest": "^26.0.4",
"jest": "^26.1.0",
"typescript": "~4.0.2"
"typescript": "~4.0.2",
"@aws-sdk/types": "1.0.0-rc.3"
},
"engines": {
"node": ">= 10.0.0"
Expand All @@ -42,4 +42,4 @@
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/body-checksum-node"
}
}
}
6 changes: 3 additions & 3 deletions packages/config-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"@types/jest": "^26.0.4",
"jest": "^26.1.0",
"tslib": "^1.8.0",
"typescript": "~4.0.2"
"typescript": "~4.0.2",
"@aws-sdk/types": "1.0.0-rc.3"
},
"dependencies": {
"@aws-sdk/signature-v4": "1.0.0-rc.3",
"@aws-sdk/types": "1.0.0-rc.3",
"tslib": "^1.8.0"
},
"engines": {
Expand All @@ -38,4 +38,4 @@
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/config-resolver"
}
}
}
6 changes: 3 additions & 3 deletions packages/credential-provider-cognito-identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"dependencies": {
"@aws-sdk/client-cognito-identity": "1.0.0-rc.4",
"@aws-sdk/property-provider": "1.0.0-rc.3",
"@aws-sdk/types": "1.0.0-rc.3",
"tslib": "^1.8.0"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"jest": "^26.1.0",
"typescript": "~4.0.2"
"typescript": "~4.0.2",
"@aws-sdk/types": "1.0.0-rc.3"
},
"engines": {
"node": ">= 10.0.0"
Expand All @@ -38,4 +38,4 @@
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/credential-provider-cognito-identity"
}
}
}
6 changes: 3 additions & 3 deletions packages/credential-provider-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/property-provider": "1.0.0-rc.3",
"@aws-sdk/types": "1.0.0-rc.3",
"tslib": "^1.8.0"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/node": "^10.0.0",
"jest": "^26.1.0",
"typescript": "~4.0.2"
"typescript": "~4.0.2",
"@aws-sdk/types": "1.0.0-rc.3"
},
"types": "./dist/cjs/index.d.ts",
"engines": {
Expand All @@ -42,4 +42,4 @@
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/credential-provider-env"
}
}
}
6 changes: 3 additions & 3 deletions packages/credential-provider-imds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/property-provider": "1.0.0-rc.3",
"@aws-sdk/types": "1.0.0-rc.3",
"tslib": "^1.8.0"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/node": "^10.0.0",
"jest": "^26.1.0",
"nock": "^13.0.2",
"typescript": "~4.0.2"
"typescript": "~4.0.2",
"@aws-sdk/types": "1.0.0-rc.3"
},
"types": "./dist/cjs/index.d.ts",
"engines": {
Expand All @@ -43,4 +43,4 @@
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/credential-provider-imds"
}
}
}
6 changes: 3 additions & 3 deletions packages/credential-provider-ini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"dependencies": {
"@aws-sdk/property-provider": "1.0.0-rc.3",
"@aws-sdk/shared-ini-file-loader": "1.0.0-rc.3",
"@aws-sdk/types": "1.0.0-rc.3",
"tslib": "^1.8.0"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/node": "^10.0.0",
"jest": "^26.1.0",
"typescript": "~4.0.2"
"typescript": "~4.0.2",
"@aws-sdk/types": "1.0.0-rc.3"
},
"types": "./dist/cjs/index.d.ts",
"engines": {
Expand All @@ -43,4 +43,4 @@
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/credential-provider-ini"
}
}
}
6 changes: 3 additions & 3 deletions packages/credential-provider-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"@aws-sdk/credential-provider-ini": "1.0.0-rc.3",
"@aws-sdk/credential-provider-process": "1.0.0-rc.3",
"@aws-sdk/property-provider": "1.0.0-rc.3",
"@aws-sdk/types": "1.0.0-rc.3",
"tslib": "^1.8.0"
},
"devDependencies": {
"@aws-sdk/shared-ini-file-loader": "1.0.0-rc.3",
"@types/jest": "^26.0.4",
"@types/node": "^10.0.0",
"jest": "^26.1.0",
"typescript": "~4.0.2"
"typescript": "~4.0.2",
"@aws-sdk/types": "1.0.0-rc.3"
},
"types": "./dist/cjs/index.d.ts",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/credential-provider-node",
Expand All @@ -47,4 +47,4 @@
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/credential-provider-node"
}
}
}
6 changes: 3 additions & 3 deletions packages/credential-provider-process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"@aws-sdk/credential-provider-ini": "1.0.0-rc.3",
"@aws-sdk/property-provider": "1.0.0-rc.3",
"@aws-sdk/shared-ini-file-loader": "1.0.0-rc.3",
"@aws-sdk/types": "1.0.0-rc.3",
"tslib": "^1.8.0"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/node": "^10.0.0",
"jest": "^26.1.0",
"typescript": "~4.0.2"
"typescript": "~4.0.2",
"@aws-sdk/types": "1.0.0-rc.3"
},
"types": "./dist/cjs/index.d.ts",
"engines": {
Expand All @@ -44,4 +44,4 @@
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/credential-provider-process"
}
}
}
6 changes: 3 additions & 3 deletions packages/eventstream-handler-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/eventstream-marshaller": "1.0.0-rc.3",
"@aws-sdk/types": "1.0.0-rc.3",
"tslib": "^1.8.0"
},
"devDependencies": {
"@aws-sdk/util-utf8-node": "1.0.0-rc.3",
"@types/jest": "^26.0.4",
"jest": "^26.1.0",
"typescript": "~4.0.2"
"typescript": "~4.0.2",
"@aws-sdk/types": "1.0.0-rc.3"
},
"engines": {
"node": ">= 10.0.0"
Expand All @@ -37,4 +37,4 @@
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/eventstream-handler-node"
}
}
}
6 changes: 3 additions & 3 deletions packages/eventstream-marshaller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/crc32": "^1.0.0",
"@aws-sdk/types": "1.0.0-rc.3",
"@aws-sdk/util-hex-encoding": "1.0.0-rc.3",
"tslib": "^1.8.0"
},
Expand All @@ -29,7 +28,8 @@
"@types/jest": "^26.0.4",
"@types/node": "^10.0.0",
"jest": "^26.1.0",
"typescript": "~4.0.2"
"typescript": "~4.0.2",
"@aws-sdk/types": "1.0.0-rc.3"
},
"browser": {
"@aws-sdk/util-utf8-node": "@aws-sdk/util-utf8-browser"
Expand All @@ -43,4 +43,4 @@
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/eventstream-marshaller"
}
}
}
6 changes: 3 additions & 3 deletions packages/eventstream-serde-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"dependencies": {
"@aws-sdk/eventstream-marshaller": "1.0.0-rc.3",
"@aws-sdk/eventstream-serde-universal": "1.0.0-rc.3",
"@aws-sdk/types": "1.0.0-rc.3",
"tslib": "^1.8.0"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"jest": "^26.1.0",
"typescript": "~4.0.2"
"typescript": "~4.0.2",
"@aws-sdk/types": "1.0.0-rc.3"
},
"engines": {
"node": ">= 10.0.0"
Expand All @@ -37,4 +37,4 @@
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/eventstream-serde-browser"
}
}
}
6 changes: 3 additions & 3 deletions packages/eventstream-serde-config-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/types": "1.0.0-rc.3",
"tslib": "^1.8.0"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"jest": "^26.1.0",
"typescript": "~4.0.2"
"typescript": "~4.0.2",
"@aws-sdk/types": "1.0.0-rc.3"
},
"engines": {
"node": ">= 10.0.0"
Expand All @@ -35,4 +35,4 @@
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/eventstream-serde-config-resolver"
}
}
}
6 changes: 3 additions & 3 deletions packages/eventstream-serde-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"dependencies": {
"@aws-sdk/eventstream-marshaller": "1.0.0-rc.3",
"@aws-sdk/eventstream-serde-universal": "1.0.0-rc.3",
"@aws-sdk/types": "1.0.0-rc.3",
"tslib": "^1.8.0"
},
"devDependencies": {
"@aws-sdk/util-utf8-node": "1.0.0-rc.3",
"@types/jest": "^26.0.4",
"jest": "^26.1.0",
"typescript": "~4.0.2"
"typescript": "~4.0.2",
"@aws-sdk/types": "1.0.0-rc.3"
},
"engines": {
"node": ">= 10.0.0"
Expand All @@ -38,4 +38,4 @@
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/eventstream-serde-node"
}
}
}
6 changes: 3 additions & 3 deletions packages/eventstream-serde-universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/eventstream-marshaller": "1.0.0-rc.3",
"@aws-sdk/types": "1.0.0-rc.3",
"tslib": "^1.8.0"
},
"devDependencies": {
"@aws-sdk/util-utf8-node": "1.0.0-rc.3",
"@types/jest": "^26.0.4",
"jest": "^26.1.0",
"typescript": "~4.0.2"
"typescript": "~4.0.2",
"@aws-sdk/types": "1.0.0-rc.3"
},
"engines": {
"node": ">= 10.0.0"
Expand All @@ -37,4 +37,4 @@
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/eventstream-serde-universal"
}
}
}
Loading

0 comments on commit 16d7030

Please sign in to comment.