Some checks failed
Main Confidence / confidence (push) Failing after 45s
## Summary - introduce surface-aware compressed governance outcomes and reuse the shared truth/explanation seams for operator-first summaries - apply the compressed outcome hierarchy across baseline, evidence, review, review-pack, canonical review/evidence, and artifact-oriented operation-run surfaces - expand spec 214 fixtures and Pest coverage, and fix tenant-panel route assertions by generating explicit tenant-panel URLs in the affected Filament tests ## Validation - `cd apps/platform && ./vendor/bin/sail bin pint --dirty --format agent` - focused governance compression suite from `specs/214-governance-outcome-compression/quickstart.md` passed (`68` tests, `445` assertions) - `cd apps/platform && ./vendor/bin/sail artisan test --compact tests/Feature/Filament/InventoryItemResourceTest.php tests/Feature/Filament/BackupSetUiEnforcementTest.php tests/Feature/Filament/RestoreRunUiEnforcementTest.php` passed (`18` tests, `81` assertions) Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de> Reviewed-on: #253
77 lines
1.6 KiB
Plaintext
77 lines
1.6 KiB
Plaintext
{
|
|
"name": "pg",
|
|
"version": "8.20.0",
|
|
"description": "PostgreSQL client - pure javascript & libpq with the same API",
|
|
"keywords": [
|
|
"database",
|
|
"libpq",
|
|
"pg",
|
|
"postgre",
|
|
"postgres",
|
|
"postgresql",
|
|
"rdbms"
|
|
],
|
|
"homepage": "https://github.com/brianc/node-postgres",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brianc/node-postgres.git",
|
|
"directory": "packages/pg"
|
|
},
|
|
"author": "Brian Carlson <brian.m.carlson@gmail.com>",
|
|
"main": "./lib",
|
|
"exports": {
|
|
".": {
|
|
"import": "./esm/index.mjs",
|
|
"require": "./lib/index.js",
|
|
"default": "./lib/index.js"
|
|
},
|
|
"./package.json": {
|
|
"default": "./package.json"
|
|
},
|
|
"./lib/*": "./lib/*.js",
|
|
"./lib/*.js": "./lib/*.js"
|
|
},
|
|
"dependencies": {
|
|
"pg-connection-string": "^2.12.0",
|
|
"pg-pool": "^3.13.0",
|
|
"pg-protocol": "^1.13.0",
|
|
"pg-types": "2.2.0",
|
|
"pgpass": "1.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vitest-pool-workers": "0.8.23",
|
|
"@cloudflare/workers-types": "^4.20230404.0",
|
|
"async": "2.6.4",
|
|
"bluebird": "3.7.2",
|
|
"co": "4.6.0",
|
|
"pg-copy-streams": "0.3.0",
|
|
"typescript": "^4.0.3",
|
|
"vitest": "~3.0.9",
|
|
"wrangler": "^3.x"
|
|
},
|
|
"optionalDependencies": {
|
|
"pg-cloudflare": "^1.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"pg-native": ">=3.0.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"pg-native": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "make test-all"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"esm",
|
|
"SPONSORS.md"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 16.0.0"
|
|
},
|
|
"gitHead": "c9070cc8d526fca65780cedc25c1966b57cf7532"
|
|
}
|