@pgpmjs/core 5.1.1 → 5.2.1

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.
@@ -345,8 +345,7 @@ const config = {
345
345
  og_image: 'image',
346
346
  favicon: 'upload',
347
347
  apple_touch_icon: 'image',
348
- logo: 'image',
349
- dbname: 'text'
348
+ logo: 'image'
350
349
  }
351
350
  },
352
351
  apis: {
@@ -356,7 +355,6 @@ const config = {
356
355
  id: 'uuid',
357
356
  database_id: 'uuid',
358
357
  name: 'text',
359
- dbname: 'text',
360
358
  is_public: 'boolean',
361
359
  role_name: 'text',
362
360
  anon_role: 'text'
@@ -348,8 +348,7 @@ const config = {
348
348
  og_image: 'image',
349
349
  favicon: 'upload',
350
350
  apple_touch_icon: 'image',
351
- logo: 'image',
352
- dbname: 'text'
351
+ logo: 'image'
353
352
  }
354
353
  },
355
354
  apis: {
@@ -359,7 +358,6 @@ const config = {
359
358
  id: 'uuid',
360
359
  database_id: 'uuid',
361
360
  name: 'text',
362
- dbname: 'text',
363
361
  is_public: 'boolean',
364
362
  role_name: 'text',
365
363
  anon_role: 'text'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgpmjs/core",
3
- "version": "5.1.1",
3
+ "version": "5.2.1",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PGPM Package and Migration Tools",
6
6
  "main": "index.js",
@@ -45,25 +45,25 @@
45
45
  "@types/pg": "^8.16.0",
46
46
  "copyfiles": "^2.4.1",
47
47
  "inquirerer": "^4.4.0",
48
- "makage": "^0.1.10"
48
+ "makage": "^0.1.12"
49
49
  },
50
50
  "dependencies": {
51
- "@pgpmjs/env": "^2.10.1",
52
- "@pgpmjs/logger": "^2.0.0",
53
- "@pgpmjs/server-utils": "^3.0.0",
54
- "@pgpmjs/types": "^2.15.0",
55
- "csv-to-pg": "^3.6.0",
51
+ "@pgpmjs/env": "^2.11.0",
52
+ "@pgpmjs/logger": "^2.1.0",
53
+ "@pgpmjs/server-utils": "^3.1.0",
54
+ "@pgpmjs/types": "^2.16.0",
55
+ "csv-to-pg": "^3.7.0",
56
56
  "genomic": "^5.3.0",
57
57
  "glob": "^13.0.0",
58
58
  "komoji": "^0.8.0",
59
59
  "minimatch": "^10.1.1",
60
60
  "parse-package-name": "^1.0.0",
61
61
  "pg": "^8.17.1",
62
- "pg-cache": "^2.0.0",
63
- "pg-env": "^1.3.0",
62
+ "pg-cache": "^2.1.0",
63
+ "pg-env": "^1.4.0",
64
64
  "pgsql-deparser": "^17.17.2",
65
65
  "pgsql-parser": "^17.9.11",
66
66
  "yanse": "^0.2.0"
67
67
  },
68
- "gitHead": "27b059d8fb062729f697cd3d3415a57de28a0975"
68
+ "gitHead": "49049ad3ddd762d35625f657cb42fa0862b829a0"
69
69
  }