@ts-bridge/cli
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -10,2 +10,9 @@ # Changelog | ||
## [0.4.4] | ||
### Fixed | ||
- Resolve `index.js` file in `main` if `main` is a folder ([#48](https://github.com/ts-bridge/ts-bridge/pull/48)) | ||
- Accomplished by bumping `@ts-bridge/resolver` to `0.1.2`. | ||
## [0.4.3] | ||
@@ -120,3 +127,4 @@ | ||
[Unreleased]: https://github.com/ts-bridge/ts-bridge/compare/@ts-bridge/cli@0.4.3...HEAD | ||
[Unreleased]: https://github.com/ts-bridge/ts-bridge/compare/@ts-bridge/cli@0.4.4...HEAD | ||
[0.4.4]: https://github.com/ts-bridge/ts-bridge/compare/@ts-bridge/cli@0.4.3...@ts-bridge/cli@0.4.4 | ||
[0.4.3]: https://github.com/ts-bridge/ts-bridge/compare/@ts-bridge/cli@0.4.2...@ts-bridge/cli@0.4.3 | ||
@@ -123,0 +131,0 @@ [0.4.2]: https://github.com/ts-bridge/ts-bridge/compare/@ts-bridge/cli@0.4.1...@ts-bridge/cli@0.4.2 |
{ | ||
"name": "@ts-bridge/cli", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Bridge the gap between ES modules and CommonJS modules with an easy-to-use alternative to `tsc`.", | ||
@@ -48,3 +48,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@ts-bridge/resolver": "^0.1.1", | ||
"@ts-bridge/resolver": "^0.1.2", | ||
"chalk": "^5.3.0", | ||
@@ -51,0 +51,0 @@ "cjs-module-lexer": "^1.3.1", |
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
295304
Updated@ts-bridge/resolver@^0.1.2