@kubb/core 0.55.0 → 0.56.0

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/README.md CHANGED
@@ -4,13 +4,13 @@
4
4
  <h1>@kubb/core</h1>
5
5
 
6
6
  <p>
7
- With Kubb you can create and use plugins that will generate code based on a specific input.
7
+ Core utils for other packages.
8
8
  </p>
9
9
 
10
10
  <!-- Badges -->
11
11
  <p>
12
12
  <a href="https://www.npmjs.com/package/@kubb/core">
13
- <img alt="Npm verssion" src="https://img.shields.io/npm/v/@kubb/core?style=for-the-badge"/>
13
+ <img alt="Npm version" src="https://img.shields.io/npm/v/@kubb/core?style=for-the-badge"/>
14
14
  </a>
15
15
  <a href="https://www.npmjs.com/package/@kubb/core">
16
16
  <img alt="Npm downloads" src="https://img.shields.io/bundlephobia/min/@kubb/core?style=for-the-badge"/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "0.55.0",
3
+ "version": "0.56.0",
4
4
  "description": "Generator core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,6 +40,11 @@
40
40
  "clean": {
41
41
  "type": "boolean",
42
42
  "description": "Clean previous generated files"
43
+ },
44
+ "write": {
45
+ "type": "boolean",
46
+ "description": " Write output to the fileSystem",
47
+ "default": "true"
43
48
  }
44
49
  }
45
50
  },