@pgpmjs/core 6.6.5 → 6.7.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.
package/esm/modules/modules.js
CHANGED
|
@@ -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.
|
package/modules/modules.js
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "6.7.0",
|
|
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.0",
|
|
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": "
|
|
69
|
+
"gitHead": "9f3837555601b15e693ae0b750124fb0a8df3176"
|
|
69
70
|
}
|