@continuoussecuritytooling/keycloak-reporter 1.1.0-2358 → 1.1.0-2364

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,7 +59,7 @@ jobs:
59
59
  - name: Package Application
60
60
  run: |
61
61
  npm run clean
62
- npm version --no-git-tag-version ${{ github.event.inputs.releaseversion }}
62
+ npm version --no-git-tag-version ${{ github.event.inputs.releaseversion }} || true
63
63
  npm run build
64
64
 
65
65
  - name: Write version vars
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuoussecuritytooling/keycloak-reporter",
3
- "version": "1.1.0-2358",
3
+ "version": "1.1.0-2364",
4
4
  "description": "Reporting Tools for Keycloak",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -47,7 +47,7 @@
47
47
  "yargs": "^17.7.2"
48
48
  },
49
49
  "devDependencies": {
50
- "@octokit/rest": "^21.0.0",
50
+ "@octokit/rest": "^22.0.0",
51
51
  "@types/jest": "^29.5.1",
52
52
  "@types/node": "^22.0.0",
53
53
  "@types/yargs": "^17.0.24",