@devframes/plugin-terminals 0.6.0-beta.1 → 0.6.0-beta.3

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.
@@ -10,8 +10,8 @@
10
10
  body { background: #0d1117; }
11
11
  @media (prefers-color-scheme: light) { body { background: #f6f8fa; } }
12
12
  </style>
13
- <script type="module" crossorigin src="./assets/index-Dmm_EwpX.js"></script>
14
- <link rel="stylesheet" crossorigin href="./assets/index-IBTOt_--.css">
13
+ <script type="module" crossorigin src="./assets/index-CsHXMx9i.js"></script>
14
+ <link rel="stylesheet" crossorigin href="./assets/index-BN61pYfK.css">
15
15
  </head>
16
16
  <body>
17
17
  <div id="app"></div>
@@ -3,7 +3,7 @@ import { fileURLToPath } from "node:url";
3
3
  import { defineDevframe } from "devframe/types";
4
4
  //#region package.json
5
5
  var name = "@devframes/plugin-terminals";
6
- var version = "0.6.0-beta.1";
6
+ var version = "0.6.0-beta.3";
7
7
  var description = "Portable, hub-native terminal panel for devframe — readonly output streaming and fully interactive PTY shells (TUI-capable).";
8
8
  var homepage = "https://github.com/devframes/devframe#readme";
9
9
  //#endregion
package/dist/vite.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { t as createTerminalsDevframe } from "./src-DLL342d9.mjs";
1
+ import { t as createTerminalsDevframe } from "./src-BeTcK_8Z.mjs";
2
2
  import { viteDevBridge } from "devframe/helpers/vite";
3
3
  //#region src/vite.ts
4
4
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@devframes/plugin-terminals",
3
3
  "type": "module",
4
- "version": "0.6.0-beta.1",
4
+ "version": "0.6.0-beta.3",
5
5
  "description": "Portable, hub-native terminal panel for devframe — readonly output streaming and fully interactive PTY shells (TUI-capable).",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -41,7 +41,7 @@
41
41
  ],
42
42
  "peerDependencies": {
43
43
  "vite": "^8.0.0",
44
- "devframe": "0.6.0-beta.1"
44
+ "devframe": "0.6.0-beta.3"
45
45
  },
46
46
  "peerDependenciesMeta": {
47
47
  "vite": {
@@ -53,28 +53,28 @@
53
53
  "@xterm/xterm": "^6.0.0",
54
54
  "nostics": "^1.1.4",
55
55
  "pathe": "^2.0.3",
56
- "valibot": "^1.4.1",
56
+ "valibot": "^1.4.2",
57
57
  "zigpty": "^0.2.1"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@antfu/design": "^0.2.1",
61
- "@iconify-json/ph": "^1.2.0",
61
+ "@iconify-json/ph": "^1.2.2",
62
62
  "@storybook/svelte-vite": "^10.4.6",
63
- "@sveltejs/vite-plugin-svelte": "^5.0.0",
64
- "@types/node": "^25.9.1",
65
- "colorjs.io": "^0.6.0",
63
+ "@sveltejs/vite-plugin-svelte": "^7.1.4",
64
+ "@types/node": "^26.1.0",
65
+ "colorjs.io": "^0.6.1",
66
66
  "get-port-please": "^3.2.0",
67
67
  "h3": "2.0.1-rc.22",
68
68
  "storybook": "^10.4.6",
69
- "svelte": "^5.0.0",
70
- "tsdown": "^0.22.0",
69
+ "svelte": "^5.56.4",
70
+ "tsdown": "^0.22.3",
71
71
  "typescript": "^6.0.3",
72
- "unocss": "^66.0.0",
73
- "vite": "^8.0.14",
74
- "vite-plugin-css-injected-by-js": "^3.5.0",
75
- "vitest": "^4.1.7",
72
+ "unocss": "^66.7.5",
73
+ "vite": "^8.1.3",
74
+ "vite-plugin-css-injected-by-js": "^5.0.1",
75
+ "vitest": "^4.1.10",
76
76
  "ws": "^8.21.0",
77
- "devframe": "0.6.0-beta.1"
77
+ "devframe": "0.6.0-beta.3"
78
78
  },
79
79
  "scripts": {
80
80
  "build": "tsdown && vite build --config src/client/vite.config.ts && vite build --config src/spa/vite.config.ts",