@kubb/react-fabric 0.15.1 → 0.15.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/plugins.cjs +0 -1
- package/dist/plugins.js +0 -1
- package/package.json +2 -2
package/dist/plugins.cjs
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
require("./jsx-runtime-Cua1md-Z.cjs");
|
|
3
2
|
const require_reactPlugin = require("./reactPlugin-D74A1eG4.cjs");
|
|
4
3
|
exports.reactPlugin = require_reactPlugin.reactPlugin;
|
|
5
4
|
var _kubb_fabric_core_plugins = require("@kubb/fabric-core/plugins");
|
package/dist/plugins.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/react-fabric",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
4
4
|
"description": "React integration for Kubb's fabric - JSX runtime and component-based code generation with React reconciler for building type-safe generators",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"react-devtools-core": "6.1.5",
|
|
107
107
|
"remeda": "^2.33.6",
|
|
108
108
|
"ws": "8.18.0",
|
|
109
|
-
"@kubb/fabric-core": "0.15.
|
|
109
|
+
"@kubb/fabric-core": "0.15.2"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@types/react": "^19.2.14",
|