@vtj/local 0.8.45 → 0.8.46

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/dist/plugin.mjs +1 -1
  2. package/package.json +3 -3
package/dist/plugin.mjs CHANGED
@@ -198,7 +198,7 @@ export function createDevTools(options = {}) {
198
198
  const materialsPath1 = `${opts.nodeModulesDir}/@vtj/materials/dist`;
199
199
  const materialsPath2 = `${opts.nodeModulesDir}/${opts.packageName}/${materialsPath1}`;
200
200
  const materialDirs = opts.materialDirs.map((n) => {
201
- return `${opts.nodeModulesDir}/${n}/dist`;
201
+ return `${opts.pluginNodeModulesDir}/${n}/dist`;
202
202
  });
203
203
  if (opts.copy) {
204
204
  const copyOptions = [];
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@vtj/local",
3
3
  "private": false,
4
- "version": "0.8.45",
4
+ "version": "0.8.46",
5
5
  "type": "module",
6
6
  "dependencies": {
7
7
  "formidable": "~3.5.1",
8
- "@vtj/coder": "~0.8.45",
9
- "@vtj/core": "~0.8.45",
8
+ "@vtj/core": "~0.8.46",
9
+ "@vtj/coder": "~0.8.46",
10
10
  "@vtj/node": "~0.8.5"
11
11
  },
12
12
  "devDependencies": {