@gravito/scaffold 4.1.0 → 4.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -879,6 +879,7 @@ declare class LockGenerator {
879
879
  declare class Scaffold {
880
880
  private templatesDir;
881
881
  private verbose;
882
+ private static readonly packageDir;
882
883
  constructor(options?: {
883
884
  templatesDir?: string;
884
885
  verbose?: boolean;