@datashaper/schema
Advanced tools
Comparing version 3.1.1 to 4.0.0
@@ -389,3 +389,3 @@ /*! | ||
*/ | ||
map: Record<Value, Value>; | ||
mapping: Record<Value, Value>; | ||
} | ||
@@ -392,0 +392,0 @@ export declare type RenameArgs = InputColumnRecordArgs; |
@@ -680,3 +680,3 @@ ## API Report File for "@datashaper/schema" | ||
export interface RecodeArgs extends InputColumnArgs, OutputColumnArgs { | ||
map: Record<Value, Value>; | ||
mapping: Record<Value, Value>; | ||
} | ||
@@ -683,0 +683,0 @@ |
@@ -680,3 +680,3 @@ ## API Report File for "@datashaper/schema" | ||
export interface RecodeArgs extends InputColumnArgs, OutputColumnArgs { | ||
map: Record<Value, Value>; | ||
mapping: Record<Value, Value>; | ||
} | ||
@@ -683,0 +683,0 @@ |
{ | ||
"name": "@datashaper/schema", | ||
"version": "3.1.1", | ||
"version": "4.0.0", | ||
"type": "module", | ||
@@ -15,3 +15,3 @@ "main": "dist/index.js", | ||
"resource": "1.0.0", | ||
"workflow": "1.5.0" | ||
"workflow": "1.5.1" | ||
}, | ||
@@ -18,0 +18,0 @@ "sideEffects": false, |
@@ -437,3 +437,3 @@ /*! | ||
*/ | ||
map: Record<Value, Value> | ||
mapping: Record<Value, Value> | ||
} | ||
@@ -440,0 +440,0 @@ |
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
239370