@pgpmjs/core 6.6.5 → 6.7.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.
@@ -26,7 +26,6 @@ const DB_REQUIRED_EXTENSIONS = [
26
26
  'vector',
27
27
  'metaschema-schema',
28
28
  'pgpm-inflection',
29
- 'pgpm-uuid',
30
29
  'pgpm-utils',
31
30
  'pgpm-database-jobs',
32
31
  'pgpm-jwt-claims',
@@ -16,8 +16,7 @@ export const PGPM_MODULE_MAP = {
16
16
  'pgpm-stamps': '@pgpm/stamps',
17
17
  'pgpm-totp': '@pgpm/totp',
18
18
  'pgpm-types': '@pgpm/types',
19
- 'pgpm-utils': '@pgpm/utils',
20
- 'pgpm-uuid': '@pgpm/uuid'
19
+ 'pgpm-utils': '@pgpm/utils'
21
20
  };
22
21
  /**
23
22
  * Determines which pgpm modules from an extensions list are missing from the installed modules.
@@ -32,7 +32,6 @@ const DB_REQUIRED_EXTENSIONS = [
32
32
  'vector',
33
33
  'metaschema-schema',
34
34
  'pgpm-inflection',
35
- 'pgpm-uuid',
36
35
  'pgpm-utils',
37
36
  'pgpm-database-jobs',
38
37
  'pgpm-jwt-claims',
@@ -19,8 +19,7 @@ exports.PGPM_MODULE_MAP = {
19
19
  'pgpm-stamps': '@pgpm/stamps',
20
20
  'pgpm-totp': '@pgpm/totp',
21
21
  'pgpm-types': '@pgpm/types',
22
- 'pgpm-utils': '@pgpm/utils',
23
- 'pgpm-uuid': '@pgpm/uuid'
22
+ 'pgpm-utils': '@pgpm/utils'
24
23
  };
25
24
  /**
26
25
  * Determines which pgpm modules from an extensions list are missing from the installed modules.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgpmjs/core",
3
- "version": "6.6.5",
3
+ "version": "6.7.1",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PGPM Package and Migration Tools",
6
6
  "main": "index.js",
@@ -50,6 +50,7 @@
50
50
  "dependencies": {
51
51
  "@pgpmjs/env": "^2.15.3",
52
52
  "@pgpmjs/logger": "^2.4.3",
53
+ "@pgpmjs/migrate-client": "^0.1.1",
53
54
  "@pgpmjs/server-utils": "^3.4.4",
54
55
  "@pgpmjs/types": "^2.19.3",
55
56
  "csv-to-pg": "^3.10.4",
@@ -65,5 +66,5 @@
65
66
  "pgsql-parser": "^17.9.13",
66
67
  "yanse": "^0.2.1"
67
68
  },
68
- "gitHead": "9c322f47ca08b5b853fcb395fe2bfc224f8c4c27"
69
+ "gitHead": "c18ef8e002d958001fe69fff3758d1f89613eb2b"
69
70
  }