@utsp/core 0.16.0-nightly.20260112134322.3680a76 → 0.16.0-nightly.20260112155107.5896f13
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
> This package is currently in early development and should **NOT** be used in production.
|
|
6
6
|
> The API is unstable and subject to breaking changes without notice.
|
|
7
7
|
|
|
8
|
-
Core engine for UTSP (Universal
|
|
8
|
+
Core engine for UTSP (Universal Tile Stream Protocol) - Terminal-based rendering system with network support.
|
|
9
9
|
|
|
10
10
|
[](https://opensource.org/licenses/MIT)
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utsp/core",
|
|
3
|
-
"version": "0.16.0-nightly.
|
|
4
|
-
"description": "UTSP core engine - Universal
|
|
3
|
+
"version": "0.16.0-nightly.20260112155107.5896f13",
|
|
4
|
+
"description": "UTSP core engine - Universal Tile Stream Protocol data management",
|
|
5
5
|
"author": "THP Software",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@utsp/types": "0.16.0-nightly.
|
|
54
|
+
"@utsp/types": "0.16.0-nightly.20260112155107.5896f13"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@types/node": "^24.9.1",
|