diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index a5108d61..b316f8b3 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -50,120 +50,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
@@ -257,7 +146,7 @@
"Vitest.importer-yaak (1).executor": "Run",
"Vitest.importer-yaak.converts schema 2 to 3.executor": "Run",
"Vitest.importer-yaak.executor": "Run",
- "git-widget-placeholder": "Merging master",
+ "git-widget-placeholder": "master",
"go.import.settings.migrated": "true",
"go.sdk.automatically.set": "true",
"javascript.nodejs.core.library.configured.version": "22.8.0",
@@ -292,7 +181,7 @@
"org.rust.first.attach.projects": "true",
"prettierjs.PrettierConfiguration.Package": "/Users/gschier/Workspace/yaak/node_modules/prettier",
"settings.editor.selected.configurable": "preferences.pluginManager",
- "ts.external.directory.path": "/Users/gschier/Applications/IntelliJ IDEA Ultimate.app/Contents/plugins/javascript-plugin/jsLanguageServicesImpl/external",
+ "ts.external.directory.path": "/Users/gschier/Workspace/yaak/node_modules/typescript/lib",
"typescript.add.unambiguous.imports.on.the.fly": "true"
},
"keyToStringList": {
@@ -565,15 +454,7 @@
-
-
-
-
- 1747157702283
-
-
-
- 1747157702283
+
@@ -959,7 +840,15 @@
1748466421031
-
+
+
+ 1748530944949
+
+
+
+ 1748530944949
+
+
@@ -993,7 +882,6 @@
-
@@ -1018,7 +906,8 @@
-
+
+
true
diff --git a/plugins_/_package.json b/plugins_/_package.json
deleted file mode 100644
index 33edba00..00000000
--- a/plugins_/_package.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "@yaakapp/plugins",
- "repository": "https://github.com/yaakapp/plugins",
- "workspaces": [
- "plugins/*"
- ],
- "private": true,
- "scripts": {
- "build": "workspaces-run --parallel -- npm run --workspaces build",
- "dev": "workspaces-run --parallel -- npm run --workspaces dev",
- "test": "vitest run",
- "lint": "tsc"
- },
- "devDependencies": {
- "@types/node": "^22.7.4",
- "jsonpath": "^1.1.1",
- "typescript": "^5.6.2",
- "vitest": "^2.0.4",
- "workspaces-run": "^1.0.2",
- "@yaakapp/cli": "^0.1.5"
- },
- "dependencies": {
- "@yaakapp/api": "^0.6.0"
- }
-}