@geekmidas/studio 0.1.0 → 0.2.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 +14 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geekmidas/studio",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Unified development tools dashboard with database browser and request monitoring",
5
5
  "type": "module",
6
6
  "exports": {
@@ -29,15 +29,21 @@
29
29
  "access": "public"
30
30
  },
31
31
  "dependencies": {
32
- "nanoid": "~5.1.5",
33
- "@geekmidas/db": "0.1.0",
34
- "@geekmidas/telescope": "0.1.0"
32
+ "nanoid": "~5.1.5"
35
33
  },
36
34
  "peerDependencies": {
37
35
  "hono": "^4.0.0",
38
- "kysely": "^0.28.0"
36
+ "kysely": "^0.28.0",
37
+ "@geekmidas/db": "^0.2.0",
38
+ "@geekmidas/telescope": "^0.2.0"
39
39
  },
40
40
  "peerDependenciesMeta": {
41
+ "@geekmidas/db": {
42
+ "optional": true
43
+ },
44
+ "@geekmidas/telescope": {
45
+ "optional": true
46
+ },
41
47
  "hono": {
42
48
  "optional": true
43
49
  }
@@ -46,7 +52,9 @@
46
52
  "@types/pg": "~8.16.0",
47
53
  "hono": "^4.7.0",
48
54
  "kysely": "~0.28.2",
49
- "pg": "~8.16.3"
55
+ "pg": "~8.16.3",
56
+ "@geekmidas/db": "^0.2.0",
57
+ "@geekmidas/telescope": "^0.2.0"
50
58
  },
51
59
  "scripts": {
52
60
  "build:ui": "pnpm --filter @geekmidas/studio-ui build && tsx ../ui/scripts/embed-ui.ts dist/ui src/ui-assets.ts"