jiek 0.4.7-alpha.14 → 0.4.7-alpha.4

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cli.d.cts CHANGED
@@ -95,18 +95,3 @@ declare module 'jiek' {
95
95
  };
96
96
  }
97
97
  }
98
-
99
- declare module 'jiek' {
100
- interface Config {
101
- publish?: {
102
- /**
103
- * @default false
104
- */
105
- withSuffix?: boolean;
106
- /**
107
- * @default true
108
- */
109
- withSource?: boolean;
110
- };
111
- }
112
- }
package/dist/cli.d.ts CHANGED
@@ -95,18 +95,3 @@ declare module 'jiek' {
95
95
  };
96
96
  }
97
97
  }
98
-
99
- declare module 'jiek' {
100
- interface Config {
101
- publish?: {
102
- /**
103
- * @default false
104
- */
105
- withSuffix?: boolean;
106
- /**
107
- * @default true
108
- */
109
- withSource?: boolean;
110
- };
111
- }
112
- }