Skip to content

Commit 69d8df7

Browse files
committed
chore(deps): add and run postinstall script in lib
1 parent 02cd666 commit 69d8df7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/lib-dynamodb/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"module": "./dist/es/index.js",
77
"types": "./dist/types/index.d.ts",
88
"scripts": {
9+
"postinstall": "postinstall-node-version-check",
910
"build:cjs": "tsc -p tsconfig.cjs.json",
1011
"build:es": "tsc -p tsconfig.es.json",
1112
"build": "yarn build:es && yarn build:cjs",
@@ -21,6 +22,7 @@
2122
},
2223
"license": "Apache-2.0",
2324
"dependencies": {
25+
"@aws-sdk/postinstall-node-version-check": "3.0.0",
2426
"tslib": "^2.0.0"
2527
},
2628
"peerDependencies": {

lib/lib-storage/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"module": "./dist/es/index.js",
77
"types": "./dist/types/index.d.ts",
88
"scripts": {
9+
"postinstall": "postinstall-node-version-check",
910
"build:cjs": "tsc -p tsconfig.cjs.json",
1011
"build:es": "tsc -p tsconfig.es.json",
1112
"build": "yarn build:es && yarn build:cjs",
@@ -21,6 +22,7 @@
2122
},
2223
"license": "Apache-2.0",
2324
"dependencies": {
25+
"@aws-sdk/postinstall-node-version-check": "3.0.0",
2426
"buffer": "^5.6.0",
2527
"stream-browserify": "^3.0.0",
2628
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)