drizzle-orm
Advanced tools
Comparing version 0.12.0-beta.0 to 0.12.0-beta.1
{ | ||
"name": "drizzle-orm", | ||
"version": "0.12.0-beta.0", | ||
"version": "0.12.0-beta.1", | ||
"description": "Drizzle ORM package for SQL databases", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/drizzle-team/drizzle-orm.git" | ||
"url": "git+https://github.com/lambda-direct/drizzle-orm.git" | ||
}, | ||
@@ -24,5 +27,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/drizzle-team/drizzle-orm/issues" | ||
"url": "https://github.com/lambda-direct/drizzle-orm/issues" | ||
}, | ||
"homepage": "https://github.com/drizzle-team/drizzle-orm#readme", | ||
"homepage": "https://github.com/lambda-direct/drizzle-orm#readme", | ||
"peerDependencies": { | ||
@@ -69,5 +72,5 @@ "drizzle-orm-mysql": ">=0.12.0-beta.0", | ||
"pack": "cp package.json dist/ && (cd dist && pnpm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz", | ||
"publish:beta": "pnpm publish package.tgz --tag beta --access public --git-checks false", | ||
"publish:beta": "pnpm publish package.tgz --tag beta --git-checks false", | ||
"build:int": "pnpm build && pnpm run pack" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
57973
0