@antha/entity-2d 0.15.1 → 0.16.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.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antha/entity-2d",
3
- "version": "0.15.1",
3
+ "version": "0.16.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.15.1",
43
- "@antha/web-test-runner-plugin-pixi": "^0.15.1",
42
+ "@antha/engine": "^0.16.0",
43
+ "@antha/web-test-runner-plugin-pixi": "^0.16.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.15.1",
56
- "@antha/audio": "^0.15.1",
57
- "@antha/engine": "^0.15.1",
58
- "@antha/graphics-2d": "^0.15.1",
55
+ "@antha/asset": "^0.16.0",
56
+ "@antha/audio": "^0.16.0",
57
+ "@antha/engine": "^0.16.0",
58
+ "@antha/graphics-2d": "^0.16.0",
59
59
  "detect-collisions": "^10",
60
60
  "element-vir": "^27",
61
61
  "object-shape-tester": "^6",