silgi 0.50.0 → 0.50.1

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 (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "silgi",
3
- "version": "0.50.0",
3
+ "version": "0.50.1",
4
4
  "private": false,
5
5
  "description": "The fastest end-to-end type-safe RPC framework for TypeScript — compiled pipelines, single package, every runtime",
6
6
  "keywords": [
@@ -268,7 +268,6 @@
268
268
  "ocache": "^0.1.4",
269
269
  "ofetch": "2.0.0-alpha.3",
270
270
  "ohash": "^2.0.11",
271
- "silgi": "link:",
272
271
  "srvx": "^0.11.13",
273
272
  "unstorage": "^2.0.0-alpha.7"
274
273
  },