@scalar/openapi-types
Advanced tools
Comparing version 0.1.2 to 0.1.3
# @scalar/openapi-types | ||
## 0.1.3 | ||
### Patch Changes | ||
- 8759e7f: chore: use build tooling scripts | ||
## 0.1.2 | ||
@@ -4,0 +10,0 @@ |
@@ -19,3 +19,3 @@ { | ||
], | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"engines": { | ||
@@ -48,5 +48,5 @@ "node": ">=18" | ||
"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" | ||
"types:build": "scalar-types-build", | ||
"types:check": "scalar-types-check" | ||
} | ||
} |
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
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
55674