pmcf 3.18.2 → 3.18.4

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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -8,7 +8,6 @@
8
8
  [![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
9
9
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
10
10
  [![Known Vulnerabilities](https://snyk.io/test/github/arlac77/pmcf/badge.svg)](https://snyk.io/test/github/arlac77/pmcf)
11
- [![Coverage Status](https://coveralls.io/repos/arlac77/pmcf/badge.svg)](https://coveralls.io/github/arlac77/pmcf)
12
11
 
13
12
  # pmcf
14
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "3.18.2",
3
+ "version": "3.18.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -54,12 +54,12 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "ip-utilties": "^2.0.0",
57
- "npm-pkgbuild": "^19.0.8",
58
- "pacc": "^5.2.0",
57
+ "npm-pkgbuild": "^19.1.2",
58
+ "pacc": "^6.2.1",
59
59
  "package-directory": "^8.1.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@types/node": "^24.10.1",
62
+ "@types/node": "^25.0.1",
63
63
  "ava": "^6.4.1",
64
64
  "c8": "^10.1.3",
65
65
  "documentation": "^14.0.3",
@@ -67,7 +67,7 @@
67
67
  "typescript": "^5.9.3"
68
68
  },
69
69
  "engines": {
70
- "node": ">=24.11.1"
70
+ "node": ">=24.12.0"
71
71
  },
72
72
  "repository": {
73
73
  "type": "git",