yini-cli 1.3.2-beta → 1.3.4-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +6 -8
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# YINI-CLI
|
|
2
2
|
> **Readable configuration without indentation pitfalls or JSON verbosity.**
|
|
3
3
|
|
|
4
|
-
**The official terminal / command-line (CLI) tool for validating, inspecting, and converting YINI configuration files to JSON or JavaScript.**
|
|
4
|
+
**The official terminal / command-line (CLI) tool for validating, inspecting, and converting YINI (by the YINI-lang project) configuration files to JSON or JavaScript.**
|
|
5
5
|
|
|
6
6
|
*YINI is an INI-inspired and human-readable text format for representing structured information. It is designed to be clear, predictable, and easy for humans to read and write. It supports nesting, comments, and a formally defined syntax. It is suitable for configuration files, application settings, and general data-storage use cases.*
|
|
7
7
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yini-cli",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "CLI tool for validating and converting YINI
|
|
3
|
+
"version": "1.3.4-beta",
|
|
4
|
+
"description": "CLI tool for validating and converting YINI (by YINI-lang project) config files - an INI-like format with real structure, nested sections and strict or lenient modes.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yini",
|
|
7
7
|
"cli",
|
|
@@ -13,12 +13,10 @@
|
|
|
13
13
|
"ini",
|
|
14
14
|
"ini alternative",
|
|
15
15
|
"json",
|
|
16
|
-
"type-safe",
|
|
17
|
-
"nested sections",
|
|
18
16
|
"command-line",
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
17
|
+
"yaml",
|
|
18
|
+
"xml",
|
|
19
|
+
"npm-cli"
|
|
22
20
|
],
|
|
23
21
|
"type": "module",
|
|
24
22
|
"main": "dist/index.js",
|
|
@@ -74,7 +72,7 @@
|
|
|
74
72
|
"commander": "^14.0.1",
|
|
75
73
|
"xmlbuilder2": "^4.0.3",
|
|
76
74
|
"yaml": "^2.8.2",
|
|
77
|
-
"yini-parser": "^1.4.
|
|
75
|
+
"yini-parser": "^1.4.3-beta"
|
|
78
76
|
},
|
|
79
77
|
"devDependencies": {
|
|
80
78
|
"@eslint/js": "^9.31.0",
|