@mikro-orm/better-sqlite 6.6.1-dev.2 → 6.6.1-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -383,6 +383,8 @@ See also the list of contributors who [participated](https://github.com/mikro-or
383
383
 
384
384
  Please ⭐️ this repository if this project helped you!
385
385
 
386
+ > If you'd like to support my open-source work, consider sponsoring me directly at [github.com/sponsors/b4nan](https://github.com/sponsors/b4nan).
387
+
386
388
  ## 📝 License
387
389
 
388
390
  Copyright © 2018 [Martin Adámek](https://github.com/b4nan).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikro-orm/better-sqlite",
3
- "version": "6.6.1-dev.2",
3
+ "version": "6.6.1-dev.3",
4
4
  "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.",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
@@ -58,7 +58,7 @@
58
58
  "access": "public"
59
59
  },
60
60
  "dependencies": {
61
- "@mikro-orm/knex": "6.6.1-dev.2",
61
+ "@mikro-orm/knex": "6.6.1-dev.3",
62
62
  "better-sqlite3": "11.10.0",
63
63
  "fs-extra": "11.3.2",
64
64
  "sqlstring-sqlite": "0.1.1"
@@ -67,6 +67,6 @@
67
67
  "@mikro-orm/core": "^6.6.0"
68
68
  },
69
69
  "peerDependencies": {
70
- "@mikro-orm/core": "6.6.1-dev.2"
70
+ "@mikro-orm/core": "6.6.1-dev.3"
71
71
  }
72
72
  }