@rainbowatcher/toml-edit-js
Advanced tools
+1
-1
| { | ||
| "name": "@rainbowatcher/toml-edit-js", | ||
| "type": "module", | ||
| "version": "0.6.0", | ||
| "version": "0.6.1", | ||
| "description": "Edit TOML files in JavaScript", | ||
@@ -6,0 +6,0 @@ "author": "rainbowatcher <rainobw-w@qq.com>", |
+6
-6
@@ -8,3 +8,3 @@ /* tslint:disable */ | ||
| interface IEditOptions { | ||
| interface IStringifyOptions { | ||
| /** | ||
@@ -17,4 +17,4 @@ * whether add the final newline | ||
| /** | ||
| * Write data in InlineTable format when the value to be written is a object type and inline is set to true | ||
| * @default true | ||
| * prefer inline table style | ||
| * @default false | ||
| */ | ||
@@ -26,3 +26,3 @@ inline?: boolean; | ||
| interface IStringifyOptions { | ||
| interface IEditOptions { | ||
| /** | ||
@@ -35,4 +35,4 @@ * whether add the final newline | ||
| /** | ||
| * prefer inline table style | ||
| * @default false | ||
| * Write data in InlineTable format when the value to be written is a object type and inline is set to true | ||
| * @default true | ||
| */ | ||
@@ -39,0 +39,0 @@ inline?: boolean; |
Sorry, the diff of this file is not supported yet
329172
-0.12%