@agrozyme/eckey 0.0.1 → 0.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.
package/README.md CHANGED
@@ -13,7 +13,7 @@ $ npm install -g @agrozyme/eckey
13
13
  $ eckey COMMAND
14
14
  running command...
15
15
  $ eckey (--version)
16
- @agrozyme/eckey/0.0.1 win32-x64 node-v21.5.0
16
+ @agrozyme/eckey/0.0.2 win32-x64 node-v20.12.2
17
17
  $ eckey --help [COMMAND]
18
18
  USAGE
19
19
  $ eckey COMMAND
@@ -25,7 +25,7 @@ USAGE
25
25
 
26
26
  <!-- commands -->
27
27
  * [`eckey convert`](#eckey-convert)
28
- * [`eckey help [COMMANDS]`](#eckey-help-commands)
28
+ * [`eckey help [COMMAND]`](#eckey-help-command)
29
29
  * [`eckey make`](#eckey-make)
30
30
 
31
31
  ## `eckey convert`
@@ -55,18 +55,18 @@ EXAMPLES
55
55
  $ eckey convert
56
56
  ```
57
57
 
58
- _See code: [dist/commands/convert.ts](https://gitlab.com/agrozyme-package/TypeScript/eckey/blob/v0.0.1/dist/commands/convert.ts)_
58
+ _See code: [src/commands/convert.ts](https://gitlab.com/agrozyme-package/TypeScript/eckey/blob/v0.0.2/src/commands/convert.ts)_
59
59
 
60
- ## `eckey help [COMMANDS]`
60
+ ## `eckey help [COMMAND]`
61
61
 
62
62
  Display help for eckey.
63
63
 
64
64
  ```
65
65
  USAGE
66
- $ eckey help [COMMANDS] [-n]
66
+ $ eckey help [COMMAND...] [-n]
67
67
 
68
68
  ARGUMENTS
69
- COMMANDS Command to show help for.
69
+ COMMAND... Command to show help for.
70
70
 
71
71
  FLAGS
72
72
  -n, --nested-commands Include all nested commands in the output.
@@ -75,7 +75,7 @@ DESCRIPTION
75
75
  Display help for eckey.
76
76
  ```
77
77
 
78
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.9/lib/commands/help.ts)_
78
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.21/src/commands/help.ts)_
79
79
 
80
80
  ## `eckey make`
81
81
 
@@ -104,5 +104,5 @@ EXAMPLES
104
104
  $ eckey make
105
105
  ```
106
106
 
107
- _See code: [dist/commands/make.ts](https://gitlab.com/agrozyme-package/TypeScript/eckey/blob/v0.0.1/dist/commands/make.ts)_
107
+ _See code: [src/commands/make.ts](https://gitlab.com/agrozyme-package/TypeScript/eckey/blob/v0.0.2/src/commands/make.ts)_
108
108
  <!-- commandsstop -->
@@ -183,5 +183,5 @@
183
183
  ]
184
184
  }
185
185
  },
186
- "version": "0.0.1"
186
+ "version": "0.0.2"
187
187
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agrozyme/eckey",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Elliptic Curve Key CLI",
5
5
  "author": "",
6
6
  "bin": {
@@ -17,25 +17,25 @@
17
17
  "/oclif.manifest.json"
18
18
  ],
19
19
  "dependencies": {
20
- "@agrozyme/crypto": "^1.0.7",
21
- "@oclif/core": "^3.15.1",
22
- "@oclif/plugin-help": "^6.0.9",
23
- "@oclif/plugin-plugins": "^4.1.12",
24
- "rambdax": "^10.1.0"
20
+ "@agrozyme/crypto": "^1.0.8",
21
+ "@oclif/core": "^3.26.3",
22
+ "@oclif/plugin-help": "^6.0.21",
23
+ "@oclif/plugin-plugins": "^5.0.10",
24
+ "rambdax": "^11.1.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@oclif/test": "^3.1.7",
28
- "@types/chai": "^4.3.11",
27
+ "@oclif/test": "^3.2.10",
28
+ "@types/chai": "^4.3.14",
29
29
  "@types/jasmine": "^5.1.4",
30
- "@types/node": "^18.19.3",
31
- "chai": "^4.3.10",
30
+ "@types/node": "^18.19.31",
31
+ "chai": "^5.1.0",
32
32
  "jasmine": "^5.1.0",
33
- "oclif": "^4.1.0",
33
+ "oclif": "^4.8.5",
34
34
  "pkg": "^5.8.1",
35
35
  "shx": "^0.3.4",
36
36
  "ts-node": "^10.9.2",
37
37
  "tslib": "^2.6.2",
38
- "typescript": "^5.3.3",
38
+ "typescript": "^5.4.5",
39
39
  "yarpm": "^1.2.0"
40
40
  },
41
41
  "oclif": {