@vtj/local 0.8.45 → 0.8.47
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/dist/plugin.mjs +1 -1
- 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.
|
|
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.
|
|
4
|
+
"version": "0.8.47",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"formidable": "~3.5.1",
|
|
8
|
-
"@vtj/coder": "~0.8.
|
|
9
|
-
"@vtj/core": "~0.8.
|
|
8
|
+
"@vtj/coder": "~0.8.47",
|
|
9
|
+
"@vtj/core": "~0.8.47",
|
|
10
10
|
"@vtj/node": "~0.8.5"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|