kavrix 0.2.12 → 0.2.13
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 +26 -4
- package/dist/bin.js +1960 -7
- package/dist/chunks/{chunk-YD2AVKUK.js → chunk-7COBBT4B.js} +3785 -39
- package/dist/chunks/chunk-T5WUZPWZ.js +1 -6
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/kavrix.cdx.json +13 -13
- package/media/demo-frame-home-unlocked.png +0 -0
- package/media/kavrix-tui-demo.gif +0 -0
- package/package.json +2 -1
|
@@ -345,12 +345,7 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
345
345
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
346
346
|
var __getProtoOf = Object.getPrototypeOf;
|
|
347
347
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
348
|
-
var __require =
|
|
349
|
-
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
350
|
-
}) : x)(function(x) {
|
|
351
|
-
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
352
|
-
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
353
|
-
});
|
|
348
|
+
var __require = (x) => __kavrixNodeRequire(x);
|
|
354
349
|
var __commonJS = (cb, mod) => function __require2() {
|
|
355
350
|
try {
|
|
356
351
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
package/dist/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const CLI_VERSION: "0.2.
|
|
1
|
+
export declare const CLI_VERSION: "0.2.13";
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const CLI_VERSION = "0.2.
|
|
1
|
+
export const CLI_VERSION = "0.2.13";
|
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:3d1762eb-53a8-509a-961a-934512337331",
|
|
6
6
|
"version": 1,
|
|
7
7
|
"metadata": {
|
|
8
8
|
"component": {
|
|
9
9
|
"type": "application",
|
|
10
|
-
"bom-ref": "pkg:npm/kavrix@0.2.
|
|
10
|
+
"bom-ref": "pkg:npm/kavrix@0.2.13",
|
|
11
11
|
"name": "kavrix",
|
|
12
|
-
"version": "0.2.
|
|
12
|
+
"version": "0.2.13",
|
|
13
13
|
"licenses": [
|
|
14
14
|
{
|
|
15
15
|
"license": {
|
|
@@ -17,17 +17,17 @@
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
|
-
"purl": "pkg:npm/kavrix@0.2.
|
|
20
|
+
"purl": "pkg:npm/kavrix@0.2.13",
|
|
21
21
|
"hashes": [
|
|
22
22
|
{
|
|
23
23
|
"alg": "SHA-256",
|
|
24
|
-
"content": "
|
|
24
|
+
"content": "2b02bd2141c6cb752d3ee04bb8b8599ead9ace6a74e4f19a833f23e184baa55d"
|
|
25
25
|
}
|
|
26
26
|
],
|
|
27
27
|
"properties": [
|
|
28
28
|
{
|
|
29
29
|
"name": "kavrix:artifact-sha256:dist/bin.js",
|
|
30
|
-
"value": "
|
|
30
|
+
"value": "30babf955d5587b8ac68b81e3d378ce0d067d332ccd4b18746c4c449bb33d7b7"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"name": "kavrix:artifact-sha256:dist/chunks/chunk-2EQJBXIS.js",
|
|
@@ -37,6 +37,10 @@
|
|
|
37
37
|
"name": "kavrix:artifact-sha256:dist/chunks/chunk-63ESGOTF.js",
|
|
38
38
|
"value": "0c399802d50b545c09f6cf62d9c0f37480549a4003a1418d9cbb5ca333a97413"
|
|
39
39
|
},
|
|
40
|
+
{
|
|
41
|
+
"name": "kavrix:artifact-sha256:dist/chunks/chunk-7COBBT4B.js",
|
|
42
|
+
"value": "ba6e2b6a7940982d7444717349d77ac50e89c15a1ee6727abd7550e6288d09b0"
|
|
43
|
+
},
|
|
40
44
|
{
|
|
41
45
|
"name": "kavrix:artifact-sha256:dist/chunks/chunk-G6X4LRO2.js",
|
|
42
46
|
"value": "b3ef6cf44896c862c10b473eb8c28f26c10dc37b13ea01c6f5aab8762528860f"
|
|
@@ -55,7 +59,7 @@
|
|
|
55
59
|
},
|
|
56
60
|
{
|
|
57
61
|
"name": "kavrix:artifact-sha256:dist/chunks/chunk-T5WUZPWZ.js",
|
|
58
|
-
"value": "
|
|
62
|
+
"value": "c0fd840436de96d1e8045d08de7aea2fa6ef90e136a9a05f650cba369f37f074"
|
|
59
63
|
},
|
|
60
64
|
{
|
|
61
65
|
"name": "kavrix:artifact-sha256:dist/chunks/chunk-USR7UIAH.js",
|
|
@@ -65,13 +69,9 @@
|
|
|
65
69
|
"name": "kavrix:artifact-sha256:dist/chunks/chunk-WVBXN6LS.js",
|
|
66
70
|
"value": "06f76d343ff3e6e08aff1f2c09b1ed7f10da83c0a0b94181b8a9c00e96fa4890"
|
|
67
71
|
},
|
|
68
|
-
{
|
|
69
|
-
"name": "kavrix:artifact-sha256:dist/chunks/chunk-YD2AVKUK.js",
|
|
70
|
-
"value": "eb0b03b1152776a9703a4fecef9758a824bbdd91412159f327103709a4ba6cf4"
|
|
71
|
-
},
|
|
72
72
|
{
|
|
73
73
|
"name": "kavrix:artifact-sha256:dist/index.js",
|
|
74
|
-
"value": "
|
|
74
|
+
"value": "5a025804ddc302a0c2ccf57034b0c7944dddd08c4b1a542dbb88e94bf844a236"
|
|
75
75
|
}
|
|
76
76
|
]
|
|
77
77
|
}
|
|
@@ -875,7 +875,7 @@
|
|
|
875
875
|
],
|
|
876
876
|
"dependencies": [
|
|
877
877
|
{
|
|
878
|
-
"ref": "pkg:npm/kavrix@0.2.
|
|
878
|
+
"ref": "pkg:npm/kavrix@0.2.13",
|
|
879
879
|
"dependsOn": [
|
|
880
880
|
"pkg:npm/mongodb@7.5.0",
|
|
881
881
|
"urn:kavrix:data:eff-short-wordlist-for-passphrases-1"
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kavrix",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.13",
|
|
4
4
|
"description": "Zero-knowledge credential vault command-line interface",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"dist/**/*.js",
|
|
41
41
|
"dist/**/*.d.ts",
|
|
42
42
|
"dist/*.cdx.json",
|
|
43
|
+
"media/**",
|
|
43
44
|
"README.md",
|
|
44
45
|
"LICENSE"
|
|
45
46
|
],
|