@antha/entity-2d 0.15.1 → 0.17.0
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/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antha/entity-2d",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"description": "An Antha mod for handling 2D entities.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vir",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"scripts": {
|
|
31
31
|
"compile": "virmator compile",
|
|
32
32
|
"docs": "virmator docs",
|
|
33
|
-
"test": "virmator test web",
|
|
33
|
+
"test": "NODE_OPTIONS=--import=tsx virmator test web",
|
|
34
34
|
"test:coverage": "npm test coverage",
|
|
35
35
|
"test:docs": "virmator docs check"
|
|
36
36
|
},
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"@augment-vir/common": "^32.3.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@antha/engine": "^0.
|
|
43
|
-
"@antha/web-test-runner-plugin-pixi": "^0.
|
|
42
|
+
"@antha/engine": "^0.17.0",
|
|
43
|
+
"@antha/web-test-runner-plugin-pixi": "^0.17.0",
|
|
44
44
|
"@augment-vir/test": "^32.3.0",
|
|
45
45
|
"@web/dev-server-esbuild": "^2.0.0",
|
|
46
46
|
"@web/test-runner": "^1.0.0",
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"typed-event-target": "^4.3.3"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@antha/asset": "^0.
|
|
56
|
-
"@antha/audio": "^0.
|
|
57
|
-
"@antha/engine": "^0.
|
|
58
|
-
"@antha/graphics-2d": "^0.
|
|
55
|
+
"@antha/asset": "^0.17.0",
|
|
56
|
+
"@antha/audio": "^0.17.0",
|
|
57
|
+
"@antha/engine": "^0.17.0",
|
|
58
|
+
"@antha/graphics-2d": "^0.17.0",
|
|
59
59
|
"detect-collisions": "^10",
|
|
60
60
|
"element-vir": "^27",
|
|
61
61
|
"object-shape-tester": "^6",
|
|
File without changes
|
|
File without changes
|