@lark-apaas/miaoda-inspector 0.1.0-alpha.3 → 0.1.0-alpha.4

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.
@@ -240,7 +240,7 @@ function MiaodaInspector(props) {
240
240
  postMessage({
241
241
  type: "PageMounted",
242
242
  data: {
243
- version: "0.1.0-alpha.3",
243
+ version: "0.1.0-alpha.4",
244
244
  theme: props.theme
245
245
  }
246
246
  });
@@ -262,7 +262,7 @@ function MiaodaInspector(props) {
262
262
  (0, import_utils.postMessage)({
263
263
  type: "PageMounted",
264
264
  data: {
265
- version: "0.1.0-alpha.3",
265
+ version: "0.1.0-alpha.4",
266
266
  theme: props.theme
267
267
  }
268
268
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/miaoda-inspector",
3
- "version": "0.1.0-alpha.3",
3
+ "version": "0.1.0-alpha.4",
4
4
  "description": "Inspector for Lark Apaas",
5
5
  "sideEffects": [
6
6
  "*.css"