@platformatic/db-core 3.0.6 → 3.2.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 +6 -6
package/README.md CHANGED
@@ -5,7 +5,7 @@ This modules wraps [`@platformatic/sql-mapper`](https://www.npmjs.com/package/@p
5
5
  [`@platformatic/sql-openapi`](https://www.npmjs.com/package/@platformatic/sql-openapi) in a convenient [Fastify](https://www.fastify.io/)
6
6
  plugin.
7
7
 
8
- Check out the full documentation for Platformatic DB on [our website](https://docs.platformatic.dev/docs/getting-started/quick-start-guide).
8
+ Check out the full documentation for Platformatic DB on [our website](https://docs.platformatic.dev/docs/getting-started/quick-start).
9
9
 
10
10
  ## Install
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/db-core",
3
- "version": "3.0.6",
3
+ "version": "3.2.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -24,13 +24,13 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "fastify-plugin": "^5.0.0",
27
- "@platformatic/sql-events": "3.0.6",
28
- "@platformatic/sql-graphql": "3.0.6",
29
- "@platformatic/sql-mapper": "3.0.6",
30
- "@platformatic/sql-openapi": "3.0.6"
27
+ "@platformatic/sql-graphql": "3.2.0",
28
+ "@platformatic/sql-openapi": "3.2.0",
29
+ "@platformatic/sql-mapper": "3.2.0",
30
+ "@platformatic/sql-events": "3.2.0"
31
31
  },
32
32
  "engines": {
33
- "node": ">=22.18.0"
33
+ "node": ">=22.19.0"
34
34
  },
35
35
  "scripts": {
36
36
  "test": "node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/*.test.js",