@calcit/procs
Advanced tools
Comparing version 0.2.43 to 0.2.44
@@ -913,3 +913,3 @@ var _a; | ||
export let _AND_str_DASH_concat = (a, b) => { | ||
return `${a}${b}`; | ||
return `${toString(a, false)}${toString(b, false)}`; | ||
}; | ||
@@ -1119,2 +1119,5 @@ export let sort = (f, xs) => { | ||
export let to_DASH_js_DASH_data = (x, addColon = false) => { | ||
if (x == null) { | ||
return null; | ||
} | ||
if (x === true || x === false) { | ||
@@ -1161,2 +1164,5 @@ return x; | ||
export let to_DASH_calcit_DASH_data = (x, noKeyword = false) => { | ||
if (x == null) { | ||
return null; | ||
} | ||
if (typeof x === "number") { | ||
@@ -1163,0 +1169,0 @@ return x; |
@@ -1049,3 +1049,3 @@ import { | ||
export let _AND_str_DASH_concat = (a: string, b: string) => { | ||
return `${a}${b}`; | ||
return `${toString(a, false)}${toString(b, false)}`; | ||
}; | ||
@@ -1302,2 +1302,5 @@ export let sort = (f: CrDataFn, xs: CrDataList): CrDataList => { | ||
): any => { | ||
if (x == null) { | ||
return null; | ||
} | ||
if (x === true || x === false) { | ||
@@ -1345,2 +1348,5 @@ return x; | ||
export let to_DASH_calcit_DASH_data = (x: any, noKeyword: boolean = false) => { | ||
if (x == null) { | ||
return null; | ||
} | ||
if (typeof x === "number") { | ||
@@ -1347,0 +1353,0 @@ return x; |
{ | ||
"name": "@calcit/procs", | ||
"version": "0.2.43", | ||
"version": "v0.2.44", | ||
"main": "./lib/calcit.procs.js", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
88922
3357
1