@platformatic/db 3.0.3 → 3.0.5

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.
package/lib/generator.js CHANGED
@@ -195,7 +195,7 @@ export class Generator extends ServiceGenerator {
195
195
 
196
196
  async _getConfigFileContents () {
197
197
  const config = await super._getConfigFileContents()
198
- delete config.application
198
+ delete config.service
199
199
  config.$schema = `https://schemas.platformatic.dev/@platformatic/db/${this.platformaticVersion}.json`
200
200
 
201
201
  config.db = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/db",
3
- "version": "3.0.3",
3
+ "version": "3.0.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -66,17 +66,17 @@
66
66
  "rfdc": "^1.3.1",
67
67
  "rimraf": "^4.4.1",
68
68
  "semgrator": "^0.3.0",
69
- "@platformatic/basic": "3.0.3",
70
- "@platformatic/db-authorization": "3.0.3",
71
- "@platformatic/db-core": "3.0.3",
72
- "@platformatic/foundation": "3.0.3",
73
- "@platformatic/service": "3.0.3",
74
- "@platformatic/sql-graphql": "3.0.3",
75
- "@platformatic/sql-json-schema-mapper": "3.0.3",
76
- "@platformatic/sql-events": "3.0.3",
77
- "@platformatic/sql-mapper": "3.0.3",
78
- "@platformatic/telemetry": "3.0.3",
79
- "@platformatic/sql-openapi": "3.0.3"
69
+ "@platformatic/basic": "3.0.5",
70
+ "@platformatic/foundation": "3.0.5",
71
+ "@platformatic/db-authorization": "3.0.5",
72
+ "@platformatic/db-core": "3.0.5",
73
+ "@platformatic/service": "3.0.5",
74
+ "@platformatic/sql-events": "3.0.5",
75
+ "@platformatic/sql-graphql": "3.0.5",
76
+ "@platformatic/sql-json-schema-mapper": "3.0.5",
77
+ "@platformatic/sql-mapper": "3.0.5",
78
+ "@platformatic/sql-openapi": "3.0.5",
79
+ "@platformatic/telemetry": "3.0.5"
80
80
  },
81
81
  "engines": {
82
82
  "node": ">=22.18.0"
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/db/3.0.3.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/db/3.0.5.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Database Config",
5
5
  "type": "object",