@pgpmjs/types
Advanced tools
+2
-2
| { | ||
| "name": "@pgpmjs/types", | ||
| "version": "2.32.0", | ||
| "version": "2.33.0", | ||
| "author": "Constructive <developers@constructive.io>", | ||
@@ -45,3 +45,3 @@ "description": "PGPM types", | ||
| }, | ||
| "gitHead": "87e65cd31d4e23c367ca4d398416b19ac863c7de" | ||
| "gitHead": "e2a1337c7ec8366b28c10e550645e44cad6085ff" | ||
| } |
+14
-0
@@ -196,2 +196,16 @@ import { PgConfig } from 'pg-env'; | ||
| deployment?: Omit<DeploymentOptions, 'toChange'>; | ||
| /** | ||
| * Template source recorded at scaffold time when the workspace is created | ||
| * from a non-default boilerplate repo (e.g. via `pgpm init workspace --pglite` | ||
| * or `--repo`). `pgpm init` reads this so modules created inside the workspace | ||
| * inherit the same boilerplate source without re-specifying the flag. | ||
| */ | ||
| boilerplates?: { | ||
| /** Template repository URL */ | ||
| repo: string; | ||
| /** Branch/tag to clone */ | ||
| branch?: string; | ||
| /** Template variant directory */ | ||
| dir?: string; | ||
| }; | ||
| } | ||
@@ -198,0 +212,0 @@ /** |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
58073
0.96%1401
1.01%