datastake-daf 0.6.812 → 0.6.814

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.812",
3
+ "version": "0.6.814",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -230,6 +230,7 @@ import Up from "./Up";
230
230
  import Down from "./Down";
231
231
  import TrendUp from "./TrendUp";
232
232
  import Droplets from "./Droplets";
233
+ import AddDocument from "./AddDocument";
233
234
 
234
235
  const config = {
235
236
  AppAdmin,
@@ -463,7 +464,8 @@ const config = {
463
464
  Up,
464
465
  Down,
465
466
  TrendUp,
466
- Droplets
467
+ Droplets,
468
+ AddDocument
467
469
  };
468
470
 
469
471
  export default config;