fix: revert version number to 1.0.0 in package.json

This commit is contained in:
tone
2025-10-15 12:43:42 +08:00
parent a8b5f1419d
commit 56956b7afe

View File

@@ -1,6 +1,6 @@
{
"name": "@tonecn/typesrpc",
"version": "1.0.1",
"version": "1.0.0",
"description": "A lightweight, type-safe RPC framework for TypeScript with deep nested API support",
"main": "dist/index.js",
"types": "dist/index.d.ts",