@ms-cloudpack/json-utilities
Advanced tools
Comparing version 0.1.9 to 0.1.10
export { readJson, readJsonSync, type ReadJsonOptions } from './readJson.js'; | ||
export { writeJson, writeJsonSync, type WriteJsonOptions } from './writeJson.js'; | ||
export { cloneJson } from './cloneJson.js'; | ||
//# sourceMappingURL=index.d.ts.map |
export { readJson, readJsonSync } from './readJson.js'; | ||
export { writeJson, writeJsonSync } from './writeJson.js'; | ||
export { cloneJson } from './cloneJson.js'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@ms-cloudpack/json-utilities", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Helpers for reading/writing json files.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
24823
18
219