@effect/rpc-http-node
Advanced tools
Comparing version 0.11.1 to 0.12.0
{ | ||
"name": "@effect/rpc-http-node", | ||
"version": "0.11.1", | ||
"version": "0.12.0", | ||
"description": "", | ||
@@ -32,10 +32,10 @@ "main": "dist/effect-rpc-http-node.cjs.js", | ||
"dependencies": { | ||
"@effect/rpc": "^0.11.1", | ||
"@effect/rpc-http": "^0.11.1" | ||
"@effect/rpc": "^0.12.0", | ||
"@effect/rpc-http": "^0.12.0" | ||
}, | ||
"devDependencies": { | ||
"@effect/schema": "^0.42.0" | ||
"@effect/schema": "^0.43.0" | ||
}, | ||
"peerDependencies": { | ||
"effect": "2.0.0-next.47" | ||
"effect": "2.0.0-next.48" | ||
}, | ||
@@ -42,0 +42,0 @@ "files": [ |
@@ -35,3 +35,11 @@ { | ||
"incremental": true, | ||
"removeComments": false | ||
"removeComments": false, | ||
"paths": { | ||
"@effect/rpc-http-node": [ | ||
"./index.ts" | ||
], | ||
"@effect/rpc-http-node/*": [ | ||
"./*.ts" | ||
] | ||
} | ||
}, | ||
@@ -38,0 +46,0 @@ "include": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33723
710
+ Added@effect/rpc@0.12.1(transitive)
+ Added@effect/rpc-http@0.12.1(transitive)
+ Added@effect/schema@0.43.2(transitive)
+ Addedeffect@2.0.0-next.48(transitive)
- Removed@effect/rpc@0.11.1(transitive)
- Removed@effect/rpc-http@0.11.1(transitive)
- Removed@effect/schema@0.42.0(transitive)
- Removedeffect@2.0.0-next.47(transitive)
Updated@effect/rpc@^0.12.0
Updated@effect/rpc-http@^0.12.0