@nzdjb/static-site-generator
Advanced tools
Comparing version 0.5.4 to 0.5.7
# Changelog | ||
## [0.5.7](https://github.com/nzdjb/static-site-generator/compare/v0.5.6...v0.5.7) (2023-10-02) | ||
### Bug Fixes | ||
* Reinclude .ts files. ([88c5131](https://github.com/nzdjb/static-site-generator/commit/88c51314eeac302eb69faf0d0eb76d741edf1f70)) | ||
## [0.5.6](https://github.com/nzdjb/static-site-generator/compare/v0.5.5...v0.5.6) (2023-09-30) | ||
### Bug Fixes | ||
* Bump glob from 10.3.7 to 10.3.9 ([#184](https://github.com/nzdjb/static-site-generator/issues/184)) ([3f0604d](https://github.com/nzdjb/static-site-generator/commit/3f0604d74fedf298613d9cee8914cd5e60d8128b)) | ||
* Bump glob from 10.3.9 to 10.3.10 ([#186](https://github.com/nzdjb/static-site-generator/issues/186)) ([df25c13](https://github.com/nzdjb/static-site-generator/commit/df25c1334e2af1542240d5a88c16136d7fbafbea)) | ||
* Correct dependency resolution issue. ([7589e6f](https://github.com/nzdjb/static-site-generator/commit/7589e6f2e3fb3824767b0c4a83bf667998b906d8)) | ||
## [0.5.5](https://github.com/nzdjb/static-site-generator/compare/v0.5.4...v0.5.5) (2023-09-25) | ||
### Bug Fixes | ||
* Bump glob from 10.3.5 to 10.3.7 ([#179](https://github.com/nzdjb/static-site-generator/issues/179)) ([9923b74](https://github.com/nzdjb/static-site-generator/commit/9923b7491c5ddc3104cc39251703731a9f033dda)) | ||
## [0.5.4](https://github.com/nzdjb/static-site-generator/compare/v0.5.3...v0.5.4) (2023-09-21) | ||
@@ -4,0 +27,0 @@ |
{ | ||
"name": "@nzdjb/static-site-generator", | ||
"version": "0.5.4", | ||
"version": "0.5.7", | ||
"description": "Static site generator.", | ||
@@ -27,2 +27,3 @@ "main": "dist/src/index.js", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-jest-extended": "^2.0.0", | ||
"eslint-plugin-n": "^16.0.1", | ||
@@ -32,8 +33,7 @@ "eslint-plugin-prettier": "^5.0.0", | ||
"jest": "^29.3.1", | ||
"jest-extended": "^4.0.1", | ||
"prettier": "^3.0.0", | ||
"typescript": "*" | ||
}, | ||
"bin": { | ||
"static-site-generator": "dist/src/index.js" | ||
}, | ||
"bin": "dist/src/index.js", | ||
"dependencies": { | ||
@@ -52,3 +52,4 @@ "@iarna/toml": "^2.2.5", | ||
"dist/src" | ||
] | ||
} | ||
], | ||
"packageManager": "yarn@3.6.3" | ||
} |
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
2
13946
20
5
38