@pgpmjs/core 4.8.0 → 4.9.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.
@@ -20,7 +20,7 @@ const DB_REQUIRED_EXTENSIONS = [
20
20
  'btree_gist',
21
21
  'postgis',
22
22
  'hstore',
23
- 'db-meta-schema',
23
+ 'metaschema-schema',
24
24
  'pgpm-inflection',
25
25
  'pgpm-uuid',
26
26
  'pgpm-utils',
@@ -37,8 +37,8 @@ const DB_REQUIRED_EXTENSIONS = [
37
37
  */
38
38
  const SERVICE_REQUIRED_EXTENSIONS = [
39
39
  'plpgsql',
40
- 'db-meta-schema',
41
- 'db-meta-modules'
40
+ 'metaschema-schema',
41
+ 'metaschema-modules'
42
42
  ];
43
43
  /**
44
44
  * Checks which pgpm modules from the extensions list are missing from the workspace
@@ -26,7 +26,7 @@ const DB_REQUIRED_EXTENSIONS = [
26
26
  'btree_gist',
27
27
  'postgis',
28
28
  'hstore',
29
- 'db-meta-schema',
29
+ 'metaschema-schema',
30
30
  'pgpm-inflection',
31
31
  'pgpm-uuid',
32
32
  'pgpm-utils',
@@ -43,8 +43,8 @@ const DB_REQUIRED_EXTENSIONS = [
43
43
  */
44
44
  const SERVICE_REQUIRED_EXTENSIONS = [
45
45
  'plpgsql',
46
- 'db-meta-schema',
47
- 'db-meta-modules'
46
+ 'metaschema-schema',
47
+ 'metaschema-modules'
48
48
  ];
49
49
  /**
50
50
  * Checks which pgpm modules from the extensions list are missing from the workspace
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgpmjs/core",
3
- "version": "4.8.0",
3
+ "version": "4.9.0",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PGPM Package and Migration Tools",
6
6
  "main": "index.js",
@@ -64,5 +64,5 @@
64
64
  "pgsql-parser": "^17.9.9",
65
65
  "yanse": "^0.1.11"
66
66
  },
67
- "gitHead": "97528ad4eb2f60c16785ffb84af7b61c52cb5ad8"
67
+ "gitHead": "e6171117d5498f38f456dfaf7e8a497dd7d2a30b"
68
68
  }