@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.
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) {
|