@kubb/react-fabric 0.2.9 → 0.2.10
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 +20 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -297,3 +297,23 @@ fabric.write({ extension: { '.vue': '.ts' } })
|
|
|
297
297
|
> [!NOTE]
|
|
298
298
|
> - `fabric.use` accepts both plugins and parsers. The `fsPlugin` handles I/O and adds `fabric.write`. Parsers decide how files are converted to strings for specific extensions.
|
|
299
299
|
> - When extension mapping is provided to `fabric.write`, Fabric picks a parser whose `extNames` include the file’s extension. Otherwise, the default parser is used.
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
<!-- Badges -->
|
|
303
|
+
|
|
304
|
+
[npm-version-src]: https://img.shields.io/npm/v/@kubb/fabric-core?flat&colorA=18181B&colorB=f58517
|
|
305
|
+
[npm-version-href]: https://npmjs.com/package/@kubb/fabric-core
|
|
306
|
+
[npm-downloads-src]: https://img.shields.io/npm/dm/@kubb/fabric-core?flat&colorA=18181B&colorB=f58517
|
|
307
|
+
[npm-downloads-href]: https://npmjs.com/package/@kubb/fabric-core
|
|
308
|
+
[license-src]: https://img.shields.io/github/license/kubb-labs/fabric.svg?flat&colorA=18181B&colorB=f58517
|
|
309
|
+
[license-href]: https://github.com/kubb-labs/fabric/blob/main/LICENSE
|
|
310
|
+
[build-src]: https://img.shields.io/github/actions/workflow/status/kubb-labs/fabric/ci.yaml?style=flat&colorA=18181B&colorB=f58517
|
|
311
|
+
[build-href]: https://www.npmjs.com/package/@kubb/fabric-core
|
|
312
|
+
[minified-src]: https://img.shields.io/bundlephobia/min/@kubb/fabric-core?style=flat&colorA=18181B&colorB=f58517
|
|
313
|
+
[minified-href]: https://www.npmjs.com/package/@kubb/fabric-core
|
|
314
|
+
[coverage-src]: https://img.shields.io/codecov/c/github/kubb-labs/fabric?style=flat&colorA=18181B&colorB=f58517
|
|
315
|
+
[coverage-href]: https://www.npmjs.com/package/@kubb/fabric-core
|
|
316
|
+
[contributors-src]: https://img.shields.io/github/contributors/kubb-labs/fabric?style=flat&colorA=18181B&colorB=f58517&label=%20
|
|
317
|
+
[contributors-href]: #contributors-
|
|
318
|
+
[sponsors-src]: https://img.shields.io/github/sponsors/stijnvanhulle?style=flat&colorA=18181B&colorB=f58517
|
|
319
|
+
[sponsors-href]: https://github.com/sponsors/stijnvanhulle/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/react-fabric",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.10",
|
|
4
4
|
"description": "React integration for Kubb, providing JSX runtime support and React component generation capabilities for code generation plugins.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"signal-exit": "^4.1.0",
|
|
114
114
|
"react": "^19.2.0",
|
|
115
115
|
"ws": "8.18.0",
|
|
116
|
-
"@kubb/fabric-core": "0.2.
|
|
116
|
+
"@kubb/fabric-core": "0.2.10"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"@types/react-reconciler": "0.32.0",
|