create-node-lib 2.12.0 → 2.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/template/.lychee.toml +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.12.1](https://github.com/lirantal/create-node-lib/compare/v2.12.0...v2.12.1) (2026-03-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* delete template/.lychee.toml ([b75279b](https://github.com/lirantal/create-node-lib/commit/b75279bb59c26640d4af14af660e1e6aa548697b))
|
|
7
|
+
|
|
1
8
|
# [2.12.0](https://github.com/lirantal/create-node-lib/compare/v2.11.2...v2.12.0) (2026-03-13)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
package/template/.lychee.toml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
[main]
|
|
2
|
-
# Exclude URLs that are known to return non-2xx responses to automated link checkers
|
|
3
|
-
exclude = [
|
|
4
|
-
# npmjs.com returns 403 Forbidden to automated link checkers
|
|
5
|
-
"https://www.npmjs.com/.*",
|
|
6
|
-
# codecov.io returns 502 Bad Gateway for this repository
|
|
7
|
-
"https://codecov.io/.*",
|
|
8
|
-
]
|