titan-sdk 0.0.2 → 0.0.3
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 +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "titan-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Developer SDK and Type Definitions for Titan Planet — the high-performance Rust-powered JavaScript backend framework. Includes IntelliSense support and extension building tools.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
"titan",
|
|
13
13
|
"titan-planet",
|
|
14
14
|
"titan-sdk",
|
|
15
|
-
"titanjs",
|
|
16
15
|
"ezetgalaxy",
|
|
17
16
|
"types",
|
|
18
17
|
"typescript",
|