@ws-ui/store 1.8.0 → 1.8.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 +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -8133,15 +8133,15 @@ const HR = [
|
|
|
8133
8133
|
key: "editors:webforms"
|
|
8134
8134
|
},
|
|
8135
8135
|
supportedEditors: [
|
|
8136
|
+
{
|
|
8137
|
+
key: "editors:event-report"
|
|
8138
|
+
},
|
|
8136
8139
|
{
|
|
8137
8140
|
key: "editors:code",
|
|
8138
8141
|
config: {
|
|
8139
8142
|
language: "json",
|
|
8140
8143
|
theme: "vs-dark"
|
|
8141
8144
|
}
|
|
8142
|
-
},
|
|
8143
|
-
{
|
|
8144
|
-
key: "editors:event-report"
|
|
8145
8145
|
}
|
|
8146
8146
|
]
|
|
8147
8147
|
},
|