unity-agentic-tools 0.5.0 → 0.5.1

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
@@ -2246,7 +2246,7 @@ var require_package = __commonJS((exports2, module2) => {
2246
2246
  module2.exports = {
2247
2247
  name: "unity-agentic-tools",
2248
2248
  packageManager: "bun@latest",
2249
- version: "0.5.0",
2249
+ version: "0.5.1",
2250
2250
  description: "Fast, token-efficient Unity YAML parser for AI agents",
2251
2251
  exports: {
2252
2252
  ".": {
package/dist/index.js CHANGED
@@ -205,7 +205,7 @@ var require_package = __commonJS((exports2, module2) => {
205
205
  module2.exports = {
206
206
  name: "unity-agentic-tools",
207
207
  packageManager: "bun@latest",
208
- version: "0.5.0",
208
+ version: "0.5.1",
209
209
  description: "Fast, token-efficient Unity YAML parser for AI agents",
210
210
  exports: {
211
211
  ".": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unity-agentic-tools",
3
3
  "packageManager": "bun@latest",
4
- "version": "0.5.0",
4
+ "version": "0.5.1",
5
5
  "description": "Fast, token-efficient Unity YAML parser for AI agents",
6
6
  "exports": {
7
7
  ".": {