@dxtmisha/scripts 0.5.16 → 0.5.17

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@dxtmisha/scripts",
3
3
  "private": false,
4
- "version": "0.5.16",
4
+ "version": "0.5.17",
5
5
  "type": "module",
6
6
  "description": "Development scripts and CLI tools for DXT UI projects - automated component generation, library building and project management tools",
7
7
  "keywords": [
@@ -168,7 +168,7 @@ export class PropertiesConfig {
168
168
  file?.extends
169
169
  ) {
170
170
  file = {
171
- ...this.getExtends(file.extends),
171
+ ...this.getExtends(file.extends, [PropertiesFile.getPathDir(paths)]),
172
172
  ...file
173
173
  }
174
174
  }