Skip to content

Commit 4b11f68

Browse files
committed
Update.
1 parent cbd74f4 commit 4b11f68

File tree

7 files changed

+44778
-81
lines changed

7 files changed

+44778
-81
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
node-version: ${{ matrix.node-version }}
5353
registry-url: https://registry.npmjs.org
5454
scope: '@awslabs-community-fork'
55+
- run: npm install -g npm@latest
5556
- run: npm ci
5657
env:
5758
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package-lock.json

Lines changed: 14221 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
},
1818
"license": "Apache-2.0",
1919
"devDependencies": {
20+
"@aws-sdk/client-dynamodb": "^3.10.0",
2021
"@types/jest": "^26.0.22",
2122
"@types/node": "^14",
22-
"@aws-sdk/client-dynamodb": "^3.10.0",
2323
"jest": "^26.6.3",
2424
"lerna": "^4.0.0",
25-
"typedoc": "^0.20.35",
2625
"ts-jest": "^26.5.4",
26+
"typedoc": "^0.20.35",
2727
"typescript": "^4.2"
2828
},
2929
"dependencies": {

0 commit comments

Comments
 (0)