@kubb/swagger-ts 1.11.0-canary.20231011T124824 → 1.11.0-canary.20231011T142239

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/swagger-ts",
3
- "version": "1.11.0-canary.20231011T124824",
3
+ "version": "1.11.0-canary.20231011T142239",
4
4
  "description": "Generator swagger-ts",
5
5
  "keywords": [
6
6
  "typescript",
@@ -70,7 +70,7 @@
70
70
  "lint-fix": "bun run lint --quiet --fix",
71
71
  "release": "pnpm publish --no-git-check",
72
72
  "release:canary": "bash ../../.github/canary.sh && pnpm publish --no-git-check -tag canary",
73
- "release:beta": "bash ../../.github/canary.sh && pnpm publish --no-git-check -tag beta",
73
+ "release:alpha": "bash ../../.github/canary.sh && pnpm publish --no-git-check -tag alpha",
74
74
  "start": "tsup --watch",
75
75
  "test": "vitest --passWithNoTests",
76
76
  "typecheck": "tsc -p ./tsconfig.json --noEmit --emitDeclarationOnly false"