@stryke/capnp 0.4.4 → 0.4.5
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/bin/capnpc.cjs +7028 -4
- package/bin/capnpc.js +7027 -3
- package/dist/chunk-5IWYHMY5.js +4980 -0
- package/dist/chunk-DKKAH6ZG.cjs +3226 -0
- package/dist/chunk-FKEUGB3T.cjs +4980 -0
- package/dist/chunk-U3UL3P5H.js +3226 -0
- package/dist/compile.cjs +3 -3
- package/dist/compile.js +2 -2
- package/dist/index.cjs +3 -3
- package/dist/index.js +2 -2
- package/dist/rpc.cjs +4555 -19
- package/dist/rpc.js +4539 -3
- package/package.json +3 -6
- package/dist/chunk-BIIH7QKH.js +0 -973
- package/dist/chunk-SHUYVCID.js +0 -6
- package/dist/chunk-USNT2KNT.cjs +0 -6
- package/dist/chunk-WYA7EDMT.cjs +0 -973
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/capnp",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package to assist in running the Cap'n Proto compiler and creating Cap'n Proto serialization protocol schemas.",
|
|
6
6
|
"repository": {
|
|
@@ -104,15 +104,12 @@
|
|
|
104
104
|
],
|
|
105
105
|
"peerDependencies": { "typescript": ">=4.0.0" },
|
|
106
106
|
"peerDependenciesMeta": { "typescript": { "optional": false } },
|
|
107
|
-
"dependencies": {
|
|
108
|
-
"@stryke/fs": "^0.20.6",
|
|
109
|
-
"@stryke/path": "^0.7.5",
|
|
110
|
-
"capnp-es": "^0.0.11"
|
|
111
|
-
},
|
|
107
|
+
"dependencies": { "@stryke/fs": "^0.20.6", "@stryke/path": "^0.7.5" },
|
|
112
108
|
"devDependencies": {
|
|
113
109
|
"@storm-software/config": "latest",
|
|
114
110
|
"@storm-software/config-tools": "latest",
|
|
115
111
|
"@types/node": "^22.14.0",
|
|
112
|
+
"capnp-es": "^0.0.11",
|
|
116
113
|
"chalk": "^5.4.1",
|
|
117
114
|
"commander": "^14.0.0"
|
|
118
115
|
},
|