@pgpmjs/types
Advanced tools
+2
-2
| { | ||
| "name": "@pgpmjs/types", | ||
| "version": "2.34.0", | ||
| "version": "2.35.0", | ||
| "author": "Constructive <developers@constructive.io>", | ||
@@ -45,3 +45,3 @@ "description": "PGPM types", | ||
| }, | ||
| "gitHead": "7eb34a3baa10ba3476575967b87ff51b606e042a" | ||
| "gitHead": "dd2accb683fe20c7278a0d58fd36a04a3b07ac63" | ||
| } |
+6
-0
@@ -197,2 +197,8 @@ import { PgConfig } from 'pg-env'; | ||
| /** | ||
| * Workspace-level pgpm module dependencies (npm package name -> exact version). | ||
| * Recorded by `pgpm install` when run at the workspace root; `pgpm install` | ||
| * with no arguments at the workspace root installs these into extensions/. | ||
| */ | ||
| dependencies?: Record<string, string>; | ||
| /** | ||
| * Template source recorded at scaffold time when the workspace is created | ||
@@ -199,0 +205,0 @@ * from a non-default boilerplate repo (e.g. via `pgpm init workspace --pglite` |
58260
0.53%1405
0.43%