@effect/schema
Advanced tools
Comparing version 0.47.3 to 0.47.4
@@ -574,6 +574,6 @@ /** | ||
export declare const attachPropertySignature: { | ||
<K extends PropertyKey, V extends AST.LiteralValue>(key: K, value: V): <I, A extends object>(schema: Schema<I, A>) => Schema<I, Simplify<A & { | ||
<K extends PropertyKey, V extends AST.LiteralValue | symbol>(key: K, value: V): <I, A extends object>(schema: Schema<I, A>) => Schema<I, Simplify<A & { | ||
readonly [k in K]: V; | ||
}>>; | ||
<I, A, K extends PropertyKey, V extends AST.LiteralValue>(schema: Schema<I, A>, key: K, value: V): Schema<I, Simplify<A & { | ||
<I, A, K extends PropertyKey, V extends AST.LiteralValue | symbol>(schema: Schema<I, A>, key: K, value: V): Schema<I, Simplify<A & { | ||
readonly [k in K]: V; | ||
@@ -580,0 +580,0 @@ }>>; |
{ | ||
"name": "@effect/schema", | ||
"version": "0.47.3", | ||
"version": "0.47.4", | ||
"description": "Modeling the schema of data structures as first-class values", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1239017
22747
0