@fileverse-dev/fortune-react 1.0.76 → 1.0.78

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.
@@ -113,9 +113,8 @@ var __generator = this && this.__generator || function (thisArg, body) {
113
113
  };
114
114
  }
115
115
  };
116
- import { getFlowdata } from "@fileverse-dev/fortune-core";
116
+ import { getFlowdata, api } from "@fileverse-dev/fortune-core";
117
117
  import { getCachedPrice } from "./cryptoApi";
118
- import { api } from "@fileverse-dev/fortune-core";
119
118
  export var getFiatSymbol = function getFiatSymbol(code) {
120
119
  switch (code) {
121
120
  case "USD":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-react",
3
- "version": "1.0.76",
3
+ "version": "1.0.78",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "module": "es/index.js",
@@ -16,7 +16,7 @@
16
16
  "tsc": "tsc"
17
17
  },
18
18
  "dependencies": {
19
- "@fileverse-dev/fortune-core": "1.0.76",
19
+ "@fileverse-dev/fortune-core": "1.0.78",
20
20
  "@fileverse/ui": "^4.1.7-patch-20",
21
21
  "@tippyjs/react": "^4.2.6",
22
22
  "@types/regenerator-runtime": "^0.13.6",