From 4bca3dbca849c1885cc21124bc59637bb624a976 Mon Sep 17 00:00:00 2001 From: mecham-lynn Date: Fri, 28 Oct 2022 14:25:05 -0600 Subject: [PATCH 1/4] Update node.js.yml added v 16.x to the matrix --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0b17a90f..95ff7b52 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x] + node-version: [12.x, 14.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: From 28ac3aad612a78ffee840c2fe455eb09459010e3 Mon Sep 17 00:00:00 2001 From: czirker <45575356+czirker@users.noreply.github.com> Date: Mon, 31 Oct 2022 10:49:08 -0600 Subject: [PATCH 2/4] using leo-sdk@latest --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 95ff7b52..eeb6845e 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -27,7 +27,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm i - - run: npm i aws-sdk@^2.581.0 + - run: npm i aws-sdk@latest - run: npm run compile --if-present - run: npm run coverage-all --if-present - uses: actions/upload-artifact@v3 From c368ed3ef6b589321afd3658a402c5acd2d1c183 Mon Sep 17 00:00:00 2001 From: czirker <45575356+czirker@users.noreply.github.com> Date: Mon, 31 Oct 2022 10:49:50 -0600 Subject: [PATCH 3/4] using aws-sdk@latest --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index aac47951..126b9fd5 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,7 +17,7 @@ jobs: node-version: 12 registry-url: https://registry.npmjs.org/ - run: npm ci - - run: npm i aws-sdk@^2.581.0 + - run: npm i aws-sdk@latest - run: npm run compile --if-present - run: npm run coverage-all From b1c3833bc0122e2cd10040d5a683a5583e487783 Mon Sep 17 00:00:00 2001 From: czirker <45575356+czirker@users.noreply.github.com> Date: Mon, 31 Oct 2022 10:54:59 -0600 Subject: [PATCH 4/4] Updating version of typedoc --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b9654751..a517f958 100644 --- a/package.json +++ b/package.json @@ -60,9 +60,9 @@ "sinon": "^13.0.1", "sinon-chai": "^3.7.0", "ts-node": "^10.7.0", - "typedoc": "^0.22.15", - "typedoc-plugin-no-inherit": "^1.3.1", - "typedoc-plugin-replace-text": "^1.0.0", + "typedoc": "^0.23.19", + "typedoc-plugin-no-inherit": "^1.4.0", + "typedoc-plugin-replace-text": "^2.1.0", "typescript": "^4.7.4" }, "peerDependencies": {