@verii/agentdb-cli 1.1.0-pre.1762210020 → 1.1.0-pre.1762240520

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verii/agentdb-cli",
3
- "version": "1.1.0-pre.1762210020",
3
+ "version": "1.1.0-pre.1762240520",
4
4
  "description": "A cli for working with agent database.",
5
5
  "repository": "https://github.com/LFDT-Verii/core",
6
6
  "main": "src/index.js",
@@ -19,7 +19,7 @@
19
19
  "access": "public"
20
20
  },
21
21
  "devDependencies": {
22
- "@verii/tests-helpers": "1.1.0-pre.1762210020",
22
+ "@verii/tests-helpers": "1.1.0-pre.1762240520",
23
23
  "eslint": "8.57.1",
24
24
  "eslint-config-airbnb-base": "14.2.1",
25
25
  "eslint-config-prettier": "8.10.2",
@@ -27,14 +27,14 @@
27
27
  "eslint-plugin-import": "2.32.0",
28
28
  "eslint-plugin-prettier": "4.2.5",
29
29
  "eslint-watch": "7.0.0",
30
- "expect": "29.7.0",
30
+ "expect": "30.2.0",
31
31
  "prettier": "2.8.8"
32
32
  },
33
33
  "dependencies": {
34
- "@verii/crypto": "1.1.0-pre.1762210020",
34
+ "@verii/crypto": "1.1.0-pre.1762240520",
35
35
  "commander": "~13.1.0",
36
36
  "lodash": "^4.17.21",
37
37
  "mongodb": "~6.20.0"
38
38
  },
39
- "gitHead": "ab4413b1c7592b95c0181c8887dc57cc9dac80b7"
39
+ "gitHead": "a3f738ccb11ebe7e6c9984fe06682e6a529285fb"
40
40
  }
@@ -190,7 +190,7 @@ describe('rotate-key test suite', () => {
190
190
  testOptions.secretProp,
191
191
  { db, ...testOptions }
192
192
  );
193
- await expect(exec).rejects.toThrowError(
193
+ await expect(exec).rejects.toThrow(
194
194
  'Unsupported state or unable to authenticate data'
195
195
  );
196
196
  });