@geekmidas/studio 0.4.0 → 1.0.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/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ # @geekmidas/studio
2
+
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`ff7b115`](https://github.com/geekmidas/toolbox/commit/ff7b11599f60f84ac6cdc73714c853ecf786b2e8) Thanks [@geekmidas](https://github.com/geekmidas)! - Version 1 Stable release
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`ff7b115`](https://github.com/geekmidas/toolbox/commit/ff7b11599f60f84ac6cdc73714c853ecf786b2e8)]:
12
+ - @geekmidas/db@1.0.0
13
+ - @geekmidas/telescope@1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geekmidas/studio",
3
- "version": "0.4.0",
3
+ "version": "1.0.0",
4
4
  "description": "Unified development tools dashboard with database browser and request monitoring",
5
5
  "type": "module",
6
6
  "exports": {
@@ -34,8 +34,8 @@
34
34
  "peerDependencies": {
35
35
  "hono": "^4.0.0",
36
36
  "kysely": "^0.28.0",
37
- "@geekmidas/db": "^0.3.0",
38
- "@geekmidas/telescope": "^0.4.0"
37
+ "@geekmidas/db": "^1.0.0",
38
+ "@geekmidas/telescope": "^1.0.0"
39
39
  },
40
40
  "peerDependenciesMeta": {
41
41
  "@geekmidas/db": {
@@ -53,8 +53,8 @@
53
53
  "hono": "^4.7.0",
54
54
  "kysely": "~0.28.2",
55
55
  "pg": "~8.16.3",
56
- "@geekmidas/db": "^0.3.0",
57
- "@geekmidas/telescope": "^0.4.0"
56
+ "@geekmidas/db": "^1.0.0",
57
+ "@geekmidas/telescope": "^1.0.0"
58
58
  },
59
59
  "scripts": {
60
60
  "build:ui": "pnpm --filter @geekmidas/studio-ui build && tsx ../ui/scripts/embed-ui.ts dist/ui src/ui-assets.ts"
@@ -0,0 +1,12 @@
1
+ # @geekmidas/studio-ui
2
+
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`ff7b115`](https://github.com/geekmidas/toolbox/commit/ff7b11599f60f84ac6cdc73714c853ecf786b2e8) Thanks [@geekmidas](https://github.com/geekmidas)! - Version 1 Stable release
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`ff7b115`](https://github.com/geekmidas/toolbox/commit/ff7b11599f60f84ac6cdc73714c853ecf786b2e8)]:
12
+ - @geekmidas/ui@1.0.0
package/ui/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@geekmidas/studio-ui",
3
3
  "private": true,
4
- "version": "0.0.1",
4
+ "version": "1.0.0",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",