Comparing version 6.2.13 to 6.2.14-ben-ron-1099-experimental-98
#!/usr/bin/env bun | ||
// package.json | ||
var version = "6.2.13"; | ||
var version = "6.2.14-ben-ron-1099-experimental-98"; | ||
@@ -6,0 +6,0 @@ // src/bin/index.ts |
@@ -50,5 +50,3 @@ import { | ||
}; | ||
const replacer = (value) => { | ||
return isStorableObject(value) ? value : JSON.parse(JSON.stringify(value)); | ||
}; | ||
const replacer = (value) => isStorableObject(value) ? value : void 0; | ||
return { | ||
@@ -55,0 +53,0 @@ // Query types for interacting with records. |
@@ -17,2 +17,10 @@ import { Q as QueryHandlerOptions, F as FormattedResults } from '../utils-CSfRKGOa.js'; | ||
/** | ||
* Determines whether the provided value is storable as a binary object, or not. | ||
* | ||
* @param value - The value to check. | ||
* | ||
* @returns A boolean indicating whether the provided value is storable, or not. | ||
*/ | ||
declare const isStorableObject: (value: unknown) => boolean; | ||
/** | ||
* ## 🚧 For internal use only! 🚧 | ||
@@ -39,2 +47,2 @@ * | ||
export { InvalidResponseError, processStorableObjects, runQueriesWithStorageAndHooks as runQueries }; | ||
export { InvalidResponseError, isStorableObject, processStorableObjects, runQueriesWithStorageAndHooks as runQueries }; |
import { | ||
InvalidResponseError, | ||
isStorableObject, | ||
processStorableObjects, | ||
@@ -8,4 +9,5 @@ runQueriesWithStorageAndHooks | ||
InvalidResponseError, | ||
isStorableObject, | ||
processStorableObjects, | ||
runQueriesWithStorageAndHooks as runQueries | ||
}; |
{ | ||
"name": "ronin", | ||
"version": "6.2.13", | ||
"version": "6.2.14-ben-ron-1099-experimental-98", | ||
"type": "module", | ||
@@ -76,4 +76,4 @@ "description": "Access your RONIN database via TypeScript.", | ||
"@ronin/cli": "0.2.37", | ||
"@ronin/compiler": "0.17.3", | ||
"@ronin/syntax": "0.2.27" | ||
"@ronin/compiler": "0.17.5", | ||
"@ronin/syntax": "0.2.28" | ||
}, | ||
@@ -80,0 +80,0 @@ "devDependencies": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
51221
842
1
+ Added@ronin/compiler@0.17.5(transitive)
+ Added@ronin/syntax@0.2.28(transitive)
- Removed@ronin/compiler@0.17.3(transitive)
- Removed@ronin/syntax@0.2.27(transitive)
Updated@ronin/compiler@0.17.5
Updated@ronin/syntax@0.2.28