pmcf 6.3.0 → 6.3.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/base.mjs +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -58,7 +58,7 @@
58
58
  "package-directory": "^8.2.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@types/node": "^26.1.0",
61
+ "@types/node": "^26.1.1",
62
62
  "ava": "^8.0.1",
63
63
  "c8": "^11.0.0",
64
64
  "documentation": "^14.0.3",
package/src/base.mjs CHANGED
@@ -461,6 +461,7 @@ export class Base {
461
461
 
462
462
  try {
463
463
  if ((await stat(dir)).isDirectory) {
464
+ console.log(dir, this.typeName, node.typeName);
464
465
  yield transform(
465
466
  new FileContentProvider(
466
467
  { dir, pattern: "**/*" },