ts-procedures 3.3.2 → 3.3.3
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ts-procedures",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.3",
|
|
4
4
|
"description": "A TypeScript RPC framework that creates type-safe, schema-validated procedure calls with a single function definition. Define your procedures once and get full type inference, runtime validation, and framework integration hooks.",
|
|
5
5
|
"main": "build/exports.js",
|
|
6
6
|
"types": "build/exports.d.ts",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"import": "./build/implementations/http/hono-rpc/index.js"
|
|
30
30
|
},
|
|
31
31
|
"./hono-stream": {
|
|
32
|
-
"types": "./build/implementations/http/
|
|
33
|
-
"import": "./build/implementations/http/
|
|
32
|
+
"types": "./build/implementations/http/hono-stream/index.d.ts",
|
|
33
|
+
"import": "./build/implementations/http/hono-stream/index.js"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"author": "coryrobinson42@gmail.com",
|