create-node-lib 2.13.0 → 2.13.2

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 CHANGED
@@ -1,3 +1,18 @@
1
+ ## [2.13.2](https://github.com/lirantal/create-node-lib/compare/v2.13.1...v2.13.2) (2026-03-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Upgrade labeler action from v5 to v6 ([cc0276c](https://github.com/lirantal/create-node-lib/commit/cc0276cf627a1cd177ba82154565867df693c11d))
7
+
8
+ ## [2.13.1](https://github.com/lirantal/create-node-lib/compare/v2.13.0...v2.13.1) (2026-03-26)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update devDependencies in package.json ([1f296d9](https://github.com/lirantal/create-node-lib/commit/1f296d9d0474e6f7898b8d51758abd9279ba2446))
14
+ * Add APM dependencies to gitignore ([ad7b3d9](https://github.com/lirantal/create-node-lib/commit/ad7b3d955820998ed095dd8478e9c024672ab8a9))
15
+
1
16
  # [2.13.0](https://github.com/lirantal/create-node-lib/compare/v2.12.1...v2.13.0) (2026-03-25)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-node-lib",
3
- "version": "2.13.0",
3
+ "version": "2.13.2",
4
4
  "description": "Scaffolding out a Node.js library module",
5
5
  "bin": "./bin/cli.js",
6
6
  "engines": {
@@ -9,4 +9,4 @@ jobs:
9
9
  pull-requests: write
10
10
  runs-on: ubuntu-latest
11
11
  steps:
12
- - uses: actions/labeler@v5
12
+ - uses: actions/labeler@v6
@@ -1,4 +1,8 @@
1
1
  .dccache
2
+
3
+ # APM dependencies
4
+ apm_modules/
5
+
2
6
  # Logs
3
7
  logs
4
8
  *.log
@@ -86,4 +90,4 @@ typings/
86
90
  .vscode/
87
91
 
88
92
  # Snyk
89
- .dccache
93
+ .dccache
@@ -72,15 +72,15 @@
72
72
  "devDependencies": {
73
73
  "@changesets/changelog-github": "^0.5.0",
74
74
  "@changesets/cli": "^2.27.7",
75
- "@types/node": "^24.10.1",
76
- "c8": "^10.1.2",
75
+ "@types/node": "^25.5.0",
76
+ "c8": "^11.0.0",
77
77
  "eslint": "^9.6.0",
78
78
  "eslint-plugin-security": "^3.0.1",
79
79
  "husky": "^9.0.11",
80
80
  "lint-staged": "^16.2.7",
81
- "lockfile-lint": "^4.14.0",
82
- "neostandard": "^0.12.2",
83
- "tsdown": "^0.9.0",
81
+ "lockfile-lint": "^5.0.0",
82
+ "neostandard": "^0.13.0",
83
+ "tsdown": "^0.21.5",
84
84
  "tsx": "^4.19.4",
85
85
  "typescript": "^5.5.3",
86
86
  "validate-conventional-commit": "^1.0.4"