@gdscript-analyzer/core 0.2.0 → 0.2.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/package.json +7 -7
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"//": "npm packaging for the napi-rs addon built from crates/gdscript-ffi. Per-platform `@gdscript-analyzer/core-<triple>` packages are wired as optionalDependencies (generated by `napi create-npm-dirs`); the loader index.js picks the right one at runtime.",
|
|
3
3
|
"name": "@gdscript-analyzer/core",
|
|
4
4
|
"//version": "Authoritative version is synced from Cargo.toml by release-napi.yml at publish time; this value is a fallback for local/manual publishes.",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.1",
|
|
6
6
|
"description": "Headless GDScript (Godot 4.x) static analysis for Node — diagnostics, type-aware hover, completion, symbols, and navigation. The native binding of gdscript-analyzer (Roslyn for Godot).",
|
|
7
7
|
"license": "(MIT OR Apache-2.0)",
|
|
8
8
|
"author": "Yaniv Kalfa <yanivkalfa@gmail.com>",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
65
|
"optionalDependencies": {
|
|
66
|
-
"@gdscript-analyzer/core-darwin-x64": "0.2.
|
|
67
|
-
"@gdscript-analyzer/core-darwin-arm64": "0.2.
|
|
68
|
-
"@gdscript-analyzer/core-win32-x64-msvc": "0.2.
|
|
69
|
-
"@gdscript-analyzer/core-win32-arm64-msvc": "0.2.
|
|
70
|
-
"@gdscript-analyzer/core-linux-x64-gnu": "0.2.
|
|
71
|
-
"@gdscript-analyzer/core-linux-arm64-gnu": "0.2.
|
|
66
|
+
"@gdscript-analyzer/core-darwin-x64": "0.2.1",
|
|
67
|
+
"@gdscript-analyzer/core-darwin-arm64": "0.2.1",
|
|
68
|
+
"@gdscript-analyzer/core-win32-x64-msvc": "0.2.1",
|
|
69
|
+
"@gdscript-analyzer/core-win32-arm64-msvc": "0.2.1",
|
|
70
|
+
"@gdscript-analyzer/core-linux-x64-gnu": "0.2.1",
|
|
71
|
+
"@gdscript-analyzer/core-linux-arm64-gnu": "0.2.1"
|
|
72
72
|
}
|
|
73
73
|
}
|