-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
52 lines (47 loc) · 1.69 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
52 lines (47 loc) · 1.69 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
packages:
- 'packages/*'
- 'portability/packages/*'
# Exempt from the wait: 6 scope glob(s), 24 first-party package(s).
# First-party membership comes from what pyramation publishes on npm — waiting on your own release protects nothing.
minimumReleaseAgeExclude:
- "@constructive-db/*"
- "@constructive-io/*"
- "@launchql/*"
- "@pgpm/*"
- "@pgpmjs/*"
- "@pgsql/*"
- 12factor-env
- appstash
- csv-to-pg
- find-and-require-package-json
- genomic
- inquirerer
- libpg-query
- nested-obj
- pg-cache
- pg-env
- pg-proto-parser
- pg-seed
- pgsql-client
- pgsql-deparser
- pgsql-parser
- pgsql-seed
- pgsql-test
- plpgsql-deparser
- plpgsql-parser
- pnpm-policy
- strfy-js
- supabase-test
- yamlize
- yanse
# Managed by pnpm-policy — run `pnpm-policy generate` after editing pnpm-policy.yaml.
# A third-party release must be 2d old before it can be installed.
# Most malicious releases are found and yanked well inside that window.
minimumReleaseAge: 2880
# Transitive dependencies must come from the registry, not from git or a URL.
blockExoticSubdeps: true
# The only dependencies permitted to run install scripts.
allowBuilds:
"@launchql/protobufjs": true # postinstall checks for the optional native encoding helpers (bytebuffer/long) protobufjs uses for perf and prints a warning when they're absent; no code generation or network access happens.
nx: true # postinstall (bin/post-install) downloads the platform-specific @nx/nx-<os>-<arch> native binary the task-graph engine requires to run at all.
unrs-resolver: true # postinstall selects/loads the prebuilt napi-rs native binding for the current platform; the resolver package has no pure-JS fallback.