@effect/platform
Advanced tools
Comparing version
@@ -63,3 +63,3 @@ import type * as Schema from "effect/Schema"; | ||
export interface Empty extends Annotations { | ||
$id: "/schemas/{}"; | ||
$id: "/schemas/%7B%7D"; | ||
anyOf: [ | ||
@@ -66,0 +66,0 @@ { |
{ | ||
"name": "@effect/platform", | ||
"version": "0.84.0", | ||
"version": "0.84.1", | ||
"description": "Unified interfaces for common platform-specific services", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"effect": "^3.16.0" | ||
"effect": "^3.16.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
@@ -72,3 +72,3 @@ /** | ||
export interface Empty extends Annotations { | ||
$id: "/schemas/{}" | ||
$id: "/schemas/%7B%7D" | ||
anyOf: [ | ||
@@ -75,0 +75,0 @@ { type: "object" }, |
Sorry, the diff of this file is not supported yet
17134390
0