-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
67 lines (62 loc) · 1.61 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
67 lines (62 loc) · 1.61 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
packages:
- 'packages/*'
- 'examples/*'
- 'benchmarks'
- 'shared'
- 'internal'
- 'site'
allowBuilds:
'@aronrepo/*': true
'@firebase/util': true
'@parcel/watcher': true
'@swc/core': true
'@vscode/vsce-sign': true
aronrepo: true
esbuild: true
keytar: true
lmdb: true
msgpackr-extract: true
protobufjs: true
sharp: true
unrs-resolver: true
workerd: true
minimumReleaseAgeExclude:
- '@aronrepo/*'
- aronrepo
- '@typescript/typescript-aix-ppc64@7.0.2'
- '@typescript/typescript-darwin-arm64@7.0.2'
- '@typescript/typescript-darwin-x64@7.0.2'
- '@typescript/typescript-freebsd-arm64@7.0.2'
- '@typescript/typescript-freebsd-x64@7.0.2'
- '@typescript/typescript-linux-arm64@7.0.2'
- '@typescript/typescript-linux-arm@7.0.2'
- '@typescript/typescript-linux-loong64@7.0.2'
- '@typescript/typescript-linux-mips64el@7.0.2'
- '@typescript/typescript-linux-ppc64@7.0.2'
- '@typescript/typescript-linux-riscv64@7.0.2'
- '@typescript/typescript-linux-s390x@7.0.2'
- '@typescript/typescript-linux-x64@7.0.2'
- '@typescript/typescript-netbsd-arm64@7.0.2'
- '@typescript/typescript-netbsd-x64@7.0.2'
- '@typescript/typescript-openbsd-arm64@7.0.2'
- '@typescript/typescript-openbsd-x64@7.0.2'
- '@typescript/typescript-sunos-x64@7.0.2'
- '@typescript/typescript-win32-arm64@7.0.2'
- '@typescript/typescript-win32-x64@7.0.2'
- typescript@7.0.2
- rolldown-plugin-dts@0.27.4
overrides:
rolldown-plugin-dts: 0.27.4
supportedArchitectures:
os:
- win32
- darwin
- linux
cpu:
- x64
- arm64
- arm
libc:
- glibc
- musl
verifyDepsBeforeRun: false