@highstate/backend 0.11.7 → 0.12.0

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "sourceHashes": {
3
- "./dist/index.js": 1885488256,
3
+ "./dist/index.js": 3907032279,
4
4
  "./dist/shared/index.js": 1412796191,
5
5
  "./dist/library/worker/main.js": 875302514,
6
6
  "./dist/library/package-resolution-worker.js": 4258495649,
package/dist/index.js CHANGED
@@ -8775,7 +8775,8 @@ ${errors.join("\n")}`
8775
8775
  inputs: mapValues(resolvedInputs ?? {}, (input) => input.map((value) => value.input)),
8776
8776
  invokedTriggers,
8777
8777
  secretNames: Object.keys(secrets),
8778
- stateIdMap: this.context.getInstanceIdToStateIdMap(instance.id)
8778
+ stateIdMap: this.context.getInstanceIdToStateIdMap(instance.id),
8779
+ importBasePath: this.libraryBackend.importPath
8779
8780
  };
8780
8781
  }
8781
8782
  async handleUnitStateUpdate(update, state) {