@peac/control 0.10.0 → 0.10.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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ pnpm add @peac/control
|
|
|
10
10
|
|
|
11
11
|
## Documentation
|
|
12
12
|
|
|
13
|
-
See [peacprotocol.org](https://peacprotocol.org) for full documentation.
|
|
13
|
+
See [peacprotocol.org](https://www.peacprotocol.org) for full documentation.
|
|
14
14
|
|
|
15
15
|
## License
|
|
16
16
|
|
|
@@ -20,4 +20,4 @@ Apache-2.0
|
|
|
20
20
|
|
|
21
21
|
PEAC Protocol is an open source project stewarded by Originary and community contributors.
|
|
22
22
|
|
|
23
|
-
[
|
|
23
|
+
[Docs](https://www.peacprotocol.org) | [GitHub](https://github.com/peacprotocol/peac) | [Originary](https://www.originary.xyz)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peac/control",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.4",
|
|
4
4
|
"description": "PEAC Protocol Control - control engine interfaces and validation",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"zod": "^3.22.4",
|
|
23
|
-
"@peac/schema": "0.10.
|
|
23
|
+
"@peac/schema": "0.10.4"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/node": "^20.10.0",
|