@daneren2005/shared-memory-ecs 1.0.1 → 1.1.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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@daneren2005/shared-memory-ecs",
3
3
  "description": "A small, reusable Entity/Component/System core backed by shared memory.",
4
4
  "author": "Scott Jackson",
5
- "version": "1.0.1",
5
+ "version": "1.1.0",
6
6
  "type": "module",
7
7
  "repository": {
8
8
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "dist"
27
27
  ],
28
28
  "scripts": {
29
- "build": "vite build && tsc --emitDeclarationOnly",
29
+ "build": "vite build && tsc -p tsconfig.build.json --emitDeclarationOnly",
30
30
  "type-check": "tsc --noEmit",
31
31
  "lint": "cross-env NODE_ENV=production oxlint .",
32
32
  "lint:fix": "cross-env NODE_ENV=production oxlint --fix .",
@@ -35,13 +35,14 @@
35
35
  "prepare": "husky"
36
36
  },
37
37
  "dependencies": {
38
- "@daneren2005/shared-memory-objects": "^0.0.21",
38
+ "@daneren2005/shared-memory-objects": "^1.0.0",
39
39
  "eventemitter3": "^3.1.2"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@semantic-release/git": "^10.0.1",
43
43
  "@stylistic/eslint-plugin": "^5.10.0",
44
44
  "@types/node": "^26.1.1",
45
+ "@vitest/web-worker": "^4.1.10",
45
46
  "cross-env": "^10.1.0",
46
47
  "husky": "^9.1.7",
47
48
  "lint-staged": "^17.0.8",