@continuoussecuritytooling/keycloak-reporter 1.0.0 → 1.0.2

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.
@@ -22,7 +22,7 @@ test('Should list clients as JSON', { timeout: 3000 }, (t) => {
22
22
  );
23
23
  cli.stdout.on('data', (chunk) => {
24
24
  console.log('Response', JSON.parse(chunk.toString()));
25
- t.equal(JSON.parse(chunk.toString()).length, 24);
25
+ t.equal(JSON.parse(chunk.toString()).length, 7);
26
26
  t.end();
27
27
  });
28
28
  cli.stderr.on('data', (msg) => {
@@ -13,7 +13,7 @@ test('Should use config file', { timeout: 3000 }, (t) => {
13
13
  });
14
14
  cli.stdout.on('data', (chunk) => {
15
15
  console.log('Response', JSON.parse(chunk.toString()));
16
- t.equal(JSON.parse(chunk.toString()).length, 24);
16
+ t.equal(JSON.parse(chunk.toString()).length,7);
17
17
  t.end();
18
18
  });
19
19
  cli.stderr.on('data', (msg) => {
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuoussecuritytooling/keycloak-reporter",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Reporting Tools for Keycloak",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -47,7 +47,7 @@
47
47
  "devDependencies": {
48
48
  "@octokit/rest": "^21.0.0",
49
49
  "@types/jest": "^29.5.1",
50
- "@types/node": "^20.1.5",
50
+ "@types/node": "^22.0.0",
51
51
  "@types/yargs": "^17.0.24",
52
52
  "@typescript-eslint/eslint-plugin": "^8.0.0",
53
53
  "@typescript-eslint/parser": "^8.0.0",
Binary file