@looop-games/cli 0.1.35 → 0.1.37

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looop-games/cli",
3
- "version": "0.1.35",
3
+ "version": "0.1.37",
4
4
  "description": "Looop game development CLI — dev server, login, and publishing for standalone Looop games.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -17,11 +17,12 @@
17
17
  "node": ">=20.11"
18
18
  },
19
19
  "scripts": {
20
- "test": "node --test 'lib/*.test.mjs'"
20
+ "test": "node scripts/run-tests.mjs"
21
21
  },
22
22
  "dependencies": {
23
23
  "cross-spawn": "^7.0.6",
24
24
  "esbuild": "^0.28.0",
25
+ "hyparquet-writer": "^0.16.9",
25
26
  "partykit": "^0.0.115"
26
27
  }
27
28
  }