@ws-ui/store 0.1.2 → 0.1.3
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -14190,6 +14190,7 @@ const VA = {
|
|
|
14190
14190
|
content: a.content,
|
|
14191
14191
|
date: a.date,
|
|
14192
14192
|
flags: {
|
|
14193
|
+
enabled: s.flags.enabled,
|
|
14193
14194
|
confirmed: s.flags.confirmed
|
|
14194
14195
|
},
|
|
14195
14196
|
extra: c
|