@unbrained/pm-web 2026.7.10 → 2026.7.11
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/index.js +1 -1
- package/manifest.json +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -177,7 +177,7 @@ function processAlive(pid) {
|
|
|
177
177
|
}
|
|
178
178
|
export default defineExtension({
|
|
179
179
|
name: "pm-web",
|
|
180
|
-
version: "2026.7.
|
|
180
|
+
version: "2026.7.11",
|
|
181
181
|
activate(api) {
|
|
182
182
|
// -----------------------------------------------------------------------
|
|
183
183
|
// Command: pm web [--port <port>] [--detach]
|
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pm-web",
|
|
3
|
-
"version": "2026.7.
|
|
3
|
+
"version": "2026.7.11",
|
|
4
4
|
"description": "Full web UI for pm-cli — browse, create, update, search and manage pm projects in the browser. Self-hosted via Docker or Node.js.",
|
|
5
5
|
"author": "@unbraind",
|
|
6
6
|
"entry": "./dist/index.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unbrained/pm-web",
|
|
3
|
-
"version": "2026.7.
|
|
3
|
+
"version": "2026.7.11",
|
|
4
4
|
"description": "Full web UI for pm-cli — browse, create, update, search and manage pm projects in the browser. Self-hosted via Docker or Node.js.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"uuid": "^14.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@types/bcryptjs": "^
|
|
49
|
+
"@types/bcryptjs": "^3.0.0",
|
|
50
50
|
"@types/cookie-parser": "^1.4.8",
|
|
51
51
|
"@types/express": "^5.0.6",
|
|
52
52
|
"@types/jsonwebtoken": "^9.0.9",
|