@orpc/shared
Advanced tools
Comparing version 0.0.1 to 0.0.3
{ | ||
"name": "@orpc/shared", | ||
"type": "module", | ||
"version": "0.0.1", | ||
"version": "0.0.3", | ||
"author": { | ||
"name": "dinwwwh", | ||
"email": "dinwwwh@gmail.com", | ||
"url": "https://dinwwwh.com" | ||
"name": "unnoq", | ||
"email": "contact@unnoq.com", | ||
"url": "https://unnoq.com" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://github.com/dinwwwh/dinwwwh", | ||
"homepage": "https://github.com/unnoq/unnoq", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dinwwwh/dinwwwh.git", | ||
"url": "https://github.com/unnoq/unnoq.git", | ||
"directory": "examples/typescript-vite-package" | ||
}, | ||
"keywords": [ | ||
"dinwwwh" | ||
"unnoq" | ||
], | ||
@@ -50,4 +50,4 @@ "publishConfig": { | ||
"build": "UNPLUGIN_ON_SUCCESS='tsc -b --noCheck' vite build", | ||
"check": "tsc -b" | ||
"type:check": "tsc -b" | ||
} | ||
} |
72526