@effect/rpc
Advanced tools
Comparing version 0.26.4 to 0.26.5
@@ -5,4 +5,4 @@ type JsonArray = ReadonlyArray<Json>; | ||
}; | ||
export type Json = null | boolean | number | string | JsonArray | JsonObject; | ||
export type Json = undefined | null | boolean | number | string | JsonArray | JsonObject; | ||
export {}; | ||
//# sourceMappingURL=schema.d.ts.map |
{ | ||
"name": "@effect/rpc", | ||
"version": "0.26.4", | ||
"version": "0.26.5", | ||
"description": "Functional programming in TypeScript", | ||
@@ -12,4 +12,4 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@effect/schema": "^0.60.1", | ||
"effect": "^2.0.5" | ||
"@effect/schema": "^0.60.2", | ||
"effect": "^2.1.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "main": "./dist/cjs/index.js", |
@@ -13,3 +13,3 @@ import * as AST from "@effect/schema/AST" | ||
type JsonObject = { readonly [key: string]: Json } | ||
export type Json = null | boolean | number | string | JsonArray | JsonObject | ||
export type Json = undefined | null | boolean | number | string | JsonArray | JsonObject | ||
@@ -16,0 +16,0 @@ /** @internal */ |
Sorry, the diff of this file is not supported yet
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
295573