@pgpmjs/core 3.0.3 → 3.0.5
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/README.md +1 -1
- package/esm/export/export-migrations.js +10 -10
- package/export/export-migrations.js +10 -10
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
## Overview
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
pgpm Core is the main package for pgpm, providing tools for database migrations, package management, and package scaffolding. It includes functionality for:
|
|
18
18
|
|
|
19
19
|
- Managing PostgreSQL extensions and modules
|
|
20
20
|
- Deploying, reverting, and verifying migrations
|
|
@@ -48,16 +48,16 @@ const exportMigrationsToDisk = async ({ project, options, database, databaseId,
|
|
|
48
48
|
'postgis',
|
|
49
49
|
'hstore',
|
|
50
50
|
'db-meta-schema',
|
|
51
|
-
'
|
|
52
|
-
'
|
|
53
|
-
'
|
|
54
|
-
'
|
|
55
|
-
'
|
|
56
|
-
'
|
|
57
|
-
'
|
|
58
|
-
'
|
|
59
|
-
'
|
|
60
|
-
'
|
|
51
|
+
'pgpm-inflection',
|
|
52
|
+
'pgpm-uuid',
|
|
53
|
+
'pgpm-utils',
|
|
54
|
+
'pgpm-database-jobs',
|
|
55
|
+
'pgpm-jwt-claims',
|
|
56
|
+
'pgpm-stamps',
|
|
57
|
+
'pgpm-base32',
|
|
58
|
+
'pgpm-totp',
|
|
59
|
+
'pgpm-types',
|
|
60
|
+
'pgpm-default-roles'
|
|
61
61
|
]
|
|
62
62
|
});
|
|
63
63
|
writeSqitchPlan(results.rows, opts);
|
|
@@ -54,16 +54,16 @@ const exportMigrationsToDisk = async ({ project, options, database, databaseId,
|
|
|
54
54
|
'postgis',
|
|
55
55
|
'hstore',
|
|
56
56
|
'db-meta-schema',
|
|
57
|
-
'
|
|
58
|
-
'
|
|
59
|
-
'
|
|
60
|
-
'
|
|
61
|
-
'
|
|
62
|
-
'
|
|
63
|
-
'
|
|
64
|
-
'
|
|
65
|
-
'
|
|
66
|
-
'
|
|
57
|
+
'pgpm-inflection',
|
|
58
|
+
'pgpm-uuid',
|
|
59
|
+
'pgpm-utils',
|
|
60
|
+
'pgpm-database-jobs',
|
|
61
|
+
'pgpm-jwt-claims',
|
|
62
|
+
'pgpm-stamps',
|
|
63
|
+
'pgpm-base32',
|
|
64
|
+
'pgpm-totp',
|
|
65
|
+
'pgpm-types',
|
|
66
|
+
'pgpm-default-roles'
|
|
67
67
|
]
|
|
68
68
|
});
|
|
69
69
|
(0, files_1.writeSqitchPlan)(results.rows, opts);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pgpmjs/core",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "PGPM Package and Migration Tools",
|
|
6
6
|
"main": "index.js",
|
|
@@ -46,25 +46,25 @@
|
|
|
46
46
|
"makage": "^0.1.8"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@pgpmjs/env": "^2.8.
|
|
50
|
-
"@pgpmjs/logger": "^1.3.
|
|
51
|
-
"@pgpmjs/server-utils": "^2.8.
|
|
52
|
-
"@pgpmjs/types": "^2.12.
|
|
49
|
+
"@pgpmjs/env": "^2.8.3",
|
|
50
|
+
"@pgpmjs/logger": "^1.3.3",
|
|
51
|
+
"@pgpmjs/server-utils": "^2.8.5",
|
|
52
|
+
"@pgpmjs/types": "^2.12.3",
|
|
53
53
|
"@pgsql/types": "^17.6.2",
|
|
54
|
-
"create-gen-app": "^0.3.
|
|
54
|
+
"create-gen-app": "^0.3.6",
|
|
55
55
|
"csv-to-pg": "^2.0.10",
|
|
56
56
|
"glob": "^13.0.0",
|
|
57
|
-
"komoji": "^0.7.
|
|
57
|
+
"komoji": "^0.7.11",
|
|
58
58
|
"parse-package-name": "^1.0.0",
|
|
59
59
|
"pg": "^8.16.3",
|
|
60
|
-
"pg-cache": "^1.6.
|
|
61
|
-
"pg-env": "^1.2.
|
|
60
|
+
"pg-cache": "^1.6.5",
|
|
61
|
+
"pg-env": "^1.2.2",
|
|
62
62
|
"pgsql-deparser": "^17.12.2",
|
|
63
63
|
"pgsql-parser": "^17.9.2",
|
|
64
|
-
"yanse": "^0.1.
|
|
64
|
+
"yanse": "^0.1.8"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"@pgsql/types": "^17.6.1"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "86d74dc4fce9051df0d2b5bcc163607aba42f009"
|
|
70
70
|
}
|