@pgpmjs/core 4.16.0 → 4.17.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.
@@ -107,7 +107,8 @@ const config = {
107
107
  database_id: 'uuid',
108
108
  name: 'text',
109
109
  schema_name: 'text',
110
- description: 'text'
110
+ description: 'text',
111
+ is_public: 'boolean'
111
112
  }
112
113
  },
113
114
  table: {
@@ -110,7 +110,8 @@ const config = {
110
110
  database_id: 'uuid',
111
111
  name: 'text',
112
112
  schema_name: 'text',
113
- description: 'text'
113
+ description: 'text',
114
+ is_public: 'boolean'
114
115
  }
115
116
  },
116
117
  table: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgpmjs/core",
3
- "version": "4.16.0",
3
+ "version": "4.17.0",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PGPM Package and Migration Tools",
6
6
  "main": "index.js",
@@ -44,25 +44,25 @@
44
44
  "@pgsql/types": "^17.6.2",
45
45
  "@types/pg": "^8.16.0",
46
46
  "copyfiles": "^2.4.1",
47
- "inquirerer": "^4.3.1",
47
+ "inquirerer": "^4.4.0",
48
48
  "makage": "^0.1.10"
49
49
  },
50
50
  "dependencies": {
51
51
  "@pgpmjs/env": "^2.10.0",
52
- "@pgpmjs/logger": "^1.4.0",
53
- "@pgpmjs/server-utils": "^2.9.0",
52
+ "@pgpmjs/logger": "^1.5.0",
53
+ "@pgpmjs/server-utils": "^2.10.0",
54
54
  "@pgpmjs/types": "^2.15.0",
55
- "csv-to-pg": "^3.5.0",
56
- "genomic": "^5.2.3",
55
+ "csv-to-pg": "^3.6.0",
56
+ "genomic": "^5.3.0",
57
57
  "glob": "^13.0.0",
58
- "komoji": "^0.7.14",
58
+ "komoji": "^0.8.0",
59
59
  "parse-package-name": "^1.0.0",
60
- "pg": "^8.16.3",
61
- "pg-cache": "^1.7.0",
60
+ "pg": "^8.17.1",
61
+ "pg-cache": "^1.8.0",
62
62
  "pg-env": "^1.3.0",
63
63
  "pgsql-deparser": "^17.17.2",
64
64
  "pgsql-parser": "^17.9.11",
65
- "yanse": "^0.1.11"
65
+ "yanse": "^0.2.0"
66
66
  },
67
- "gitHead": "481b3a50b4eec2da6b376c4cd1868065e1e28edb"
67
+ "gitHead": "ec2b5f644c479626305ef85a05a6e7105c2c58cd"
68
68
  }