bimba-cli 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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/serve.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bimba-cli",
3
- "version": "0.5.16",
3
+ "version": "0.5.17",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/HeapVoid/bimba.git"
package/serve.js CHANGED
@@ -547,7 +547,7 @@ export function serve(entrypoint, flags) {
547
547
 
548
548
  printStatus(rel, 'ok')
549
549
  broadcast({ type: 'clear-error' })
550
- broadcast({ type: 'update', file: rel, slots: 'shifted' })
550
+ broadcast({ type: 'update', file: rel, slots: out.slots || 'shifted' })
551
551
 
552
552
  // Cascade: re-import modules that transitively import this file.
553
553
  // Skip the entry point — re-importing it re-runs imba.mount and