You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The only dependencies permitted to run install scripts.
allowBuilds:
"@launchql/protobufjs": true # postinstall runs scripts/postinstall to select/bundle the protobuf runtime for this platform; the package is inert without it.
nx: true # postinstall runs bin/post-install to fetch the platform-specific nx native binary (@nx/nx-<platform>) the CLI needs to execute.
# 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
- insforge-test
- 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
- 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.