mirror of
https://github.com/nasa/openmct.git
synced 2025-05-02 16:53:24 +00:00
[Persistence] Update bundle definition
This commit is contained in:
parent
f6d6cb929f
commit
b60eff2f5e
@ -46,7 +46,7 @@ define([
|
||||
"./src/capabilities/MutationCapability",
|
||||
"./src/capabilities/DelegationCapability",
|
||||
"./src/capabilities/InstantiationCapability",
|
||||
"./src/runs/PersistingMutationListener",
|
||||
"./src/runs/TransactingMutationListener",
|
||||
"./src/services/Now",
|
||||
"./src/services/Throttle",
|
||||
"./src/services/Topic",
|
||||
@ -79,7 +79,7 @@ define([
|
||||
MutationCapability,
|
||||
DelegationCapability,
|
||||
InstantiationCapability,
|
||||
PersistingMutationListener,
|
||||
TransactingMutationListener,
|
||||
Now,
|
||||
Throttle,
|
||||
Topic,
|
||||
@ -413,8 +413,8 @@ define([
|
||||
],
|
||||
"runs": [
|
||||
{
|
||||
"implementation": PersistingMutationListener,
|
||||
"depends": ["topic"]
|
||||
"implementation": TransactingMutationListener,
|
||||
"depends": ["topic", "transactionService"]
|
||||
}
|
||||
],
|
||||
"constants": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user