@esengine/pathfinding 1.0.7 → 1.0.8
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/pathfinding.cjs +1 -1
- package/dist/pathfinding.d.ts +1 -1
- package/dist/pathfinding.js +1 -1
- package/dist/pathfinding.mjs +1 -1
- package/package.json +1 -4
package/dist/pathfinding.cjs
CHANGED
package/dist/pathfinding.d.ts
CHANGED
package/dist/pathfinding.js
CHANGED
package/dist/pathfinding.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esengine/pathfinding",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "寻路算法库,支持A*、广度优先等算法,适用于Cocos Creator、Laya等游戏引擎",
|
|
5
5
|
"main": "dist/pathfinding.cjs",
|
|
6
6
|
"module": "dist/pathfinding.mjs",
|
|
@@ -66,8 +66,5 @@
|
|
|
66
66
|
"rollup-plugin-dts": "^6.2.1",
|
|
67
67
|
"typedoc": "^0.25.13",
|
|
68
68
|
"typescript": "^5.4.5"
|
|
69
|
-
},
|
|
70
|
-
"dependencies": {
|
|
71
|
-
"@esengine/ecs-framework": "^2.0.5"
|
|
72
69
|
}
|
|
73
70
|
}
|