forked from RhysSullivan/executor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
42 lines (42 loc) · 1.23 KB
/
Copy pathconfig.json
File metadata and controls
42 lines (42 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"$schema": "https://unpkg.com/@changesets/config@3.1.3/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "RhysSullivan/executor" }],
"commit": false,
"fixed": [
[
"@executor-js/sdk",
"@executor-js/codemode-core",
"@executor-js/runtime-quickjs",
"@executor-js/execution",
"@executor-js/config",
"executor",
"@executor-js/plugin-file-secrets",
"@executor-js/plugin-graphql",
"@executor-js/plugin-keychain",
"@executor-js/plugin-mcp",
"@executor-js/plugin-onepassword",
"@executor-js/plugin-openapi",
"@executor-js/plugin-example",
"@executor-js/plugin-desktop-settings",
"@executor-js/desktop"
]
],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
},
"ignore": [
"@executor-js/local",
"@executor-js/host-mcp",
"@executor-js/ir",
"@executor-js/runtime-deno-subprocess",
"@executor-js/marketing",
"@executor-js/runtime-dynamic-worker",
"@executor-js/plugin-workos-vault",
"@executor-js/example-promise-sdk",
"@executor-js/app"
]
}