@ws-ui/store 1.6.9 → 1.6.10
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.cjs.js.map +1 -1
- package/dist/index.es.js +2 -8
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -15120,10 +15120,7 @@ const A_ = Mt({
|
|
|
15120
15120
|
"frameId"
|
|
15121
15121
|
)
|
|
15122
15122
|
},
|
|
15123
|
-
expandedVariables: [
|
|
15124
|
-
...f.expandedVariables,
|
|
15125
|
-
r
|
|
15126
|
-
]
|
|
15123
|
+
expandedVariables: [...f.expandedVariables, r]
|
|
15127
15124
|
} : f;
|
|
15128
15125
|
}
|
|
15129
15126
|
);
|
|
@@ -15148,10 +15145,7 @@ const A_ = Mt({
|
|
|
15148
15145
|
"frameId"
|
|
15149
15146
|
)
|
|
15150
15147
|
},
|
|
15151
|
-
expandedVariables: [
|
|
15152
|
-
...u.expandedVariables,
|
|
15153
|
-
"callchain"
|
|
15154
|
-
]
|
|
15148
|
+
expandedVariables: [...u.expandedVariables, "callchain"]
|
|
15155
15149
|
} : u;
|
|
15156
15150
|
}
|
|
15157
15151
|
);
|