cartographer-ai 1.0.8 → 1.0.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cartographer-ai",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "main": "src/commands.js",
5
5
  "type": "module",
6
6
  "bin": {
@@ -173,7 +173,9 @@ export class Cartographer {
173
173
 
174
174
  if (forbidden.length > 0) {
175
175
  console.warn(
176
- `${warningPrefix} File "${filePath}" is invalid. When "parentId" is present, the following attributes must not be used: ${forbidden.join(
176
+ `${warningPrefix} File "${path.basename(
177
+ filePath
178
+ )}" is invalid. When "parentId" is present, the following attributes must not be used: ${forbidden.join(
177
179
  ", "
178
180
  )}. These attributes have been ignored.`
179
181
  );