@objectstack/driver-sql 6.8.0 → 6.9.0

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -522,7 +522,7 @@ const stack = defineStack({
522
522
 
523
523
  ## License
524
524
 
525
- Apache-2.0
525
+ Apache-2.0. See [LICENSING.md](../../../LICENSING.md).
526
526
 
527
527
  ## See Also
528
528
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@objectstack/driver-sql",
3
- "version": "6.8.0",
4
- "license": "BUSL-1.1",
3
+ "version": "6.9.0",
4
+ "license": "Apache-2.0",
5
5
  "description": "SQL Driver for ObjectStack - Supports PostgreSQL, MySQL, SQLite via Knex",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -15,8 +15,8 @@
15
15
  "dependencies": {
16
16
  "knex": "^3.2.10",
17
17
  "nanoid": "^5.1.11",
18
- "@objectstack/core": "6.8.0",
19
- "@objectstack/spec": "6.8.0"
18
+ "@objectstack/core": "6.9.0",
19
+ "@objectstack/spec": "6.9.0"
20
20
  },
21
21
  "optionalDependencies": {
22
22
  "better-sqlite3": "^12.10.0"