unity-agentic-tools 0.1.1 → 0.1.2

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/dist/cli.js CHANGED
@@ -2507,7 +2507,7 @@ var import_fs = require("fs");
2507
2507
  var import_path = require("path");
2508
2508
 
2509
2509
  // src/version.ts
2510
- var VERSION = "0.1.1";
2510
+ var VERSION = "0.1.2";
2511
2511
 
2512
2512
  // src/setup.ts
2513
2513
  var CONFIG_DIR = ".unity-agentic";
package/dist/index.js CHANGED
@@ -442,7 +442,7 @@ var import_fs = require("fs");
442
442
  var import_path = require("path");
443
443
 
444
444
  // src/version.ts
445
- var VERSION = "0.1.1";
445
+ var VERSION = "0.1.2";
446
446
 
447
447
  // src/setup.ts
448
448
  var CONFIG_DIR = ".unity-agentic";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unity-agentic-tools",
3
3
  "packageManager": "bun@latest",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "description": "Fast, token-efficient Unity YAML parser for AI agents",
6
6
  "exports": {
7
7
  ".": {