-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3cd9dc7
commit c4ffd22
Showing
8 changed files
with
116 additions
and
129 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,47 @@ | ||
{ | ||
"name": "@cerebruminc/yates", | ||
"version": "3.5.1", | ||
"description": "Role based access control for Prisma Apps", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"CHANGELOG.md", | ||
"dist", | ||
"images" | ||
], | ||
"scripts": { | ||
"generate": "prisma generate", | ||
"build": "rimraf dist && tsc -p tsconfig.build.json", | ||
"test": "npm run lint", | ||
"lint": "biome check .", | ||
"lint:fix": "biome check . --apply", | ||
"test:types": "tsc --noEmit", | ||
"test:integration": "jest --runInBand test/integration", | ||
"test:compose:integration": "docker compose -f docker-compose.yml --profile with-sut up db sut --exit-code-from sut", | ||
"setup": "prisma generate && prisma migrate dev", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"author": "Cerebrum <[email protected]> (https://cerebrum.com)", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@biomejs/biome": "1.5.3", | ||
"@prisma/client": "^5.0.0", | ||
"@types/cls-hooked": "^4.3.3", | ||
"@types/jest": "^29.2.6", | ||
"@types/lodash": "^4.14.191", | ||
"@types/uuid": "^9.0.0", | ||
"cls-hooked": "^4.2.2", | ||
"jest": "^29.3.1", | ||
"prisma": "^5.0.0", | ||
"rimraf": "^5.0.5", | ||
"ts-jest": "^29.0.5", | ||
"typescript": "^5.3.3", | ||
"uuid": "^9.0.0" | ||
}, | ||
"dependencies": { | ||
"@types/debug": "^4.1.12", | ||
"debug": "^4.3.4", | ||
"lodash": "^4.17.21", | ||
"node-sql-parser": "^4.12.0", | ||
"type-fest": "^4.10.3" | ||
}, | ||
"peerDependencies": { | ||
"@prisma/client": "^5.0.0", | ||
"prisma": "^5.0.0" | ||
} | ||
"name": "@cerebruminc/yates", | ||
"version": "3.5.1", | ||
"description": "Role based access control for Prisma Apps", | ||
"main": "dist/index.js", | ||
"files": ["CHANGELOG.md", "dist", "images"], | ||
"scripts": { | ||
"generate": "prisma generate", | ||
"build": "rimraf dist && tsc -p tsconfig.build.json", | ||
"test": "npm run lint", | ||
"lint": "biome check .", | ||
"lint:fix": "biome check . --apply", | ||
"test:types": "tsc --noEmit", | ||
"test:integration": "jest --runInBand test/integration", | ||
"test:compose:integration": "docker compose -f docker-compose.yml --profile with-sut up db sut --exit-code-from sut", | ||
"setup": "prisma generate && prisma migrate dev", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"author": "Cerebrum <[email protected]> (https://cerebrum.com)", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@biomejs/biome": "1.5.3", | ||
"@prisma/client": "^5.11.0", | ||
"@types/cls-hooked": "^4.3.3", | ||
"@types/jest": "^29.2.6", | ||
"@types/lodash": "^4.14.191", | ||
"@types/uuid": "^9.0.0", | ||
"cls-hooked": "^4.2.2", | ||
"jest": "^29.3.1", | ||
"prisma": "^5.0.0", | ||
"rimraf": "^5.0.5", | ||
"ts-jest": "^29.0.5", | ||
"typescript": "^5.3.3", | ||
"uuid": "^9.0.0" | ||
}, | ||
"dependencies": { | ||
"@types/debug": "^4.1.12", | ||
"debug": "^4.3.4", | ||
"lodash": "^4.17.21", | ||
"node-sql-parser": "^4.12.0", | ||
"type-fest": "^4.10.3" | ||
}, | ||
"peerDependencies": { | ||
"@prisma/client": "^5.11.0", | ||
"prisma": "^5.11.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.