@pgpmjs/types
Advanced tools
+1
-0
@@ -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" | ||
| } |
+10
-1
@@ -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; |
+1
-0
@@ -62,2 +62,3 @@ "use strict"; | ||
| fast: false, | ||
| bundled: false, | ||
| usePlan: true, | ||
@@ -64,0 +65,0 @@ cache: false, |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
44982
1.24%1069
1.04%9
12.5%- Removed
- Removed
- Removed