File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/app-metadata-controller/src Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import type {
2
2
StateMetadata ,
3
3
ControllerGetStateAction ,
4
4
ControllerStateChangeEvent ,
5
- } from '@metamask/base-controller' ;
5
+ } from '@metamask/base-controller/next ' ;
6
6
import { BaseController } from '@metamask/base-controller/next' ;
7
7
import type { Messenger } from '@metamask/messenger' ;
8
8
@@ -103,25 +103,25 @@ const controllerMetadata = {
103
103
currentAppVersion : {
104
104
includeInStateLogs : true ,
105
105
persist : true ,
106
- anonymous : true ,
106
+ includeInDebugSnapshot : true ,
107
107
usedInUi : false ,
108
108
} ,
109
109
previousAppVersion : {
110
110
includeInStateLogs : true ,
111
111
persist : true ,
112
- anonymous : true ,
112
+ includeInDebugSnapshot : true ,
113
113
usedInUi : false ,
114
114
} ,
115
115
previousMigrationVersion : {
116
116
includeInStateLogs : true ,
117
117
persist : true ,
118
- anonymous : true ,
118
+ includeInDebugSnapshot : true ,
119
119
usedInUi : false ,
120
120
} ,
121
121
currentMigrationVersion : {
122
122
includeInStateLogs : true ,
123
123
persist : true ,
124
- anonymous : true ,
124
+ includeInDebugSnapshot : true ,
125
125
usedInUi : false ,
126
126
} ,
127
127
} satisfies StateMetadata < AppMetadataControllerState > ;
You can’t perform that action at this time.
0 commit comments