From 781518cfa1a06d4b1a02759a950213470415f63d Mon Sep 17 00:00:00 2001 From: veerlapati-manoj-kumar Date: Mon, 8 Sep 2025 19:02:34 +0530 Subject: [PATCH 1/6] Revert-version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b41f56..9c44877 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ibmcloud-appid", - "version": "7.0.1", + "version": "7.0.0", "description": "Node.js SDK for the IBM Cloud App ID service", "main": "lib/appid-sdk.js", "scripts": { From 3deb315390bb8d81f35ae866d685b10fc15dcf5a Mon Sep 17 00:00:00 2001 From: veerlapati-manoj-kumar Date: Mon, 8 Sep 2025 19:38:50 +0530 Subject: [PATCH 2/6] tbs --- .github/workflows/quality.js.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/quality.js.yml b/.github/workflows/quality.js.yml index e25608f..d5d51e5 100644 --- a/.github/workflows/quality.js.yml +++ b/.github/workflows/quality.js.yml @@ -1,5 +1,3 @@ -# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node - name: Quality CI on: @@ -18,6 +16,8 @@ jobs: - uses: actions/setup-node@v2 with: node-version: 12 + - name: Clean npm cache + run: npm cache clean --force - run: npm install - run: npm install -g codecov - run: npm run coverage diff --git a/package.json b/package.json index 9c44877..6b41f56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ibmcloud-appid", - "version": "7.0.0", + "version": "7.0.1", "description": "Node.js SDK for the IBM Cloud App ID service", "main": "lib/appid-sdk.js", "scripts": { From 6eba89cc8f0a1df1602a3a15f34dbf7fe9117509 Mon Sep 17 00:00:00 2001 From: veerlapati-manoj-kumar Date: Mon, 8 Sep 2025 19:44:03 +0530 Subject: [PATCH 3/6] tbs --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6b41f56..d64a16d 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "chai-as-promised": "^7.1.1", "coveralls": "^3.1.1", "cz-conventional-changelog": "^3.3.0", + "debug": "^4.3.4", "eslint": "^5.16.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.22.0", @@ -37,8 +38,8 @@ "proxyquire": "^2.1.3", "rewire": "^4.0.1", "semantic-release": "^18.0.0", - "sinon-chai": "^3.5.0", - "sinon": "^9.2.4" + "sinon": "^9.2.4", + "sinon-chai": "^3.5.0" }, "dependencies": { "accept-language": "^3.0.18", @@ -51,9 +52,9 @@ "helmet": "^3.23.3", "jsonwebtoken": "^9.0.0", "log4js": "^6.4.1", - "tsd": "^0.20.0", "q": "^1.5.1", "rsa-pem-from-mod-exp": "^0.8.4", + "tsd": "^0.20.0", "underscore": "^1.10.2" }, "config": { @@ -61,7 +62,7 @@ "path": "./node_modules/cz-conventional-changelog" } }, - "engines" : { - "node" : ">=12.0.0" + "engines": { + "node": ">=12.0.0" } -} \ No newline at end of file +} From 22e1ef2f4e87d3596605be6b675f5f60ba7e49eb Mon Sep 17 00:00:00 2001 From: veerlapati-manoj-kumar Date: Mon, 8 Sep 2025 19:46:17 +0530 Subject: [PATCH 4/6] tbs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d64a16d..4e88c68 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "chai-as-promised": "^7.1.1", "coveralls": "^3.1.1", "cz-conventional-changelog": "^3.3.0", - "debug": "^4.3.4", + "debug": "4.3.4", "eslint": "^5.16.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.22.0", From 3e4b2a891974165cead49cb61b399c90eb1da9b6 Mon Sep 17 00:00:00 2001 From: veerlapati-manoj-kumar Date: Mon, 8 Sep 2025 19:49:35 +0530 Subject: [PATCH 5/6] tbs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e88c68..18d8f68 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "got": "^11.8.5", "helmet": "^3.23.3", "jsonwebtoken": "^9.0.0", - "log4js": "^6.4.1", + "log4js": "6.9.1", "q": "^1.5.1", "rsa-pem-from-mod-exp": "^0.8.4", "tsd": "^0.20.0", From e086aa4d9d67e4922d8c6579ef94f13a22fec343 Mon Sep 17 00:00:00 2001 From: veerlapati-manoj-kumar Date: Mon, 8 Sep 2025 19:55:56 +0530 Subject: [PATCH 6/6] tbs --- .github/workflows/quality.js.yml | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/.github/workflows/quality.js.yml b/.github/workflows/quality.js.yml index d5d51e5..a027916 100644 --- a/.github/workflows/quality.js.yml +++ b/.github/workflows/quality.js.yml @@ -8,21 +8,17 @@ on: jobs: quality: - runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: 12 - - name: Clean npm cache - run: npm cache clean --force - - run: npm install - - run: npm install -g codecov - - run: npm run coverage - - - name: Coveralls - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 12 # ⚠️ Still works, but consider updating this soon + - run: npm cache clean --force + - run: npm install + - run: npm install -g codecov + - run: npm run coverage + - uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.GITHUB_TOKEN }}