Skip to content

Commit

Permalink
fix: check-dependencies script (#1137)
Browse files Browse the repository at this point in the history
* fix: check-dependencies script

* update yarn lock
  • Loading branch information
kuhe authored Jan 9, 2024
1 parent 2990eb9 commit cb35507
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/middleware-compression/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"dependencies": {
"@smithy/is-array-buffer": "workspace:^",
"@smithy/node-config-provider": "workspace:^",
"@smithy/protocol-http": "workspace:^",
"@smithy/types": "workspace:^",
"@smithy/util-config-provider": "workspace:^",
"@smithy/util-middleware": "workspace:^",
"@smithy/util-utf8": "workspace:^",
"fflate": "0.8.1",
"tslib": "^2.5.0"
},
Expand Down
1 change: 0 additions & 1 deletion scripts/check-dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const pkgJsonEnforcement = require("./package-json-enforcement");
importedDependencies.push(
...new Set(
[...(contents.toString().match(/from "(@(aws-sdk|smithy)\/.*?)"/g) || [])]
.slice(1)
.map((_) => _.replace(/from "/g, "").replace(/"$/, ""))
)
);
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2082,10 +2082,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "@smithy/middleware-compression@workspace:packages/middleware-compression"
dependencies:
"@smithy/is-array-buffer": "workspace:^"
"@smithy/node-config-provider": "workspace:^"
"@smithy/protocol-http": "workspace:^"
"@smithy/types": "workspace:^"
"@smithy/util-config-provider": "workspace:^"
"@smithy/util-middleware": "workspace:^"
"@smithy/util-utf8": "workspace:^"
"@tsconfig/recommended": 1.0.1
concurrently: 7.0.0
downlevel-dts: 0.10.1
Expand Down

0 comments on commit cb35507

Please sign in to comment.