@sudobility/mogulgame_lib 0.0.30 → 0.0.32

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/mogulgame_lib",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "description": "Business logic library for Starter with Zustand stores",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,9 +21,9 @@
21
21
  "lint:fix": "bunx eslint src/ --fix",
22
22
  "format": "bunx prettier --write \"src/**/*.ts\"",
23
23
  "format:check": "bunx prettier --check \"src/**/*.ts\"",
24
- "test": "vitest run",
24
+ "test:unit": "vitest run",
25
25
  "test:watch": "vitest",
26
- "verify": "bun run typecheck && bun run lint && bun run test && bun run build"
26
+ "verify": "bun run typecheck && bun run lint && bun run test:unit && bun run build"
27
27
  },
28
28
  "keywords": [
29
29
  "mogulgame",
@@ -35,16 +35,16 @@
35
35
  "author": "Sudobility",
36
36
  "license": "BUSL-1.1",
37
37
  "peerDependencies": {
38
- "@sudobility/types": "^1.9.67",
38
+ "@sudobility/types": "^1.9.68",
39
39
  "@tanstack/react-query": ">=5.0.0",
40
40
  "react": ">=18.0.0",
41
41
  "zustand": ">=5.0.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@eslint/js": "^9.38.0",
45
- "@sudobility/mogulgame_client": "^0.0.32",
46
- "@sudobility/mogulgame_types": "^0.0.23",
47
- "@sudobility/types": "^1.9.67",
45
+ "@sudobility/mogulgame_client": "^0.0.34",
46
+ "@sudobility/mogulgame_types": "^0.0.25",
47
+ "@sudobility/types": "^1.9.68",
48
48
  "@tanstack/react-query": "^5.90.5",
49
49
  "@testing-library/react": "^16.3.2",
50
50
  "@testing-library/react-hooks": "^8.0.1",