@originator-profile/opvc 0.7.0-beta.2 → 0.7.0-beta.4
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 +6 -6
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -137,7 +137,7 @@ FLAG DESCRIPTIONS
|
|
|
137
137
|
}
|
|
138
138
|
```
|
|
139
139
|
|
|
140
|
-
_See code: [src/commands/ca/sign.ts](https://github.com/originator-profile/originator-profile/blob/v0.7.0-beta.
|
|
140
|
+
_See code: [src/commands/ca/sign.ts](https://github.com/originator-profile/originator-profile/blob/v0.7.0-beta.4/packages/opvc/src/commands/ca/sign.ts)_
|
|
141
141
|
|
|
142
142
|
## `opvc ca:unsigned`
|
|
143
143
|
|
|
@@ -222,7 +222,7 @@ FLAG DESCRIPTIONS
|
|
|
222
222
|
}
|
|
223
223
|
```
|
|
224
224
|
|
|
225
|
-
_See code: [src/commands/ca/unsigned.ts](https://github.com/originator-profile/originator-profile/blob/v0.7.0-beta.
|
|
225
|
+
_See code: [src/commands/ca/unsigned.ts](https://github.com/originator-profile/originator-profile/blob/v0.7.0-beta.4/packages/opvc/src/commands/ca/unsigned.ts)_
|
|
226
226
|
|
|
227
227
|
## `opvc help [COMMAND]`
|
|
228
228
|
|
|
@@ -260,7 +260,7 @@ DESCRIPTION
|
|
|
260
260
|
鍵ペアの生成
|
|
261
261
|
```
|
|
262
262
|
|
|
263
|
-
_See code: [src/commands/key-gen/index.ts](https://github.com/originator-profile/originator-profile/blob/v0.7.0-beta.
|
|
263
|
+
_See code: [src/commands/key-gen/index.ts](https://github.com/originator-profile/originator-profile/blob/v0.7.0-beta.4/packages/opvc/src/commands/key-gen/index.ts)_
|
|
264
264
|
|
|
265
265
|
## `opvc sign`
|
|
266
266
|
|
|
@@ -427,7 +427,7 @@ FLAG DESCRIPTIONS
|
|
|
427
427
|
}
|
|
428
428
|
```
|
|
429
429
|
|
|
430
|
-
_See code: [src/commands/sign.ts](https://github.com/originator-profile/originator-profile/blob/v0.7.0-beta.
|
|
430
|
+
_See code: [src/commands/sign.ts](https://github.com/originator-profile/originator-profile/blob/v0.7.0-beta.4/packages/opvc/src/commands/sign.ts)_
|
|
431
431
|
|
|
432
432
|
## `opvc wsp:sign`
|
|
433
433
|
|
|
@@ -565,7 +565,7 @@ FLAG DESCRIPTIONS
|
|
|
565
565
|
]
|
|
566
566
|
```
|
|
567
567
|
|
|
568
|
-
_See code: [src/commands/wsp/sign.ts](https://github.com/originator-profile/originator-profile/blob/v0.7.0-beta.
|
|
568
|
+
_See code: [src/commands/wsp/sign.ts](https://github.com/originator-profile/originator-profile/blob/v0.7.0-beta.4/packages/opvc/src/commands/wsp/sign.ts)_
|
|
569
569
|
|
|
570
570
|
## `opvc wsp:unsigned`
|
|
571
571
|
|
|
@@ -695,7 +695,7 @@ FLAG DESCRIPTIONS
|
|
|
695
695
|
]
|
|
696
696
|
```
|
|
697
697
|
|
|
698
|
-
_See code: [src/commands/wsp/unsigned.ts](https://github.com/originator-profile/originator-profile/blob/v0.7.0-beta.
|
|
698
|
+
_See code: [src/commands/wsp/unsigned.ts](https://github.com/originator-profile/originator-profile/blob/v0.7.0-beta.4/packages/opvc/src/commands/wsp/unsigned.ts)_
|
|
699
699
|
<!-- commandsstop -->
|
|
700
700
|
<!-- prettier-ignore-end -->
|
|
701
701
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@originator-profile/opvc",
|
|
3
|
-
"version": "0.7.0-beta.
|
|
3
|
+
"version": "0.7.0-beta.4",
|
|
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/
|
|
44
|
-
"@originator-profile/
|
|
45
|
-
"@originator-profile/
|
|
46
|
-
"@originator-profile/
|
|
47
|
-
"@originator-profile/sign": "0.7.0-beta.
|
|
43
|
+
"@originator-profile/core": "0.7.0-beta.4",
|
|
44
|
+
"@originator-profile/model": "0.7.0-beta.4",
|
|
45
|
+
"@originator-profile/securing-mechanism": "0.7.0-beta.4",
|
|
46
|
+
"@originator-profile/cryptography": "0.7.0-beta.4",
|
|
47
|
+
"@originator-profile/sign": "0.7.0-beta.4"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/node": "25.6.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"tsdown": "0.21.7",
|
|
55
55
|
"typescript": "6.0.2",
|
|
56
56
|
"websri": "1.0.1",
|
|
57
|
-
"@originator-profile/tsconfig": "0.7.0-beta.
|
|
57
|
+
"@originator-profile/tsconfig": "0.7.0-beta.4"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"build": "tsdown && oclif manifest && oclif readme",
|