Comparing version 0.1.4 to 0.1.5
export { JSON5ParseOptions, JSON5StringifyOptions, parseJSON5 } from './json5.js'; | ||
export { JSONCParseError, JSONCParseOptions, parseJSONC } from './jsonc.js'; | ||
export { parseYAML, parseYAMLOptions, stringifyYAML, stringifyYAMLOptions } from './yaml.js'; | ||
export { parseTOML, stringifyToml } from './toml.js'; | ||
export { parseTOML, stringifyTOML } from './toml.js'; |
@@ -17,4 +17,4 @@ /** | ||
*/ | ||
declare function stringifyToml<T = unknown>(text: string): T; | ||
declare function stringifyTOML<T = unknown>(text: string): T; | ||
export { parseTOML, stringifyToml }; | ||
export { parseTOML, stringifyTOML }; |
{ | ||
"name": "confbox", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Compact and high quality YAML, TOML, JSONC and JSON5 parsers", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,5 +5,4 @@ # confbox | ||
[![npm version](https://flat.badgen.net/npm/v/confbox?color=yellow)](https://npmjs.com/package/confbox) | ||
[![bundle size](https://flat.badgen.net/bundlephobia/minzip/confbox?color=yellow)](https://bundlephobia.com/package/confbox) | ||
[![install size](https://flat.badgen.net/packagephobia/publish/confbox?color=yellow)](https://packagephobia.com/result?p=confbox) | ||
[![npm version](https://img.shields.io/npm/v/confbox?color=yellow)](https://npmjs.com/package/confbox) | ||
[![bundle size](https://img.shields.io/bundlephobia/minzip/confbox?color=yellow)](https://bundlephobia.com/package/confbox) | ||
@@ -45,3 +44,3 @@ <!-- /automd --> | ||
# ✨ Auto-detect | ||
npx nypm i confbox | ||
npx nypm install confbox | ||
@@ -76,3 +75,3 @@ # npm | ||
parseTOML, | ||
stringifyToml, | ||
stringifyTOML, | ||
} from "confbox"; | ||
@@ -90,3 +89,3 @@ ``` | ||
parseTOML, | ||
stringifyToml, | ||
stringifyTOML, | ||
} = require("confbox"); | ||
@@ -104,3 +103,3 @@ ``` | ||
parseTOML, | ||
stringifyToml, | ||
stringifyTOML, | ||
} from "https://esm.sh/confbox"; | ||
@@ -129,3 +128,3 @@ ``` | ||
### `stringifyToml(text)` | ||
### `stringifyTOML(text)` | ||
@@ -174,8 +173,4 @@ Converts a JavaScript value to a [TOML](https://toml.io/) string. | ||
<<<<<<< HEAD | ||
_🤖 auto updated with [automd](https://automd.unjs.io)_ | ||
======= | ||
_🤖 auto updated with [automd](https://automd.unjs.io) (last updated: Wed Apr 10 2024)_ | ||
>>>>>>> 2db0d78 (wip) | ||
<!-- /automd --> |
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 not supported yet
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 not supported yet
Sorry, the diff of this file is not supported yet
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
245609
170