kubb 1.11.0-canary.20231011T125209 → 1.11.0-canary.20231011T142202

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubb",
3
- "version": "1.11.0-canary.20231011T125209",
3
+ "version": "1.11.0-canary.20231011T142202",
4
4
  "description": "OpenAPI to TypeScript, React-Query, Zod, Zodios, Faker.js, MSW and Axios.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -31,8 +31,8 @@
31
31
  "!/**/__tests__/**"
32
32
  ],
33
33
  "dependencies": {
34
- "@kubb/cli": "1.11.0-canary.20231011T125029",
35
- "@kubb/core": "1.11.0-canary.20231011T124923"
34
+ "@kubb/cli": "1.10.4",
35
+ "@kubb/core": "1.10.4"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "^20.8.4",
@@ -58,7 +58,7 @@
58
58
  "lint-fix": "bun run lint --quiet --fix",
59
59
  "release": "pnpm publish --no-git-check",
60
60
  "release:canary": "bash ../../.github/canary.sh && pnpm publish --no-git-check -tag canary",
61
- "release:beta": "bash ../../.github/canary.sh && pnpm publish --no-git-check -tag beta",
61
+ "release:alpha": "bash ../../.github/canary.sh && pnpm publish --no-git-check -tag alpha",
62
62
  "start": "tsup --watch",
63
63
  "test": "vitest --passWithNoTests",
64
64
  "typecheck": "tsc -p ./tsconfig.json --noEmit --emitDeclarationOnly false"