webxdc-dev
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -10,2 +10,9 @@ # Changelog | ||
## [0.3.1][] - 2022-06-20 | ||
### Fixed | ||
- The build was broken due to the addition of the `types` directory. Unbreak | ||
the build. | ||
## [0.3.0][] - 2022-06-20 | ||
@@ -49,5 +56,7 @@ | ||
[0.2.1]: https://github.com/webxdc/webxdc-dev/tree/v0.2.1 | ||
[unreleased]: https://github.com/webxdc/webxdc-dev/compare/v0.3.0...HEAD | ||
[0.3.0]: https://github.com/webxdc/webxdc-dev/tree/v0.3.0 | ||
[Unreleased]: https://github.com/webxdc/webxdc-dev/compare/v0.3.0...HEAD | ||
[0.3.0]: https://github.com/webxdc/webxdc-dev/tree/v0.3.0 | ||
[Unreleased]: https://github.com/webxdc/webxdc-dev/compare/v0.3.1...HEAD | ||
[0.3.1]: https://github.com/webxdc/webxdc-dev/tree/v0.3.1 |
{ | ||
"name": "webxdc-dev", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A dev tool for Webxdc", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/webxdc/webxdc-dev#readme", |
{ | ||
"extends": "@tsconfig/recommended/tsconfig.json", | ||
"include": ["backend"], | ||
"include": ["backend", "types"], | ||
"compilerOptions": { | ||
"target": "ES2016", | ||
"module": "commonjs", | ||
"outDir": "dist/backend" | ||
"outDir": "dist" | ||
} | ||
} |
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
63820
2
40
1114