@wekit/plugin-console
Advanced tools
+9
-0
| # @wekit/plugin-console | ||
| ## 1.0.1 | ||
| ### Patch Changes | ||
| - 修复在 onUnload 事件内无法访问 data 的问题 | ||
| - Updated dependencies | ||
| - @wekit/core@1.0.1 | ||
| - @wekit/shared@1.0.1 | ||
| ## 1.0.0 | ||
@@ -4,0 +13,0 @@ |
+3
-3
| { | ||
| "name": "@wekit/plugin-console", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "wekit plugin console", | ||
@@ -29,4 +29,4 @@ "main": "./dist/wekit-plugin-console.cjs.js", | ||
| "dependencies": { | ||
| "@wekit/core": "^1.0.0", | ||
| "@wekit/shared": "^1.0.0" | ||
| "@wekit/core": "^1.0.1", | ||
| "@wekit/shared": "^1.0.1" | ||
| }, | ||
@@ -33,0 +33,0 @@ "scripts": { |
9593
1.66%Updated
Updated