parsec-libs 0.0.101 → 0.0.102

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -802,7 +802,7 @@ var useSwitchTableModalVisible = (function () {
802
802
  }
803
803
  }))
804
804
  };
805
- }, [exportLoading, handleExport, switchResultModalVisible, params]);
805
+ }, [exportLoading, handleExport, switchResultModalVisible, params, setparams]);
806
806
  });
807
807
 
808
808
  var DateShow = function DateShow(_ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parsec-libs",
3
- "version": "0.0.101",
3
+ "version": "0.0.102",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",