🎩 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
62
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.32.0
to
2.33.0
+2
-2
package.json
{
"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"
}

@@ -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 @@ /**