drizzle-orm-pg
Advanced tools
Comparing version 0.15.2 to 0.15.3-1e62a3e
{ | ||
"name": "drizzle-orm-pg", | ||
"version": "0.15.2", | ||
"description": "Drizzle ORM package for PostgreSQL database", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/drizzle-team/drizzle-orm.git" | ||
}, | ||
"keywords": [ | ||
"orm", | ||
"pg", | ||
"postgres", | ||
"postgresql", | ||
"database", | ||
"sql", | ||
"typescript" | ||
], | ||
"author": "Drizzle Team", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/drizzle-team/drizzle-orm/issues" | ||
}, | ||
"homepage": "https://github.com/drizzle-team/drizzle-orm#readme", | ||
"peerDependencies": { | ||
"@types/pg": ">=8 <9", | ||
"drizzle-orm": ">=0.15 <0.16", | ||
"pg": ">=8 <9" | ||
}, | ||
"peerDependenciesMeta": { | ||
"pg": { | ||
"optional": true | ||
}, | ||
"@types/pg": { | ||
"optional": true | ||
} | ||
}, | ||
"devDependencies": { | ||
"@neondatabase/serverless": "^0.1.13", | ||
"@types/pg": "^8.6.5", | ||
"drizzle-orm": "link:../drizzle-orm/dist", | ||
"pg": "^8.8.0" | ||
}, | ||
"scripts": { | ||
"build": "tsc --build && resolve-tspaths && cp README.md package.json dist/", | ||
"test:types": "cd tests && tsc", | ||
"pack": "(cd dist && pnpm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz" | ||
} | ||
} | ||
"name": "drizzle-orm-pg", | ||
"version": "0.15.3-1e62a3e", | ||
"description": "Drizzle ORM package for PostgreSQL database", | ||
"scripts": { | ||
"build": "tsc --build && resolve-tspaths && cp README.md package.json dist/", | ||
"test:types": "cd tests && tsc", | ||
"pack": "cp package.json dist/ && (cd dist && npm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz", | ||
"publish": "npm publish package.tgz" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/drizzle-team/drizzle-orm.git" | ||
}, | ||
"keywords": [ | ||
"orm", | ||
"pg", | ||
"postgres", | ||
"postgresql", | ||
"database", | ||
"sql", | ||
"typescript" | ||
], | ||
"author": "Drizzle Team", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/drizzle-team/drizzle-orm/issues" | ||
}, | ||
"homepage": "https://github.com/drizzle-team/drizzle-orm#readme", | ||
"peerDependencies": { | ||
"@types/pg": ">=8 <9", | ||
"drizzle-orm": ">=0.15 <0.16", | ||
"pg": ">=8 <9" | ||
}, | ||
"peerDependenciesMeta": { | ||
"pg": { | ||
"optional": true | ||
}, | ||
"@types/pg": { | ||
"optional": true | ||
} | ||
}, | ||
"devDependencies": { | ||
"@neondatabase/serverless": "^0.1.13", | ||
"@types/pg": "^8.6.5", | ||
"drizzle-orm": "link:../drizzle-orm/dist", | ||
"pg": "^8.8.0" | ||
} | ||
} |
@@ -7,3 +7,3 @@ <div align='center'> | ||
<a href='https://discord.gg/yfjTbVXMW4'><img alt='Discord' src='https://img.shields.io/discord/1043890932593987624'></a> | ||
<img alt='NPM' src='https://img.shields.io/npm/l/drizzle-orm-pg'> | ||
<img alt='License' src='https://img.shields.io/npm/l/drizzle-orm-pg'> | ||
<h6><i>If you know SQL, you know Drizzle ORM</i></h6> | ||
@@ -10,0 +10,0 @@ <hr /> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
289602
198