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 +1 -1
- package/dist/index.js +1 -1
- package/native/unity-file-tools.darwin-arm64.node +0 -0
- package/native/unity-file-tools.darwin-x64.node +0 -0
- package/native/unity-file-tools.linux-x64-gnu.node +0 -0
- package/native/unity-file-tools.win32-x64-msvc.node +0 -0
- package/package.json +1 -1
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.
|
|
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.
|
|
208
|
+
version: "0.5.1",
|
|
209
209
|
description: "Fast, token-efficient Unity YAML parser for AI agents",
|
|
210
210
|
exports: {
|
|
211
211
|
".": {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|