@hey-api/openapi-ts 0.34.2 → 0.34.3

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/README.md +1 -1
  2. package/package.json +4 -5
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
 
18
18
  ## Getting Started
19
19
 
20
- Please follow the documentation [here](https://hey-api.github.io/openapi-ts/).
20
+ Please follow the documentation [here](https://heyapi.vercel.app/).
21
21
 
22
22
  ## Contributing
23
23
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@hey-api/openapi-ts",
3
- "version": "0.34.2",
3
+ "version": "0.34.3",
4
4
  "type": "module",
5
5
  "description": "Turn your OpenAPI specification into a beautiful TypeScript client",
6
- "homepage": "https://hey-api.github.io/openapi-ts/",
6
+ "homepage": "https://heyapi.vercel.app/",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/hey-api/openapi-ts.git"
@@ -98,7 +98,7 @@
98
98
  "build-types": "pnpm build-types-temp && pnpm build-types-roll && pnpm build-types-check",
99
99
  "build": "pnpm clean && pnpm build-bundle && pnpm build-types",
100
100
  "clean": "rimraf dist test/generated test/e2e/generated coverage node_modules/.cache",
101
- "dev": "rimraf dist && pnpm build-bundle -- --watch",
101
+ "dev": "rimraf dist && pnpm build-bundle --watch",
102
102
  "lint:fix": "eslint . --fix",
103
103
  "lint": "eslint .",
104
104
  "test:coverage": "vitest run --config vitest.config.unit.ts --coverage",
@@ -107,7 +107,6 @@
107
107
  "test:update": "vitest watch --config vitest.config.unit.ts --update",
108
108
  "test:watch": "vitest watch --config vitest.config.unit.ts",
109
109
  "test": "vitest run --config vitest.config.unit.ts",
110
- "typecheck": "tsc --noEmit",
111
- "changeset": "changeset"
110
+ "typecheck": "tsc --noEmit"
112
111
  }
113
112
  }