@devframes/plugin-messages 0.6.0-beta.3 → 0.6.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/dist/cli.mjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{src-DmjLrMfK.mjs → src-Ddlymret.mjs} +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +5 -5
package/dist/cli.mjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { n as messagesDevframe, t as createMessagesDevframe } from "./src-
|
|
1
|
+
import { n as messagesDevframe, t as createMessagesDevframe } from "./src-Ddlymret.mjs";
|
|
2
2
|
import { DEFAULT_PORT, MESSAGES_UPDATED_EVENT, PLUGIN_ID } from "./constants.mjs";
|
|
3
3
|
export { DEFAULT_PORT, MESSAGES_UPDATED_EVENT, PLUGIN_ID, createMessagesDevframe, messagesDevframe as default };
|
|
@@ -5,7 +5,7 @@ import { fileURLToPath } from "node:url";
|
|
|
5
5
|
import { defineDevframe } from "devframe/types";
|
|
6
6
|
//#region package.json
|
|
7
7
|
var name = "@devframes/plugin-messages";
|
|
8
|
-
var version = "0.6.0
|
|
8
|
+
var version = "0.6.0";
|
|
9
9
|
var description = "Devframe plugin — the hub message feed as a portable panel: browse, filter, and dismiss `ctx.messages` entries from any hub host.";
|
|
10
10
|
var homepage = "https://github.com/devframes/devframe#readme";
|
|
11
11
|
//#endregion
|
package/dist/vite.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devframes/plugin-messages",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.6.0
|
|
4
|
+
"version": "0.6.0",
|
|
5
5
|
"description": "Devframe plugin — the hub message feed as a portable panel: browse, filter, and dismiss `ctx.messages` entries from any hub host.",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
],
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"vite": "^7.0.0 || ^8.0.0",
|
|
44
|
-
"@devframes/hub": "0.6.0
|
|
45
|
-
"devframe": "0.6.0
|
|
44
|
+
"@devframes/hub": "0.6.0",
|
|
45
|
+
"devframe": "0.6.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependenciesMeta": {
|
|
48
48
|
"vite": {
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"vitest": "^4.1.10",
|
|
72
72
|
"vue": "^3.5.39",
|
|
73
73
|
"ws": "^8.21.0",
|
|
74
|
-
"@devframes/hub": "0.6.0
|
|
75
|
-
"devframe": "0.6.0
|
|
74
|
+
"@devframes/hub": "0.6.0",
|
|
75
|
+
"devframe": "0.6.0"
|
|
76
76
|
},
|
|
77
77
|
"scripts": {
|
|
78
78
|
"build": "tsdown && vite build --config src/client/vite.config.ts && vite build --config src/spa/vite.config.ts",
|