@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 CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ## Overview
16
16
 
17
- LaunchQL Core is the main package for LaunchQL, providing tools for database migrations, package management, and package scaffolding. It includes functionality for:
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
- 'launchql-inflection',
52
- 'launchql-uuid',
53
- 'launchql-utils',
54
- 'launchql-database-jobs',
55
- 'launchql-jwt-claims',
56
- 'launchql-stamps',
57
- 'launchql-base32',
58
- 'launchql-totp',
59
- 'launchql-types',
60
- 'launchql-default-roles'
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
- 'launchql-inflection',
58
- 'launchql-uuid',
59
- 'launchql-utils',
60
- 'launchql-database-jobs',
61
- 'launchql-jwt-claims',
62
- 'launchql-stamps',
63
- 'launchql-base32',
64
- 'launchql-totp',
65
- 'launchql-types',
66
- 'launchql-default-roles'
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",
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.1",
50
- "@pgpmjs/logger": "^1.3.2",
51
- "@pgpmjs/server-utils": "^2.8.3",
52
- "@pgpmjs/types": "^2.12.1",
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.5",
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.10",
57
+ "komoji": "^0.7.11",
58
58
  "parse-package-name": "^1.0.0",
59
59
  "pg": "^8.16.3",
60
- "pg-cache": "^1.6.3",
61
- "pg-env": "^1.2.1",
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.7"
64
+ "yanse": "^0.1.8"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "@pgsql/types": "^17.6.1"
68
68
  },
69
- "gitHead": "52828c38b144fdc02b6a9a0c8b0ff795d1752d53"
69
+ "gitHead": "86d74dc4fce9051df0d2b5bcc163607aba42f009"
70
70
  }