infiniloom-node 0.6.2 → 0.7.0
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/index.d.ts +0 -2491
- package/infiniloom.darwin-arm64.node +0 -0
- package/infiniloom.darwin-x64.node +0 -0
- package/infiniloom.linux-arm64-gnu.node +0 -0
- package/infiniloom.linux-x64-gnu.node +0 -0
- package/package.json +38 -3
- package/schemas.ts +692 -0
- package/tsconfig.json +40 -0
- package/types.ts +592 -0
package/README.md
CHANGED
|
@@ -994,7 +994,7 @@ if (isGitRepo('./my-project')) {
|
|
|
994
994
|
- **xml** - XML format optimized for Claude
|
|
995
995
|
- **markdown** - Markdown format for GPT models
|
|
996
996
|
- **json** - JSON format for programmatic access
|
|
997
|
-
- **yaml** - YAML format
|
|
997
|
+
- **yaml** - YAML format (compatible with Gemini and other models)
|
|
998
998
|
- **toon** - Token-efficient format (~40% smaller than JSON)
|
|
999
999
|
- **plain** - Simple plain text format
|
|
1000
1000
|
|