🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@pgpmjs/types

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pgpmjs/types - npm Package Compare versions

Comparing version
2.45.0
to
2.46.0
+1
-0
esm/pgpm.js

@@ -58,2 +58,3 @@ import { execSync } from 'child_process';

fast: false,
bundled: false,
usePlan: true,

@@ -60,0 +61,0 @@ cache: false,

+3
-3
{
"name": "@pgpmjs/types",
"version": "2.45.0",
"version": "2.46.0",
"author": "Constructive <developers@constructive.io>",

@@ -32,3 +32,3 @@ "description": "PGPM types",

"dependencies": {
"@constructive-io/errors": "^0.7.0",
"@constructive-io/errors": "^0.7.1",
"pg-env": "^1.26.0"

@@ -47,3 +47,3 @@ },

},
"gitHead": "72961803894504c1a9308f9c6c349ff7b48bbe14"
"gitHead": "5ef8341033a8fbd85841b770e996e468dd15333b"
}

@@ -228,4 +228,13 @@ import { PgConfig } from 'pg-env';

useTx?: boolean;
/** Use fast deployment strategy (skip migration system) */
/**
* Use the fast deployment strategy: execute each module's pending changes in
* one round-trip and bulk-record the `pgpm_migrate` ledger, reading the
* pre-built bundle artifact (`sql/<name>--<version>.bundle.tar.gz`) when it
* verifies and building the same structure from `deploy/` when it does not.
* Falls back to the per-change migration path if those semantics cannot be
* honoured (e.g. `hashMethod: 'ast'`).
*/
fast?: boolean;
/** Alias for {@link fast}, naming the bundle artifact it prefers to read. */
bundled?: boolean;
/** Whether to use Sqitch plan files for deployments */

@@ -232,0 +241,0 @@ usePlan?: boolean;

@@ -62,2 +62,3 @@ "use strict";

fast: false,
bundled: false,
usePlan: true,

@@ -64,0 +65,0 @@ cache: false,