@kubb/plugin-svelte-query 4.26.0 → 4.26.1

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.
@@ -270,6 +270,9 @@ type SchemaKeywordMapper = {
270
270
  integer: {
271
271
  keyword: 'integer';
272
272
  };
273
+ bigint: {
274
+ keyword: 'bigint';
275
+ };
273
276
  number: {
274
277
  keyword: 'number';
275
278
  };
@@ -271,6 +271,9 @@ type SchemaKeywordMapper = {
271
271
  integer: {
272
272
  keyword: 'integer';
273
273
  };
274
+ bigint: {
275
+ keyword: 'bigint';
276
+ };
274
277
  number: {
275
278
  keyword: 'number';
276
279
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-svelte-query",
3
- "version": "4.26.0",
3
+ "version": "4.26.1",
4
4
  "description": "Svelte Query hooks generator plugin for Kubb, creating type-safe API client hooks from OpenAPI specifications for Svelte applications.",
5
5
  "keywords": [
6
6
  "svelte-query",
@@ -75,12 +75,12 @@
75
75
  "dependencies": {
76
76
  "@kubb/react-fabric": "0.12.11",
77
77
  "remeda": "^2.33.6",
78
- "@kubb/core": "4.26.0",
79
- "@kubb/oas": "4.26.0",
80
- "@kubb/plugin-client": "4.26.0",
81
- "@kubb/plugin-oas": "4.26.0",
82
- "@kubb/plugin-ts": "4.26.0",
83
- "@kubb/plugin-zod": "4.26.0"
78
+ "@kubb/core": "4.26.1",
79
+ "@kubb/oas": "4.26.1",
80
+ "@kubb/plugin-client": "4.26.1",
81
+ "@kubb/plugin-oas": "4.26.1",
82
+ "@kubb/plugin-ts": "4.26.1",
83
+ "@kubb/plugin-zod": "4.26.1"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "@kubb/react-fabric": "0.12.11"