mirror of
https://github.com/nasa/openmct.git
synced 2025-04-10 04:40:05 +00:00
[Persistence] Expose PersistingMutationListener from bundle
This commit is contained in:
parent
0d312def27
commit
4b641f8723
@ -47,6 +47,7 @@ define([
|
||||
"./src/capabilities/MutationCapability",
|
||||
"./src/capabilities/DelegationCapability",
|
||||
"./src/capabilities/InstantiationCapability",
|
||||
"./src/runs/PersistingMutationListener",
|
||||
"./src/services/Now",
|
||||
"./src/services/Throttle",
|
||||
"./src/services/Topic",
|
||||
@ -79,6 +80,7 @@ define([
|
||||
MutationCapability,
|
||||
DelegationCapability,
|
||||
InstantiationCapability,
|
||||
PersistingMutationListener,
|
||||
Now,
|
||||
Throttle,
|
||||
Topic,
|
||||
@ -411,6 +413,12 @@ define([
|
||||
}
|
||||
}
|
||||
],
|
||||
"runs": [
|
||||
{
|
||||
"implementation": PersistingMutationListener,
|
||||
"depends": [ "topic" ]
|
||||
}
|
||||
],
|
||||
"constants": [
|
||||
{
|
||||
"key": "PERSISTENCE_SPACE",
|
||||
|
Loading…
x
Reference in New Issue
Block a user