@pgpmjs/core 4.3.0 → 4.4.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.
@@ -19,6 +19,8 @@ export const getAvailableExtensions = async (modules) => {
19
19
  'postgres_fdw',
20
20
  // Geospatial (vertical showcase)
21
21
  'postgis',
22
+ // AI & embeddings
23
+ 'vector',
22
24
  // Procedural logic (baseline)
23
25
  'plpgsql',
24
26
  ];
@@ -22,6 +22,8 @@ const getAvailableExtensions = async (modules) => {
22
22
  'postgres_fdw',
23
23
  // Geospatial (vertical showcase)
24
24
  'postgis',
25
+ // AI & embeddings
26
+ 'vector',
25
27
  // Procedural logic (baseline)
26
28
  'plpgsql',
27
29
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgpmjs/core",
3
- "version": "4.3.0",
3
+ "version": "4.4.0",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PGPM Package and Migration Tools",
6
6
  "main": "index.js",
@@ -44,7 +44,7 @@
44
44
  "@pgsql/types": "^17.6.2",
45
45
  "@types/pg": "^8.16.0",
46
46
  "copyfiles": "^2.4.1",
47
- "inquirerer": "^4.1.1",
47
+ "inquirerer": "^4.1.2",
48
48
  "makage": "^0.1.9"
49
49
  },
50
50
  "dependencies": {
@@ -52,8 +52,8 @@
52
52
  "@pgpmjs/logger": "^1.3.5",
53
53
  "@pgpmjs/server-utils": "^2.8.11",
54
54
  "@pgpmjs/types": "^2.12.8",
55
- "csv-to-pg": "^3.2.0",
56
- "genomic": "^5.0.2",
55
+ "csv-to-pg": "^3.2.1",
56
+ "genomic": "^5.0.3",
57
57
  "glob": "^13.0.0",
58
58
  "komoji": "^0.7.11",
59
59
  "parse-package-name": "^1.0.0",
@@ -64,5 +64,5 @@
64
64
  "pgsql-parser": "^17.9.5",
65
65
  "yanse": "^0.1.8"
66
66
  },
67
- "gitHead": "7ac931c063d48e281349b748ba2eb9c9f47ffb06"
67
+ "gitHead": "bda56442f70c77c98276bc7bab0450308c975df8"
68
68
  }