@plotdb/srcbuild 0.0.62 → 0.0.63

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.
@@ -478,7 +478,7 @@ build.prototype = import$(Object.create(base.prototype), {
478
478
  var codesrc, specsrc, deps, ref$, ref1$;
479
479
  if (o.type === 'block') {
480
480
  return this$.mgr.bundle({
481
- blocks: o.codesrc || (o.codesrc = [])
481
+ blocks: (o.src || (o.src = [])).concat(o.codesrc || (o.codesrc = []))
482
482
  }).then(function(r){
483
483
  var deps, codesrc, specsrc, ref$, ref1$;
484
484
  if (!(r && r.deps)) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "zbryikt",
3
3
  "name": "@plotdb/srcbuild",
4
- "version": "0.0.62",
4
+ "version": "0.0.63",
5
5
  "description": "",
6
6
  "main": "./dist/main.js",
7
7
  "files": [