@kubb/react
Advanced tools
Comparing version 1.11.0-canary.20231011T142257 to 1.11.0-canary.20231011T170051
{ | ||
"name": "@kubb/react", | ||
"version": "1.11.0-canary.20231011T142257", | ||
"version": "1.11.0-canary.20231011T170051", | ||
"description": "Generator react", | ||
@@ -22,4 +22,4 @@ "keywords": [ | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
@@ -30,2 +30,3 @@ "default": "./dist/index.cjs" | ||
"./jsx-runtime": { | ||
"types": "./dist/jsx-runtime.d.ts", | ||
"import": "./dist/jsx-runtime.js", | ||
@@ -37,2 +38,3 @@ "module": "./dist/jsx-runtime.js", | ||
"./client": { | ||
"types": "./dist/client/index.d.ts", | ||
"import": "./dist/client/index.js", | ||
@@ -51,12 +53,2 @@ "module": "./dist/client/index.js", | ||
"types": "./dist/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"jsx-runtime": [ | ||
"./dist/jsx-runtime.d.ts" | ||
], | ||
"client": [ | ||
"./dist/client/index.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
@@ -72,4 +64,4 @@ "dist", | ||
"auto-bind": "^4.0.0", | ||
"@kubb/core": "1.10.4", | ||
"@kubb/ts-codegen": "1.10.4" | ||
"@kubb/core": "1.11.0-canary.20231011T170015", | ||
"@kubb/ts-codegen": "1.11.0-canary.20231011T165747" | ||
}, | ||
@@ -84,3 +76,3 @@ "devDependencies": { | ||
"@kubb/eslint-config": "1.1.8", | ||
"@kubb/ts-codegen": "1.10.4", | ||
"@kubb/ts-codegen": "1.11.0-canary.20231011T165747", | ||
"@kubb/ts-config": "0.1.0", | ||
@@ -87,0 +79,0 @@ "@kubb/tsup-config": "1.1.8" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
10916969
19
+ Added@kubb/core@1.11.0-canary.20231011T170015(transitive)
+ Added@kubb/ts-codegen@1.11.0-canary.20231011T165747(transitive)
- Removed@kubb/core@1.10.4(transitive)
- Removed@kubb/ts-codegen@1.10.4(transitive)