@pqc-sdk/cli 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -338,7 +338,7 @@ var keygen = defineCommand3({
338
338
  var main = defineCommand4({
339
339
  meta: {
340
340
  name: "pqc",
341
- version: "0.3.0",
341
+ version: "0.3.1",
342
342
  description: "CLI for the post-quantum cryptography SDK (@pqc-sdk/core)"
343
343
  },
344
344
  subCommands: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pqc-sdk/cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "CLI for the post-quantum cryptography SDK",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,7 +15,7 @@
15
15
  "dependencies": {
16
16
  "citty": "^0.2.2",
17
17
  "picocolors": "^1.1.1",
18
- "@pqc-sdk/core": "0.3.0"
18
+ "@pqc-sdk/core": "0.3.1"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "^22.15.29",