@scalar/openapi-types
Advanced tools
Comparing version 0.0.1 to 0.1.0
# @scalar/openapi-types | ||
## 0.1.0 | ||
### Minor Changes | ||
- b4f9f97: feat: new @scalar/openapi-types package | ||
## 0.0.1 | ||
@@ -4,0 +10,0 @@ |
@@ -19,3 +19,3 @@ { | ||
], | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"engines": { | ||
@@ -25,12 +25,27 @@ "node": ">=18" | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"files": [ | ||
"src", | ||
"dist", | ||
"!dist/webpack-stats.json", | ||
"CHANGELOG.md" | ||
], | ||
"sideEffects": false, | ||
"devDependencies": { | ||
"@scalar/build-tooling": "0.1.10" | ||
}, | ||
"scripts": { | ||
"build": "pnpm types:check && rollup -c --configPlugin typescript && pnpm types:build", | ||
"format": "prettier --write .", | ||
"lint:check": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
"types:check": "tsc --noEmit --skipLibCheck --composite false" | ||
"test:prepare": "vite-node scripts/load-files.ts", | ||
"test:unit": "vite-node scripts/load-files.ts && vitest", | ||
"types:build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json", | ||
"types:check": "tsc --noEmit --skipLibCheck" | ||
} | ||
} |
# Scalar OpenAPI Types | ||
[![CI](https://github.com/scalar/openapi-parser/actions/workflows/ci.yml/badge.svg)](https://github.com/scalar/openapi-parser/actions/workflows/ci.yml) | ||
[![Release](https://github.com/scalar/openapi-parser/actions/workflows/release.yml/badge.svg)](https://github.com/scalar/openapi-parser/actions/workflows/release.yml) | ||
[![Contributors](https://img.shields.io/github/contributors/scalar/openapi-parser)](https://github.com/scalar/openapi-parser/graphs/contributors) | ||
[![GitHub License](https://img.shields.io/github/license/scalar/openapi-parser)](https://github.com/scalar/openapi-parser/blob/main/LICENSE) | ||
[![CI](https://github.com/scalar/scalar/actions/workflows/ci.yml/badge.svg)](https://github.com/scalar/scalar/actions/workflows/ci.yml) | ||
[![Contributors](https://img.shields.io/github/contributors/scalar/scalar)](https://github.com/scalar/scalar/graphs/contributors) | ||
[![GitHub License](https://img.shields.io/github/license/scalar/scalar)](https://github.com/scalar/scalar/blob/main/LICENSE) | ||
[![Discord](https://img.shields.io/discord/1135330207960678410?style=flat&color=5865F2)](https://discord.gg/scalar) | ||
Modern OpenAPI types | ||
Modern OpenAPI parser written in TypeScript, with support for Swagger 2.0, OpenAPI 3.0 and OpenAPI 3.1 | ||
@@ -11,0 +10,0 @@ ## Installation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55304
10
1
798
30
1