@kubb/swagger-ts 0.56.3 → 1.0.0-alpha.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -8,7 +8,7 @@ type Api = {
8
8
  };
9
9
  type Options$2 = {
10
10
  /**
11
- * Relative path to save the Typescript types.
11
+ * Relative path to save the TypeScript types.
12
12
  * When output is a file it will save all models inside that file else it will create a file per schema item.
13
13
  * @default 'models'
14
14
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/swagger-ts",
3
- "version": "0.56.3",
3
+ "version": "1.0.0-alpha.1",
4
4
  "description": "Generator swagger-ts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,9 +37,9 @@
37
37
  "!/**/__tests__/**"
38
38
  ],
39
39
  "dependencies": {
40
- "@kubb/core": "0.56.3",
41
- "@kubb/swagger": "0.56.3",
42
- "@kubb/ts-codegen": "0.56.3",
40
+ "@kubb/core": "1.0.0-alpha.1",
41
+ "@kubb/swagger": "1.0.0-alpha.1",
42
+ "@kubb/ts-codegen": "1.0.0-alpha.1",
43
43
  "change-case": "^4.1.2",
44
44
  "lodash.uniq": "^4.5.0"
45
45
  },