Skip to content

Commit

Permalink
fix: pin @aws-sdk/types & tslib to minor (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
texastony authored Feb 27, 2024
1 parent afeaf08 commit 496bfd4
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 44 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"packages/*"
],
"devDependencies": {
"@aws-sdk/types": "^3.222.0",
"@aws-sdk/types": "~3.413.0",
"@aws-sdk/util-buffer-from": "^3.29.0",
"@aws-sdk/util-hex-encoding": "^3.29.0",
"@smithy/util-utf8": "^2.0.0",
Expand All @@ -59,7 +59,7 @@
"sinon": "^17.0.1",
"tmp": "^0.2.1",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"tslib": "~2.6.2",
"typescript": "^5.3.3",
"verdaccio": "^5.13.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/crc32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/util": "file:../util",
"@aws-sdk/types": "^3.222.0",
"tslib": "^2.6.2"
"@aws-sdk/types": "~3.413.0",
"tslib": "~2.6.2"
},
"engines": {
"node": ">=16.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/crc32c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/util": "file:../util",
"@aws-sdk/types": "^3.222.0",
"tslib": "^2.6.2"
"@aws-sdk/types": "~3.413.0",
"tslib": "~2.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/random-source-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@aws-crypto/supports-web-crypto": "file:../supports-web-crypto",
"@aws-sdk/util-locate-window": "^3.0.0",
"tslib": "^2.6.2"
"tslib": "~2.6.2"
},
"main": "./build/main/index.js",
"module": "./build/module/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/random-source-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/random-source-node",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/types": "^3.222.0",
"tslib": "^2.6.2"
"@aws-sdk/types": "~3.413.0",
"tslib": "~2.6.2"
},
"engines": {
"node": ">=16.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/random-source-universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"dependencies": {
"@aws-crypto/random-source-browser": "file:../random-source-browser",
"@aws-crypto/random-source-node": "file:../random-source-node",
"@aws-sdk/types": "^3.222.0",
"tslib": "^2.6.2"
"@aws-sdk/types": "~3.413.0",
"tslib": "~2.6.2"
},
"browser": {
"@aws/crypto-random-source-node": false
Expand Down
4 changes: 2 additions & 2 deletions packages/sha1-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"dependencies": {
"@aws-crypto/supports-web-crypto": "file:../supports-web-crypto",
"@aws-crypto/util": "file:../util",
"@aws-sdk/types": "^3.222.0",
"@aws-sdk/types": "~3.413.0",
"@aws-sdk/util-locate-window": "^3.0.0",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.6.2"
"tslib": "~2.6.2"
},
"main": "./build/main/index.js",
"module": "./build/module/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/sha256-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@aws-crypto/sha256-js": "file:../sha256-js",
"@aws-crypto/supports-web-crypto": "file:../supports-web-crypto",
"@aws-crypto/util": "file:../util",
"@aws-sdk/types": "^3.222.0",
"@aws-sdk/types": "~3.413.0",
"@aws-sdk/util-locate-window": "^3.0.0",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.6.2"
"tslib": "~2.6.2"
},
"main": "./build/main/index.js",
"module": "./build/module/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/sha256-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/util": "file:../util",
"@aws-sdk/types": "^3.222.0",
"tslib": "^2.6.2"
"@aws-sdk/types": "~3.413.0",
"tslib": "~2.6.2"
},
"engines": {
"node": ">=16.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/sha256-universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"dependencies": {
"@aws-crypto/sha256-browser": "file:../sha256-browser",
"@aws-sdk/hash-node": "^3.110.0",
"@aws-sdk/types": "^3.222.0",
"tslib": "^2.6.2"
"@aws-sdk/types": "~3.413.0",
"tslib": "~2.6.2"
},
"main": "./build/main/index.js",
"module": "./build/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/supports-web-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"module": "./build/module/index.js",
"types": "./build/main/index.d.ts",
"dependencies": {
"tslib": "^2.6.2"
"tslib": "~2.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/util",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/types": "^3.222.0",
"@aws-sdk/types": "~3.413.0",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.6.2"
"tslib": "~2.6.2"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 496bfd4

Please sign in to comment.