@typespec/openapi3 0.68.0-dev.11 → 0.68.0-dev.12

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": "@typespec/openapi3",
3
- "version": "0.68.0-dev.11",
3
+ "version": "0.68.0-dev.12",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting OpenAPI 3.0 from the TypeSpec REST protocol binding and converting OpenAPI3 to TypeSpec",
6
6
  "homepage": "https://typespec.io",
@@ -87,7 +87,7 @@
87
87
  },
88
88
  "scripts": {
89
89
  "clean": "rimraf ./dist ./temp",
90
- "build": "npm run gen-version && npm run gen-extern-signature && tsc -p . && npm run lint-typespec-library",
90
+ "build": "pnpm gen-version && pnpm gen-extern-signature && tsc -p . && pnpm lint-typespec-library",
91
91
  "watch": "tsc -p . --watch",
92
92
  "gen-extern-signature": "tspd --enable-experimental gen-extern-signature .",
93
93
  "lint-typespec-library": "tsp compile . --warn-as-error --import @typespec/library-linter --no-emit",