feat: bundle workspace tasks plugin

This commit is contained in:
Federico Jaramillo Martinez
2026-06-03 22:31:36 +02:00
parent fda6fb0eca
commit 08f69d09c0
52 changed files with 879 additions and 681 deletions
-29
View File
@@ -8,10 +8,6 @@
"name": "@jmfederico/pi-web",
"version": "1.202606.0",
"license": "MIT",
"workspaces": [
".",
"plugins/*"
],
"dependencies": {
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-go": "^6.0.1",
@@ -2326,14 +2322,6 @@
}
}
},
"node_modules/@jmfederico/pi-web": {
"resolved": "",
"link": true
},
"node_modules/@jmfederico/pi-web-actions": {
"resolved": "plugins/actions",
"link": true
},
"node_modules/@jridgewell/sourcemap-codec": {
"version": "1.5.5",
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
@@ -8678,23 +8666,6 @@
"peerDependencies": {
"zod": "^3.25.28 || ^4"
}
},
"plugins/actions": {
"name": "@jmfederico/pi-web-actions",
"version": "0.1.2",
"license": "MIT",
"devDependencies": {
"typescript": "^5.9.3",
"vitest": "^4.1.5"
},
"peerDependencies": {
"@jmfederico/pi-web": ">=1.202605.14"
},
"peerDependenciesMeta": {
"@jmfederico/pi-web": {
"optional": true
}
}
}
}
}