@scalar/types
Advanced tools
Comparing version 0.0.13 to 0.0.14
# @scalar/types | ||
## 0.0.14 | ||
### Patch Changes | ||
- e911047: Add default exports | ||
- Updated dependencies [e911047] | ||
- @scalar/openapi-types@0.1.2 | ||
## 0.0.13 | ||
@@ -4,0 +12,0 @@ |
@@ -19,3 +19,3 @@ { | ||
], | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"engines": { | ||
@@ -29,15 +29,19 @@ "node": ">=18" | ||
"import": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
"./utils": { | ||
"import": "./dist/utils/index.js", | ||
"types": "./dist/utils/index.d.ts" | ||
"types": "./dist/utils/index.d.ts", | ||
"default": "./dist/utils/index.js" | ||
}, | ||
"./legacy": { | ||
"import": "./dist/legacy/index.js", | ||
"types": "./dist/legacy/index.d.ts" | ||
"types": "./dist/legacy/index.d.ts", | ||
"default": "./dist/legacy/index.js" | ||
}, | ||
"./external": { | ||
"import": "./dist/external/index.js", | ||
"types": "./dist/external/index.d.ts" | ||
"types": "./dist/external/index.d.ts", | ||
"default": "./dist/external/index.js" | ||
} | ||
@@ -51,6 +55,6 @@ }, | ||
"@unhead/schema": "^1.9.5", | ||
"@scalar/openapi-types": "0.1.1" | ||
"@scalar/openapi-types": "0.1.2" | ||
}, | ||
"devDependencies": { | ||
"@scalar/build-tooling": "0.1.10" | ||
"@scalar/build-tooling": "0.1.11" | ||
}, | ||
@@ -57,0 +61,0 @@ "scripts": { |
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
32019
+ Added@scalar/openapi-types@0.1.2(transitive)
+ Added@unhead/schema@1.11.11(transitive)
- Removed@scalar/openapi-types@0.1.1(transitive)
- Removed@unhead/schema@1.11.13(transitive)
Updated@scalar/openapi-types@0.1.2