@travetto/model-sql 3.0.0-rc.10 → 3.0.0-rc.12

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 +3 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -29,9 +29,9 @@ npm install @travetto/model-sqlite
29
29
 
30
30
  The current SQL client support stands at:
31
31
 
32
- * [MySQL](https://www.mysql.com/) - 5.6 and 5.7
33
- * [Postgres](https://postgresql.org) - 11+
34
- * [SQLite](https://www.sqlite.org/) - (bettersqlite 7.6+)
32
+ * [MySQL](https://www.mysql.com/) - 8.6+
33
+ * [Postgres](https://postgresql.org) - 14+
34
+ * [SQLite](https://www.sqlite.org/) - (bettersqlite 8.0+)
35
35
  * `SQL Server` - Currently unsupported
36
36
  * `Oracle` - Currently unsupported
37
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/model-sql",
3
- "version": "3.0.0-rc.10",
3
+ "version": "3.0.0-rc.12",
4
4
  "description": "SQL backing for the travetto model module, with real-time modeling support for SQL schemas.",
5
5
  "keywords": [
6
6
  "sql",
@@ -27,14 +27,14 @@
27
27
  "directory": "module/model-sql"
28
28
  },
29
29
  "dependencies": {
30
- "@travetto/config": "^3.0.0-rc.10",
31
- "@travetto/context": "^3.0.0-rc.10",
32
- "@travetto/model": "^3.0.0-rc.10",
33
- "@travetto/model-query": "^3.0.0-rc.10"
30
+ "@travetto/config": "^3.0.0-rc.12",
31
+ "@travetto/context": "^3.0.0-rc.12",
32
+ "@travetto/model": "^3.0.0-rc.12",
33
+ "@travetto/model-query": "^3.0.0-rc.12"
34
34
  },
35
35
  "peerDependencies": {
36
- "@travetto/command": "^3.0.0-rc.7",
37
- "@travetto/test": "^3.0.0-rc.11"
36
+ "@travetto/command": "^3.0.0-rc.9",
37
+ "@travetto/test": "^3.0.0-rc.13"
38
38
  },
39
39
  "peerDependenciesMeta": {
40
40
  "@travetto/command": {