kavrix 0.1.4 → 0.2.0
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/README.md +111 -52
- package/dist/bin.js +17521 -5949
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/kavrix.cdx.json +26 -8
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const CLI_VERSION: "0.
|
|
1
|
+
export declare const CLI_VERSION: "0.2.0";
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const CLI_VERSION = "0.
|
|
1
|
+
export const CLI_VERSION = "0.2.0";
|
package/dist/kavrix.cdx.json
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"$schema": "https://cyclonedx.org/schema/bom-1.6.schema.json",
|
|
3
3
|
"bomFormat": "CycloneDX",
|
|
4
4
|
"specVersion": "1.6",
|
|
5
|
-
"serialNumber": "urn:uuid:
|
|
5
|
+
"serialNumber": "urn:uuid:dcc2b1fa-4e30-5b9e-9068-7ce3c158eed6",
|
|
6
6
|
"version": 1,
|
|
7
7
|
"metadata": {
|
|
8
8
|
"component": {
|
|
9
9
|
"type": "application",
|
|
10
|
-
"bom-ref": "pkg:npm/kavrix@0.
|
|
10
|
+
"bom-ref": "pkg:npm/kavrix@0.2.0",
|
|
11
11
|
"name": "kavrix",
|
|
12
|
-
"version": "0.
|
|
12
|
+
"version": "0.2.0",
|
|
13
13
|
"licenses": [
|
|
14
14
|
{
|
|
15
15
|
"license": {
|
|
@@ -17,21 +17,21 @@
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
|
-
"purl": "pkg:npm/kavrix@0.
|
|
20
|
+
"purl": "pkg:npm/kavrix@0.2.0",
|
|
21
21
|
"hashes": [
|
|
22
22
|
{
|
|
23
23
|
"alg": "SHA-256",
|
|
24
|
-
"content": "
|
|
24
|
+
"content": "2b5cf89bdcf813ee01a9d3cf7b8ce317079834c7f289c343bd265b4d4449b1f7"
|
|
25
25
|
}
|
|
26
26
|
],
|
|
27
27
|
"properties": [
|
|
28
28
|
{
|
|
29
29
|
"name": "kavrix:artifact-sha256:dist/bin.js",
|
|
30
|
-
"value": "
|
|
30
|
+
"value": "f14905e64d792aaa229c4248f240528646c1bcf2398b486565e091becceefd78"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"name": "kavrix:artifact-sha256:dist/index.js",
|
|
34
|
-
"value": "
|
|
34
|
+
"value": "c68eadd3de8aef40060cc7cfc26eabb98635be599483bda99002af670ffb1843"
|
|
35
35
|
}
|
|
36
36
|
]
|
|
37
37
|
}
|
|
@@ -247,6 +247,20 @@
|
|
|
247
247
|
],
|
|
248
248
|
"purl": "pkg:npm/whatwg-url@14.2.0"
|
|
249
249
|
},
|
|
250
|
+
{
|
|
251
|
+
"type": "library",
|
|
252
|
+
"bom-ref": "pkg:npm/yaml@2.8.3",
|
|
253
|
+
"name": "yaml",
|
|
254
|
+
"version": "2.8.3",
|
|
255
|
+
"licenses": [
|
|
256
|
+
{
|
|
257
|
+
"license": {
|
|
258
|
+
"id": "ISC"
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
],
|
|
262
|
+
"purl": "pkg:npm/yaml@2.8.3"
|
|
263
|
+
},
|
|
250
264
|
{
|
|
251
265
|
"type": "library",
|
|
252
266
|
"bom-ref": "pkg:npm/zod@4.4.3",
|
|
@@ -289,7 +303,7 @@
|
|
|
289
303
|
],
|
|
290
304
|
"dependencies": [
|
|
291
305
|
{
|
|
292
|
-
"ref": "pkg:npm/kavrix@0.
|
|
306
|
+
"ref": "pkg:npm/kavrix@0.2.0",
|
|
293
307
|
"dependsOn": [
|
|
294
308
|
"pkg:npm/mongodb@7.5.0",
|
|
295
309
|
"urn:kavrix:data:eff-short-wordlist-for-passphrases-1"
|
|
@@ -375,6 +389,10 @@
|
|
|
375
389
|
"pkg:npm/webidl-conversions@7.0.0"
|
|
376
390
|
]
|
|
377
391
|
},
|
|
392
|
+
{
|
|
393
|
+
"ref": "pkg:npm/yaml@2.8.3",
|
|
394
|
+
"dependsOn": []
|
|
395
|
+
},
|
|
378
396
|
{
|
|
379
397
|
"ref": "pkg:npm/zod@4.4.3",
|
|
380
398
|
"dependsOn": []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kavrix",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Zero-knowledge credential vault command-line interface",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"build": "tsc -b tsconfig.build.json --pretty false && node scripts/build-package.js",
|
|
54
|
-
"typecheck": "tsc -p tsconfig.json --pretty false",
|
|
54
|
+
"typecheck": "tsc -b tsconfig.build.json --pretty false && tsc -p tsconfig.json --pretty false",
|
|
55
55
|
"test": "pnpm run build && vitest run --root ../.. apps/cli/test/local-vault-cli-view.test.ts apps/cli/test/package.test.ts",
|
|
56
56
|
"test:coverage": "pnpm run build && vitest run --root ../.. apps/cli/test/local-vault-cli-view.test.ts apps/cli/test/package.test.ts --coverage --coverage.include=apps/cli/src/**",
|
|
57
57
|
"pack:check": "pnpm pack --dry-run --json",
|