@skybridge/devtools 0.36.1 → 0.36.2

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 +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skybridge/devtools",
3
- "version": "0.36.1",
3
+ "version": "0.36.2",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -60,14 +60,13 @@
60
60
  "typescript": "~6.0.2",
61
61
  "vite": "^8.0.3",
62
62
  "zustand": "^5.0.12",
63
- "skybridge": "0.36.1"
63
+ "skybridge": "0.36.2"
64
64
  },
65
65
  "scripts": {
66
66
  "dev": "vite",
67
67
  "build": "tsc -b && vite build && pnpm run build:server",
68
68
  "build:server": "tsc -p tsconfig.server.json",
69
- "test": "pnpm run test:type && pnpm run test:format",
70
- "test:type": "tsc --noEmit",
69
+ "test": "pnpm run test:format",
71
70
  "format": "biome check --write --error-on-warnings",
72
71
  "test:format": "biome ci",
73
72
  "preview": "vite preview"