jsmom-table-form 1.1.63 → 1.1.64

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/CHANGELOG.MD CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.1.64
4
+
5
+ - add 右侧工具列表插槽
6
+
3
7
  ## 1.1.60-63
4
8
 
5
9
  - add 接口导出选择数据类型
package/dist/main.js CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsmom-table-form",
3
- "version": "1.1.63",
3
+ "version": "1.1.64",
4
4
  "scripts": {
5
5
  "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --host 127.0.0.1",
6
6
  "build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
package/webpack.config.js CHANGED
Binary file