@mikro-orm/sqlite
Advanced tools
Comparing version 4.0.0-alpha.0 to 4.0.0-alpha.1
{ | ||
"name": "@mikro-orm/sqlite", | ||
"version": "4.0.0-alpha.0", | ||
"version": "4.0.0-alpha.1", | ||
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"main": "index.js", | ||
"typings": "index.d.ts", | ||
"repository": { | ||
@@ -41,12 +41,15 @@ "type": "git", | ||
"scripts": { | ||
"build": "yarn clean && yarn compile", | ||
"build": "yarn clean && yarn compile && yarn copy", | ||
"clean": "rimraf ./dist", | ||
"compile": "tsc -p tsconfig.build.json" | ||
"compile": "tsc -p tsconfig.build.json", | ||
"copy": "ts-node -T ../../scripts/copy.ts" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@mikro-orm/core": "^4.0.0-alpha.0", | ||
"@mikro-orm/knex": "^4.0.0-alpha.0", | ||
"@mikro-orm/core": "^4.0.0-alpha.1", | ||
"@mikro-orm/knex": "^4.0.0-alpha.1", | ||
"sqlite3": "^4.2.0" | ||
}, | ||
"gitHead": "77fc1e846030d3b283a3df01028ddfa0e78184a3" | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
32434
0
405
15
1