@orpc/contract
Advanced tools
Comparing version 0.0.0-next.b15d206 to 0.0.0-next.c59d67c
{ | ||
"name": "@orpc/contract", | ||
"type": "module", | ||
"version": "0.0.0-next.b15d206", | ||
"author": { | ||
"name": "unnoq", | ||
"email": "contact@unnoq.com", | ||
"url": "https://unnoq.com" | ||
}, | ||
"version": "0.0.0-next.c59d67c", | ||
"license": "MIT", | ||
"homepage": "https://github.com/unnoq/orpc", | ||
"homepage": "https://orpc.unnoq.com", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/unnoq/orpc.git", | ||
"url": "git+https://github.com/unnoq/orpc.git", | ||
"directory": "packages/contract" | ||
@@ -32,4 +27,5 @@ }, | ||
"files": [ | ||
"dist", | ||
"src" | ||
"!**/*.map", | ||
"!**/*.tsbuildinfo", | ||
"dist" | ||
], | ||
@@ -40,3 +36,3 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@orpc/shared": "0.0.0-next.b15d206" | ||
"@orpc/shared": "0.0.0-next.c59d67c" | ||
}, | ||
@@ -43,0 +39,0 @@ "scripts": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
232
232
12459
11
277
2
1
+ Added@orpc/shared@0.0.0-next.c59d67c(transitive)
- Removed@orpc/shared@0.0.0-next.b15d206(transitive)