@originator-profile/opvc 0.6.0-beta.2 → 0.6.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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -135,7 +135,7 @@ FLAG DESCRIPTIONS
135
135
  }
136
136
  ```
137
137
 
138
- _See code: [src/commands/ca/sign.ts](https://github.com/originator-profile/originator-profile/blob/v0.6.0-beta.2/packages/opvc/src/commands/ca/sign.ts)_
138
+ _See code: [src/commands/ca/sign.ts](https://github.com/originator-profile/originator-profile/blob/v0.6.0/packages/opvc/src/commands/ca/sign.ts)_
139
139
 
140
140
  ## `opvc ca:unsigned`
141
141
 
@@ -220,7 +220,7 @@ FLAG DESCRIPTIONS
220
220
  }
221
221
  ```
222
222
 
223
- _See code: [src/commands/ca/unsigned.ts](https://github.com/originator-profile/originator-profile/blob/v0.6.0-beta.2/packages/opvc/src/commands/ca/unsigned.ts)_
223
+ _See code: [src/commands/ca/unsigned.ts](https://github.com/originator-profile/originator-profile/blob/v0.6.0/packages/opvc/src/commands/ca/unsigned.ts)_
224
224
 
225
225
  ## `opvc help [COMMAND]`
226
226
 
@@ -258,7 +258,7 @@ DESCRIPTION
258
258
  鍵ペアの生成
259
259
  ```
260
260
 
261
- _See code: [src/commands/key-gen/index.ts](https://github.com/originator-profile/originator-profile/blob/v0.6.0-beta.2/packages/opvc/src/commands/key-gen/index.ts)_
261
+ _See code: [src/commands/key-gen/index.ts](https://github.com/originator-profile/originator-profile/blob/v0.6.0/packages/opvc/src/commands/key-gen/index.ts)_
262
262
 
263
263
  ## `opvc sign`
264
264
 
@@ -425,7 +425,7 @@ FLAG DESCRIPTIONS
425
425
  }
426
426
  ```
427
427
 
428
- _See code: [src/commands/sign.ts](https://github.com/originator-profile/originator-profile/blob/v0.6.0-beta.2/packages/opvc/src/commands/sign.ts)_
428
+ _See code: [src/commands/sign.ts](https://github.com/originator-profile/originator-profile/blob/v0.6.0/packages/opvc/src/commands/sign.ts)_
429
429
 
430
430
  ## `opvc wsp:sign`
431
431
 
@@ -563,7 +563,7 @@ FLAG DESCRIPTIONS
563
563
  ]
564
564
  ```
565
565
 
566
- _See code: [src/commands/wsp/sign.ts](https://github.com/originator-profile/originator-profile/blob/v0.6.0-beta.2/packages/opvc/src/commands/wsp/sign.ts)_
566
+ _See code: [src/commands/wsp/sign.ts](https://github.com/originator-profile/originator-profile/blob/v0.6.0/packages/opvc/src/commands/wsp/sign.ts)_
567
567
 
568
568
  ## `opvc wsp:unsigned`
569
569
 
@@ -693,7 +693,7 @@ FLAG DESCRIPTIONS
693
693
  ]
694
694
  ```
695
695
 
696
- _See code: [src/commands/wsp/unsigned.ts](https://github.com/originator-profile/originator-profile/blob/v0.6.0-beta.2/packages/opvc/src/commands/wsp/unsigned.ts)_
696
+ _See code: [src/commands/wsp/unsigned.ts](https://github.com/originator-profile/originator-profile/blob/v0.6.0/packages/opvc/src/commands/wsp/unsigned.ts)_
697
697
  <!-- commandsstop -->
698
698
  <!-- prettier-ignore-end -->
699
699
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@originator-profile/opvc",
3
- "version": "0.6.0-beta.2",
3
+ "version": "0.6.0",
4
4
  "license": "Apache-2.0",
5
5
  "homepage": "https://docs.originator-profile.org",
6
6
  "repository": {
@@ -40,11 +40,11 @@
40
40
  "jose": "^6.2.2",
41
41
  "jsdom": "^29.0.1",
42
42
  "wrap-ansi": "^9.0.2",
43
- "@originator-profile/core": "0.6.0-beta.2",
44
- "@originator-profile/model": "0.6.0-beta.2",
45
- "@originator-profile/cryptography": "0.6.0-beta.2",
46
- "@originator-profile/sign": "0.6.0-beta.2",
47
- "@originator-profile/securing-mechanism": "0.6.0-beta.2"
43
+ "@originator-profile/cryptography": "0.6.0",
44
+ "@originator-profile/model": "0.6.0",
45
+ "@originator-profile/securing-mechanism": "0.6.0",
46
+ "@originator-profile/core": "0.6.0",
47
+ "@originator-profile/sign": "0.6.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "25.6.0",
@@ -53,8 +53,8 @@
53
53
  "tsdown": "0.21.7",
54
54
  "typescript": "6.0.2",
55
55
  "websri": "1.0.1",
56
- "@originator-profile/tsconfig": "0.6.0-beta.2",
57
- "eslint-config-originator-profile": "0.6.0-beta.2"
56
+ "@originator-profile/tsconfig": "0.6.0",
57
+ "eslint-config-originator-profile": "0.6.0"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "tsdown && oclif manifest && oclif readme",