We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ba779 commit d5db5f1Copy full SHA for d5db5f1
1 file changed
packages/kernel-utils/package.json
@@ -79,16 +79,6 @@
79
"default": "./dist/nodejs/index.cjs"
80
}
81
},
82
- "./sheaf": {
83
- "import": {
84
- "types": "./dist/sheaf/index.d.mts",
85
- "default": "./dist/sheaf/index.mjs"
86
- },
87
- "require": {
88
- "types": "./dist/sheaf/index.d.cts",
89
- "default": "./dist/sheaf/index.cjs"
90
- }
91
92
"./vite-plugins": {
93
"import": {
94
"types": "./dist/vite-plugins/index.d.mts",
@@ -131,7 +121,6 @@
131
121
"@chainsafe/libp2p-yamux": "8.0.1",
132
122
"@endo/captp": "^4.4.8",
133
123
"@endo/errors": "^1.2.13",
134
- "@endo/eventual-send": "^1.3.4",
135
124
"@endo/exo": "^1.5.12",
136
125
"@endo/patterns": "^1.7.0",
137
126
"@endo/promise-kit": "^1.1.13",
0 commit comments