From 3fd080c02f6d9b98fba58bf7169d34d421573f63 Mon Sep 17 00:00:00 2001 From: Rhys Sullivan <39114868+RhysSullivan@users.noreply.github.com> Date: Wed, 13 May 2026 11:16:41 -0700 Subject: [PATCH] Version Packages --- apps/cli/package.json | 2 +- apps/cli/release-notes/next.md | 4 ++ apps/cloud/package.json | 2 +- apps/desktop/package.json | 2 +- bun.lock | 46 +++++++++---------- examples/all-plugins/package.json | 2 +- packages/core/api/package.json | 2 +- packages/core/config/package.json | 2 +- packages/core/execution/package.json | 2 +- packages/core/sdk/package.json | 2 +- packages/core/storage-core/package.json | 2 +- packages/core/storage-drizzle/package.json | 2 +- packages/core/vite-plugin/package.json | 2 +- packages/kernel/core/package.json | 2 +- packages/kernel/runtime-quickjs/package.json | 2 +- .../plugins/desktop-settings/package.json | 2 +- packages/plugins/example/package.json | 2 +- packages/plugins/file-secrets/package.json | 2 +- .../plugins/google-discovery/package.json | 2 +- packages/plugins/graphql/package.json | 2 +- packages/plugins/keychain/package.json | 2 +- packages/plugins/mcp/package.json | 2 +- packages/plugins/onepassword/package.json | 2 +- packages/plugins/openapi/package.json | 2 +- packages/react/package.json | 2 +- 25 files changed, 50 insertions(+), 46 deletions(-) diff --git a/apps/cli/package.json b/apps/cli/package.json index fc2d15e20..092016f95 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "executor", - "version": "1.4.27", + "version": "1.4.28", "private": true, "bin": { "executor": "./bin/executor.ts" diff --git a/apps/cli/release-notes/next.md b/apps/cli/release-notes/next.md index 72443d1f7..f55f11983 100644 --- a/apps/cli/release-notes/next.md +++ b/apps/cli/release-notes/next.md @@ -14,3 +14,7 @@ Downloads land on each [GitHub release](https://github.com/RhysSullivan/executor ## UI - Sidebar now shows a "Beta" pill next to the executor wordmark. + +## Fixes + +- Source configuration is no longer replayed from or written back to `executor.jsonc`; local source state stays in the shared Executor database while `executor.jsonc` continues to load plugin entries. diff --git a/apps/cloud/package.json b/apps/cloud/package.json index 3a55c05c4..4c00fdc09 100644 --- a/apps/cloud/package.json +++ b/apps/cloud/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/cloud", - "version": "1.4.13", + "version": "1.4.14", "private": true, "type": "module", "scripts": { diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 00cad5540..dd070768c 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/desktop", - "version": "1.4.27", + "version": "1.4.28", "private": true, "homepage": "https://github.com/RhysSullivan/executor", "license": "MIT", diff --git a/bun.lock b/bun.lock index dbfeecec0..39a512a4e 100644 --- a/bun.lock +++ b/bun.lock @@ -29,7 +29,7 @@ }, "apps/cli": { "name": "executor", - "version": "1.4.27", + "version": "1.4.28", "bin": { "executor": "./bin/executor.ts", }, @@ -50,7 +50,7 @@ }, "apps/cloud": { "name": "@executor-js/cloud", - "version": "1.4.13", + "version": "1.4.14", "dependencies": { "@cloudflare/vite-plugin": "^1.31.1", "@effect/atom-react": "catalog:", @@ -118,7 +118,7 @@ }, "apps/desktop": { "name": "@executor-js/desktop", - "version": "1.4.27", + "version": "1.4.28", "dependencies": { "electron-log": "^5", "electron-store": "^10", @@ -232,7 +232,7 @@ }, "examples/all-plugins": { "name": "@executor-js/example-all-plugins", - "version": "0.0.13", + "version": "0.0.14", "dependencies": { "@executor-js/plugin-file-secrets": "workspace:*", "@executor-js/plugin-google-discovery": "workspace:*", @@ -291,7 +291,7 @@ }, "packages/core/api": { "name": "@executor-js/api", - "version": "1.4.15", + "version": "1.4.16", "dependencies": { "@executor-js/execution": "workspace:*", "@executor-js/sdk": "workspace:*", @@ -328,7 +328,7 @@ }, "packages/core/config": { "name": "@executor-js/config", - "version": "1.4.27", + "version": "1.4.28", "dependencies": { "@executor-js/sdk": "workspace:*", "effect": "catalog:", @@ -346,7 +346,7 @@ }, "packages/core/execution": { "name": "@executor-js/execution", - "version": "1.4.27", + "version": "1.4.28", "dependencies": { "@executor-js/codemode-core": "workspace:*", "@executor-js/sdk": "workspace:*", @@ -378,7 +378,7 @@ }, "packages/core/sdk": { "name": "@executor-js/sdk", - "version": "1.4.27", + "version": "1.4.28", "dependencies": { "@executor-js/storage-core": "workspace:*", "@standard-schema/spec": "^1.1.0", @@ -410,7 +410,7 @@ }, "packages/core/storage-core": { "name": "@executor-js/storage-core", - "version": "1.4.27", + "version": "1.4.28", "dependencies": { "@standard-schema/spec": "^1.0.0", "effect": "catalog:", @@ -432,7 +432,7 @@ }, "packages/core/storage-drizzle": { "name": "@executor-js/storage-drizzle", - "version": "0.0.12", + "version": "0.0.13", "dependencies": { "@executor-js/storage-core": "workspace:*", "drizzle-orm": "catalog:", @@ -486,7 +486,7 @@ }, "packages/core/vite-plugin": { "name": "@executor-js/vite-plugin", - "version": "0.0.12", + "version": "0.0.13", "dependencies": { "@executor-js/sdk": "workspace:*", "jiti": "^2.6.1", @@ -524,7 +524,7 @@ }, "packages/kernel/core": { "name": "@executor-js/codemode-core", - "version": "1.4.27", + "version": "1.4.28", "dependencies": { "@babel/parser": "^7.29.2", "@standard-schema/spec": "^1.0.0", @@ -589,7 +589,7 @@ }, "packages/kernel/runtime-quickjs": { "name": "@executor-js/runtime-quickjs", - "version": "1.4.27", + "version": "1.4.28", "dependencies": { "@executor-js/codemode-core": "workspace:*", "effect": "catalog:", @@ -606,7 +606,7 @@ }, "packages/plugins/desktop-settings": { "name": "@executor-js/plugin-desktop-settings", - "version": "1.4.27", + "version": "1.4.28", "dependencies": { "@executor-js/sdk": "workspace:*", "react": "catalog:", @@ -619,7 +619,7 @@ }, "packages/plugins/example": { "name": "@executor-js/plugin-example", - "version": "1.4.27", + "version": "1.4.28", "dependencies": { "@executor-js/sdk": "workspace:*", }, @@ -642,7 +642,7 @@ }, "packages/plugins/file-secrets": { "name": "@executor-js/plugin-file-secrets", - "version": "1.4.27", + "version": "1.4.28", "dependencies": { "@executor-js/sdk": "workspace:*", "effect": "catalog:", @@ -656,7 +656,7 @@ }, "packages/plugins/google-discovery": { "name": "@executor-js/plugin-google-discovery", - "version": "1.4.27", + "version": "1.4.28", "dependencies": { "@executor-js/sdk": "workspace:*", "effect": "catalog:", @@ -691,7 +691,7 @@ }, "packages/plugins/graphql": { "name": "@executor-js/plugin-graphql", - "version": "1.4.27", + "version": "1.4.28", "dependencies": { "@effect/platform-node": "catalog:", "@executor-js/config": "workspace:*", @@ -729,7 +729,7 @@ }, "packages/plugins/keychain": { "name": "@executor-js/plugin-keychain", - "version": "1.4.27", + "version": "1.4.28", "dependencies": { "@executor-js/sdk": "workspace:*", "@napi-rs/keyring": "^1.2.0", @@ -745,7 +745,7 @@ }, "packages/plugins/mcp": { "name": "@executor-js/plugin-mcp", - "version": "1.4.27", + "version": "1.4.28", "dependencies": { "@cfworker/json-schema": "^4.1.1", "@effect/platform-node": "catalog:", @@ -785,7 +785,7 @@ }, "packages/plugins/onepassword": { "name": "@executor-js/plugin-onepassword", - "version": "1.4.27", + "version": "1.4.28", "dependencies": { "@1password/op-js": "^0.1.13", "@1password/sdk": "^0.4.1-beta.1", @@ -818,7 +818,7 @@ }, "packages/plugins/openapi": { "name": "@executor-js/plugin-openapi", - "version": "1.4.27", + "version": "1.4.28", "dependencies": { "@effect/platform-node": "catalog:", "@executor-js/config": "workspace:*", @@ -882,7 +882,7 @@ }, "packages/react": { "name": "@executor-js/react", - "version": "1.4.15", + "version": "1.4.16", "dependencies": { "@base-ui/react": "^1.3.0", "@effect/atom-react": "catalog:", diff --git a/examples/all-plugins/package.json b/examples/all-plugins/package.json index ce234e382..e7f7cf506 100644 --- a/examples/all-plugins/package.json +++ b/examples/all-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/example-all-plugins", - "version": "0.0.13", + "version": "0.0.14", "private": true, "type": "module", "scripts": { diff --git a/packages/core/api/package.json b/packages/core/api/package.json index 0715c53d3..b2c62a51b 100644 --- a/packages/core/api/package.json +++ b/packages/core/api/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/api", - "version": "1.4.15", + "version": "1.4.16", "private": true, "type": "module", "exports": { diff --git a/packages/core/config/package.json b/packages/core/config/package.json index 4b0ce43fb..2467dc62a 100644 --- a/packages/core/config/package.json +++ b/packages/core/config/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/config", - "version": "1.4.27", + "version": "1.4.28", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/config", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/core/execution/package.json b/packages/core/execution/package.json index e10b0f312..00c97ccf2 100644 --- a/packages/core/execution/package.json +++ b/packages/core/execution/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/execution", - "version": "1.4.27", + "version": "1.4.28", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/execution", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/core/sdk/package.json b/packages/core/sdk/package.json index c9159fc8c..b7a65fecd 100644 --- a/packages/core/sdk/package.json +++ b/packages/core/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/sdk", - "version": "1.4.27", + "version": "1.4.28", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/sdk", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/core/storage-core/package.json b/packages/core/storage-core/package.json index 5fad63674..136ad7c31 100644 --- a/packages/core/storage-core/package.json +++ b/packages/core/storage-core/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/storage-core", - "version": "1.4.27", + "version": "1.4.28", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/storage-core", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/core/storage-drizzle/package.json b/packages/core/storage-drizzle/package.json index 2d35aa903..282a43e98 100644 --- a/packages/core/storage-drizzle/package.json +++ b/packages/core/storage-drizzle/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/storage-drizzle", - "version": "0.0.12", + "version": "0.0.13", "private": true, "type": "module", "exports": { diff --git a/packages/core/vite-plugin/package.json b/packages/core/vite-plugin/package.json index 48adb87c5..2b9565c5b 100644 --- a/packages/core/vite-plugin/package.json +++ b/packages/core/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/vite-plugin", - "version": "0.0.12", + "version": "0.0.13", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/core/vite-plugin", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/kernel/core/package.json b/packages/kernel/core/package.json index 10fd369ff..6790a0c4b 100644 --- a/packages/kernel/core/package.json +++ b/packages/kernel/core/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/codemode-core", - "version": "1.4.27", + "version": "1.4.28", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/kernel/core", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/kernel/runtime-quickjs/package.json b/packages/kernel/runtime-quickjs/package.json index 086419866..cf1a1fe8a 100644 --- a/packages/kernel/runtime-quickjs/package.json +++ b/packages/kernel/runtime-quickjs/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/runtime-quickjs", - "version": "1.4.27", + "version": "1.4.28", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/kernel/runtime-quickjs", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/desktop-settings/package.json b/packages/plugins/desktop-settings/package.json index daa0b81ce..105920024 100644 --- a/packages/plugins/desktop-settings/package.json +++ b/packages/plugins/desktop-settings/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-desktop-settings", - "version": "1.4.27", + "version": "1.4.28", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/desktop-settings", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/example/package.json b/packages/plugins/example/package.json index b89278f2c..547bbad85 100644 --- a/packages/plugins/example/package.json +++ b/packages/plugins/example/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-example", - "version": "1.4.27", + "version": "1.4.28", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/example", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/file-secrets/package.json b/packages/plugins/file-secrets/package.json index 8190995b3..40e7a89e8 100644 --- a/packages/plugins/file-secrets/package.json +++ b/packages/plugins/file-secrets/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-file-secrets", - "version": "1.4.27", + "version": "1.4.28", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/file-secrets", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/google-discovery/package.json b/packages/plugins/google-discovery/package.json index 9fa0dbde6..145dd48b0 100644 --- a/packages/plugins/google-discovery/package.json +++ b/packages/plugins/google-discovery/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-google-discovery", - "version": "1.4.27", + "version": "1.4.28", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/google-discovery", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/graphql/package.json b/packages/plugins/graphql/package.json index b5398206b..2568a1ad3 100644 --- a/packages/plugins/graphql/package.json +++ b/packages/plugins/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-graphql", - "version": "1.4.27", + "version": "1.4.28", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/graphql", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/keychain/package.json b/packages/plugins/keychain/package.json index fb25569e6..601fff15a 100644 --- a/packages/plugins/keychain/package.json +++ b/packages/plugins/keychain/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-keychain", - "version": "1.4.27", + "version": "1.4.28", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/keychain", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/mcp/package.json b/packages/plugins/mcp/package.json index 31ef571dc..69423e75b 100644 --- a/packages/plugins/mcp/package.json +++ b/packages/plugins/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-mcp", - "version": "1.4.27", + "version": "1.4.28", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/mcp", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/onepassword/package.json b/packages/plugins/onepassword/package.json index 1e8b6c8fd..98653fec2 100644 --- a/packages/plugins/onepassword/package.json +++ b/packages/plugins/onepassword/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-onepassword", - "version": "1.4.27", + "version": "1.4.28", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/onepassword", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/plugins/openapi/package.json b/packages/plugins/openapi/package.json index 50b4ba6aa..215bf2d8b 100644 --- a/packages/plugins/openapi/package.json +++ b/packages/plugins/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-openapi", - "version": "1.4.27", + "version": "1.4.28", "homepage": "https://github.com/RhysSullivan/executor/tree/main/packages/plugins/openapi", "bugs": { "url": "https://github.com/RhysSullivan/executor/issues" diff --git a/packages/react/package.json b/packages/react/package.json index f645a35c6..a3864f3b1 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/react", - "version": "1.4.15", + "version": "1.4.16", "private": true, "type": "module", "exports": {