@kubb/core 1.8.0-canary.20230910T095304 → 1.8.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.
Files changed (2) hide show
  1. package/globals.d.ts +1 -1
  2. package/package.json +2 -2
package/globals.d.ts CHANGED
@@ -10,7 +10,7 @@ type KubbObjectPlugins = {
10
10
  ['@kubb/swagger-ts']: import('@kubb/swagger-ts').PluginOptions
11
11
  ['@kubb/swagger-zod']: import('@kubb/swagger-zod').PluginOptions
12
12
  ['@kubb/swagger-zodios']: import('@kubb/swagger-zodios').PluginOptions
13
- ['@kubb/swagger-form']: import('@kubb/swagger-form').PluginOptions
13
+ ['@kubb/swagger-msw']: import('@kubb/swagger-msw').PluginOptions
14
14
  }
15
15
  /**
16
16
  * `tsconfig.json`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "1.8.0-canary.20230910T095304",
3
+ "version": "1.8.0",
4
4
  "description": "Generator core",
5
5
  "keywords": [
6
6
  "typescript",
@@ -51,7 +51,7 @@
51
51
  "picocolors": "^1.0.0",
52
52
  "rimraf": "^5.0.1",
53
53
  "seedrandom": "^3.0.5",
54
- "@kubb/ts-codegen": "1.8.0-canary.20230910T095212"
54
+ "@kubb/ts-codegen": "1.8.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/fs-extra": "^11.0.1",