@thi.ng/ecs 0.7.174 → 0.7.176
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/CHANGELOG.md +1 -1
- package/README.md +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 210 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/ecs",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.176",
|
|
4
4
|
"description": "Entity Component System based around typed arrays & sparse sets",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -39,19 +39,19 @@
|
|
|
39
39
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@thi.ng/api": "^8.11.
|
|
43
|
-
"@thi.ng/associative": "^7.1.
|
|
44
|
-
"@thi.ng/binary": "^3.4.
|
|
45
|
-
"@thi.ng/checks": "^3.7.
|
|
46
|
-
"@thi.ng/dcons": "^3.2.
|
|
47
|
-
"@thi.ng/errors": "^2.5.
|
|
48
|
-
"@thi.ng/idgen": "^2.2.
|
|
49
|
-
"@thi.ng/logger": "^3.1.
|
|
50
|
-
"@thi.ng/malloc": "^6.1.
|
|
51
|
-
"@thi.ng/transducers": "^9.6.
|
|
42
|
+
"@thi.ng/api": "^8.11.33",
|
|
43
|
+
"@thi.ng/associative": "^7.1.6",
|
|
44
|
+
"@thi.ng/binary": "^3.4.57",
|
|
45
|
+
"@thi.ng/checks": "^3.7.13",
|
|
46
|
+
"@thi.ng/dcons": "^3.2.163",
|
|
47
|
+
"@thi.ng/errors": "^2.5.39",
|
|
48
|
+
"@thi.ng/idgen": "^2.2.73",
|
|
49
|
+
"@thi.ng/logger": "^3.1.14",
|
|
50
|
+
"@thi.ng/malloc": "^6.1.118",
|
|
51
|
+
"@thi.ng/transducers": "^9.6.4"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@thi.ng/equiv": "^2.1.
|
|
54
|
+
"@thi.ng/equiv": "^2.1.89",
|
|
55
55
|
"esbuild": "^0.25.8",
|
|
56
56
|
"typedoc": "^0.28.7",
|
|
57
57
|
"typescript": "^5.8.3"
|
|
@@ -124,5 +124,5 @@
|
|
|
124
124
|
"status": "alpha",
|
|
125
125
|
"year": 2019
|
|
126
126
|
},
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "1df8a3a9061257ea73ccf1ab9cdf63c81a9f519f\n"
|
|
128
128
|
}
|