Skip to content

Commit 4bca545

Browse files
Version Packages
1 parent c27436d commit 4bca545

68 files changed

Lines changed: 373 additions & 71 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/oauth-client-basic.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# executor
22

3+
## 1.6.8
4+
5+
### Patch Changes
6+
7+
- [#1904](https://github.com/UsefulSoftwareCo/executor/pull/1904) [`c27436d`](https://github.com/UsefulSoftwareCo/executor/commit/c27436dd9280eb77114e2d637c7b4c77cf2d6a2b) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Allow manually registered OAuth apps to use HTTP Basic client authentication for token exchange and refresh.
8+
9+
- Updated dependencies []:
10+
- @executor-js/sdk@1.6.8
11+
- @executor-js/runtime-quickjs@1.6.8
12+
- @executor-js/local@1.6.8
13+
- @executor-js/api@1.4.71
14+
315
## 1.6.7
416

517
### Patch Changes

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "executor",
3-
"version": "1.6.7",
3+
"version": "1.6.8",
44
"private": true,
55
"bin": {
66
"executor": "./bin/executor.ts"

apps/cloud/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @executor-js/cloud
22

3+
## 1.4.69
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @executor-js/sdk@1.6.8
9+
- @executor-js/runtime-quickjs@1.6.8
10+
- @executor-js/execution@1.6.8
11+
- @executor-js/plugin-graphql@1.6.8
12+
- @executor-js/plugin-mcp@1.6.8
13+
- @executor-js/plugin-openapi@1.6.8
14+
- @executor-js/api@1.4.71
15+
- @executor-js/vite-plugin@0.0.68
16+
- @executor-js/cloudflare@0.0.50
17+
- @executor-js/host-mcp@1.4.4
18+
- @executor-js/mcp-apps-shell@1.4.19
19+
- @executor-js/runtime-dynamic-worker@1.4.4
20+
- @executor-js/plugin-toolkits@1.5.43
21+
- @executor-js/plugin-workos-vault@0.0.2
22+
- @executor-js/react@1.4.71
23+
324
## 1.4.68
425

526
### Patch Changes

apps/cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/cloud",
3-
"version": "1.4.68",
3+
"version": "1.4.69",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/desktop/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @executor-js/desktop
22

3+
## 1.6.8
4+
35
## 1.6.7
46

57
### Patch Changes

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/desktop",
3-
"version": "1.6.7",
3+
"version": "1.6.8",
44
"private": true,
55
"homepage": "https://github.com/UsefulSoftwareCo/executor",
66
"license": "MIT",

apps/host-selfhost/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @executor-js/host-selfhost
22

3+
## 0.0.50
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @executor-js/sdk@1.6.8
9+
- @executor-js/runtime-quickjs@1.6.8
10+
- @executor-js/execution@1.6.8
11+
- @executor-js/plugin-graphql@1.6.8
12+
- @executor-js/plugin-mcp@1.6.8
13+
- @executor-js/plugin-openapi@1.6.8
14+
- @executor-js/app@1.4.4
15+
- @executor-js/analytics@0.1.15
16+
- @executor-js/api@1.4.71
17+
- @executor-js/host-mcp@1.4.4
18+
- @executor-js/mcp-apps-shell@1.4.19
19+
- @executor-js/plugin-encrypted-secrets@0.0.50
20+
- @executor-js/plugin-provider-service-split@0.0.22
21+
- @executor-js/plugin-toolkits@1.5.43
22+
- @executor-js/react@1.4.71
23+
324
## 0.0.49
425

526
### Patch Changes

apps/host-selfhost/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/host-selfhost",
3-
"version": "0.0.49",
3+
"version": "0.0.50",
44
"private": true,
55
"type": "module",
66
"exports": {

apps/local/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# @executor-js/local
22

3+
## 1.6.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @executor-js/sdk@1.6.8
9+
- @executor-js/runtime-quickjs@1.6.8
10+
- @executor-js/execution@1.6.8
11+
- @executor-js/config@1.6.8
12+
- @executor-js/plugin-file-secrets@1.6.8
13+
- @executor-js/plugin-graphql@1.6.8
14+
- @executor-js/plugin-keychain@1.6.8
15+
- @executor-js/plugin-mcp@1.6.8
16+
- @executor-js/plugin-onepassword@1.6.8
17+
- @executor-js/plugin-openapi@1.6.8
18+
- @executor-js/plugin-example@1.6.8
19+
- @executor-js/plugin-desktop-settings@1.6.8
20+
- @executor-js/app@1.4.4
21+
- @executor-js/analytics@0.1.15
22+
- @executor-js/api@1.4.71
23+
- @executor-js/vite-plugin@0.0.68
24+
- @executor-js/host-mcp@1.4.4
25+
- @executor-js/mcp-apps-shell@1.4.19
26+
- @executor-js/plugin-provider-service-split@0.0.22
27+
- @executor-js/plugin-toolkits@1.5.43
28+
- @executor-js/react@1.4.71
29+
330
## 1.6.7
431

532
### Patch Changes

0 commit comments

Comments
 (0)