@plotdb/srcbuild 0.0.59 → 0.0.61
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/ext/bundle.js +4 -2
- package/package.json +4 -4
package/dist/ext/bundle.js
CHANGED
|
@@ -419,9 +419,11 @@ build.prototype = import$(Object.create(base.prototype), {
|
|
|
419
419
|
function fn$(n){
|
|
420
420
|
if (typeof n === 'string') {
|
|
421
421
|
return path.join(this$.reldir, n);
|
|
422
|
-
} else {
|
|
423
|
-
return this$.getPath(n);
|
|
424
422
|
}
|
|
423
|
+
if (!n.type) {
|
|
424
|
+
n.type = type;
|
|
425
|
+
}
|
|
426
|
+
return this$.getPath(n);
|
|
425
427
|
}
|
|
426
428
|
},
|
|
427
429
|
loadCaches: function(){
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "zbryikt",
|
|
3
3
|
"name": "@plotdb/srcbuild",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.61",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "./dist/main.js",
|
|
7
7
|
"files": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@loadingio/debounce.js": "^1.0.1",
|
|
30
|
-
"@plotdb/block": "^
|
|
30
|
+
"@plotdb/block": "^5.0.2",
|
|
31
31
|
"@plotdb/colors": "^0.0.1",
|
|
32
32
|
"anymatch": "^3.1.2",
|
|
33
33
|
"browserify": "^17.0.0",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@loadingio/bootstrap.ext": "^0.0.9",
|
|
52
|
-
"@plotdb/csscope": "^
|
|
53
|
-
"@plotdb/rescope": "^
|
|
52
|
+
"@plotdb/csscope": "^5.0.1",
|
|
53
|
+
"@plotdb/rescope": "^5.0.1",
|
|
54
54
|
"@plotdb/semver": "^0.0.3",
|
|
55
55
|
"@loadingio/ldquery": "^3.0.4",
|
|
56
56
|
"bootstrap": "^4.6.1",
|