@esengine/spatial 1.0.3 → 1.0.4
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esengine/spatial",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Spatial query and indexing system for ECS Framework / ECS 框架的空间查询和索引系统",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
"rimraf": "^5.0.0",
|
|
25
25
|
"tsup": "^8.0.0",
|
|
26
26
|
"typescript": "^5.8.3",
|
|
27
|
-
"@esengine/ecs-framework": "2.4.
|
|
27
|
+
"@esengine/ecs-framework": "2.4.4",
|
|
28
28
|
"@esengine/ecs-framework-math": "1.0.5",
|
|
29
|
-
"@esengine/blueprint": "1.0.
|
|
29
|
+
"@esengine/blueprint": "1.0.2",
|
|
30
30
|
"@esengine/build-config": "1.0.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@esengine/ecs-framework": "2.4.
|
|
33
|
+
"@esengine/ecs-framework": "2.4.4",
|
|
34
34
|
"@esengine/ecs-framework-math": "1.0.5",
|
|
35
|
-
"@esengine/blueprint": "1.0.
|
|
35
|
+
"@esengine/blueprint": "1.0.2"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public",
|