From 3d7b13d4a7346e0b6bcecdfeb67bacdcb0f90c21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 21:12:38 +0000 Subject: [PATCH] Version Packages --- .changeset/oauth-popup-error-details.md | 5 --- apps/cli/package.json | 2 +- apps/cloud/package.json | 2 +- apps/desktop/package.json | 2 +- bun.lock | 44 +++++++++---------- 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 +- 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 +- 24 files changed, 44 insertions(+), 49 deletions(-) delete mode 100644 .changeset/oauth-popup-error-details.md diff --git a/.changeset/oauth-popup-error-details.md b/.changeset/oauth-popup-error-details.md deleted file mode 100644 index 02e9938ed..000000000 --- a/.changeset/oauth-popup-error-details.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"executor": patch ---- - -Surface the real OAuth callback error in the popup with a collapsible details disclosure. See `apps/cli/release-notes/next.md`. diff --git a/apps/cli/package.json b/apps/cli/package.json index 940e06456..f398eecbf 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "executor", - "version": "1.4.19", + "version": "1.4.20", "private": true, "bin": { "executor": "./bin/executor.ts" diff --git a/apps/cloud/package.json b/apps/cloud/package.json index e70ff41be..6198a5a81 100644 --- a/apps/cloud/package.json +++ b/apps/cloud/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/cloud", - "version": "1.4.5", + "version": "1.4.6", "private": true, "type": "module", "scripts": { diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 7b73c652b..fbef795c6 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/desktop", - "version": "1.4.19", + "version": "1.4.20", "private": true, "homepage": "https://github.com/RhysSullivan/executor", "license": "MIT", diff --git a/bun.lock b/bun.lock index 499180e9e..96a5c8a4d 100644 --- a/bun.lock +++ b/bun.lock @@ -29,7 +29,7 @@ }, "apps/cli": { "name": "executor", - "version": "1.4.19", + "version": "1.4.20", "bin": { "executor": "./bin/executor.ts", }, @@ -49,7 +49,7 @@ }, "apps/cloud": { "name": "@executor-js/cloud", - "version": "1.4.5", + "version": "1.4.6", "dependencies": { "@cloudflare/vite-plugin": "^1.31.1", "@effect/atom-react": "catalog:", @@ -117,7 +117,7 @@ }, "apps/desktop": { "name": "@executor-js/desktop", - "version": "1.4.19", + "version": "1.4.20", "dependencies": { "electron-log": "^5", "electron-store": "^10", @@ -224,7 +224,7 @@ }, "examples/all-plugins": { "name": "@executor-js/example-all-plugins", - "version": "0.0.5", + "version": "0.0.6", "dependencies": { "@executor-js/plugin-file-secrets": "workspace:*", "@executor-js/plugin-google-discovery": "workspace:*", @@ -283,7 +283,7 @@ }, "packages/core/api": { "name": "@executor-js/api", - "version": "1.4.7", + "version": "1.4.8", "dependencies": { "@executor-js/execution": "workspace:*", "@executor-js/sdk": "workspace:*", @@ -320,7 +320,7 @@ }, "packages/core/config": { "name": "@executor-js/config", - "version": "0.2.1", + "version": "1.4.20", "dependencies": { "@executor-js/sdk": "workspace:*", "effect": "catalog:", @@ -338,7 +338,7 @@ }, "packages/core/execution": { "name": "@executor-js/execution", - "version": "0.2.1", + "version": "1.4.20", "dependencies": { "@executor-js/codemode-core": "workspace:*", "@executor-js/sdk": "workspace:*", @@ -356,7 +356,7 @@ }, "packages/core/sdk": { "name": "@executor-js/sdk", - "version": "0.2.1", + "version": "1.4.20", "dependencies": { "@executor-js/storage-core": "workspace:*", "@standard-schema/spec": "^1.1.0", @@ -388,7 +388,7 @@ }, "packages/core/storage-core": { "name": "@executor-js/storage-core", - "version": "0.2.1", + "version": "1.4.20", "dependencies": { "@standard-schema/spec": "^1.0.0", "effect": "catalog:", @@ -410,7 +410,7 @@ }, "packages/core/storage-drizzle": { "name": "@executor-js/storage-drizzle", - "version": "0.0.4", + "version": "0.0.5", "dependencies": { "@executor-js/storage-core": "workspace:*", "drizzle-orm": "catalog:", @@ -464,7 +464,7 @@ }, "packages/core/vite-plugin": { "name": "@executor-js/vite-plugin", - "version": "0.0.4", + "version": "0.0.5", "dependencies": { "@executor-js/sdk": "workspace:*", "jiti": "^2.6.1", @@ -502,7 +502,7 @@ }, "packages/kernel/core": { "name": "@executor-js/codemode-core", - "version": "0.2.1", + "version": "1.4.20", "dependencies": { "@babel/parser": "^7.29.2", "@standard-schema/spec": "^1.0.0", @@ -567,7 +567,7 @@ }, "packages/kernel/runtime-quickjs": { "name": "@executor-js/runtime-quickjs", - "version": "0.2.1", + "version": "1.4.20", "dependencies": { "@executor-js/codemode-core": "workspace:*", "effect": "catalog:", @@ -584,7 +584,7 @@ }, "packages/plugins/example": { "name": "@executor-js/plugin-example", - "version": "0.2.1", + "version": "1.4.20", "dependencies": { "@executor-js/sdk": "workspace:*", }, @@ -607,7 +607,7 @@ }, "packages/plugins/file-secrets": { "name": "@executor-js/plugin-file-secrets", - "version": "0.2.1", + "version": "1.4.20", "dependencies": { "@executor-js/sdk": "workspace:*", "effect": "catalog:", @@ -621,7 +621,7 @@ }, "packages/plugins/google-discovery": { "name": "@executor-js/plugin-google-discovery", - "version": "0.2.1", + "version": "1.4.20", "dependencies": { "@executor-js/sdk": "workspace:*", "effect": "catalog:", @@ -656,7 +656,7 @@ }, "packages/plugins/graphql": { "name": "@executor-js/plugin-graphql", - "version": "0.2.1", + "version": "1.4.20", "dependencies": { "@effect/platform-node": "catalog:", "@executor-js/config": "workspace:*", @@ -694,7 +694,7 @@ }, "packages/plugins/keychain": { "name": "@executor-js/plugin-keychain", - "version": "0.2.1", + "version": "1.4.20", "dependencies": { "@executor-js/sdk": "workspace:*", "@napi-rs/keyring": "^1.2.0", @@ -710,7 +710,7 @@ }, "packages/plugins/mcp": { "name": "@executor-js/plugin-mcp", - "version": "0.2.1", + "version": "1.4.20", "dependencies": { "@cfworker/json-schema": "^4.1.1", "@effect/platform-node": "catalog:", @@ -750,7 +750,7 @@ }, "packages/plugins/onepassword": { "name": "@executor-js/plugin-onepassword", - "version": "0.2.1", + "version": "1.4.20", "dependencies": { "@1password/op-js": "^0.1.13", "@1password/sdk": "^0.4.1-beta.1", @@ -783,7 +783,7 @@ }, "packages/plugins/openapi": { "name": "@executor-js/plugin-openapi", - "version": "0.2.1", + "version": "1.4.20", "dependencies": { "@effect/platform-node": "catalog:", "@executor-js/config": "workspace:*", @@ -847,7 +847,7 @@ }, "packages/react": { "name": "@executor-js/react", - "version": "1.4.7", + "version": "1.4.8", "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 1e57388df..7715cf20b 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.5", + "version": "0.0.6", "private": true, "type": "module", "scripts": { diff --git a/packages/core/api/package.json b/packages/core/api/package.json index 3606ee76e..44bf72e67 100644 --- a/packages/core/api/package.json +++ b/packages/core/api/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/api", - "version": "1.4.7", + "version": "1.4.8", "private": true, "type": "module", "exports": { diff --git a/packages/core/config/package.json b/packages/core/config/package.json index 909d32ce2..92f84320b 100644 --- a/packages/core/config/package.json +++ b/packages/core/config/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/config", - "version": "0.2.1", + "version": "1.4.20", "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 bc7d3ea7a..bcf253f80 100644 --- a/packages/core/execution/package.json +++ b/packages/core/execution/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/execution", - "version": "0.2.1", + "version": "1.4.20", "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 7e5c2e82a..95acb9b76 100644 --- a/packages/core/sdk/package.json +++ b/packages/core/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/sdk", - "version": "0.2.1", + "version": "1.4.20", "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 71af5293d..9c5162e16 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": "0.2.1", + "version": "1.4.20", "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 fc3413595..fce6a5388 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.4", + "version": "0.0.5", "private": true, "type": "module", "exports": { diff --git a/packages/core/vite-plugin/package.json b/packages/core/vite-plugin/package.json index b2e84270d..a9d6d2ed1 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.4", + "version": "0.0.5", "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 46c41bea0..483d31fde 100644 --- a/packages/kernel/core/package.json +++ b/packages/kernel/core/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/codemode-core", - "version": "0.2.1", + "version": "1.4.20", "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 f71c6f9a2..211b0ef16 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": "0.2.1", + "version": "1.4.20", "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/example/package.json b/packages/plugins/example/package.json index fff33f154..64567de3c 100644 --- a/packages/plugins/example/package.json +++ b/packages/plugins/example/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-example", - "version": "0.2.1", + "version": "1.4.20", "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 30555f6f1..83d78cd2a 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": "0.2.1", + "version": "1.4.20", "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 8d0d0ad7f..603bb0c87 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": "0.2.1", + "version": "1.4.20", "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 b2e1ee88b..518b6b9d5 100644 --- a/packages/plugins/graphql/package.json +++ b/packages/plugins/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-graphql", - "version": "0.2.1", + "version": "1.4.20", "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 95dba0714..0ff6d4994 100644 --- a/packages/plugins/keychain/package.json +++ b/packages/plugins/keychain/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-keychain", - "version": "0.2.1", + "version": "1.4.20", "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 1f02b65c3..d09f48102 100644 --- a/packages/plugins/mcp/package.json +++ b/packages/plugins/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-mcp", - "version": "0.2.1", + "version": "1.4.20", "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 a9199246a..2456fb744 100644 --- a/packages/plugins/onepassword/package.json +++ b/packages/plugins/onepassword/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-onepassword", - "version": "0.2.1", + "version": "1.4.20", "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 38897b17b..4cbd3f500 100644 --- a/packages/plugins/openapi/package.json +++ b/packages/plugins/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/plugin-openapi", - "version": "0.2.1", + "version": "1.4.20", "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 e3331ea54..6d18dbf3a 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@executor-js/react", - "version": "1.4.7", + "version": "1.4.8", "private": true, "type": "module", "exports": {