@fileverse-dev/fortune-core 1.0.2-mod-5 → 1.0.2-mod-7

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.
@@ -11,36 +11,35 @@ declare const _default: {
11
11
  t: number;
12
12
  d: string;
13
13
  a: string;
14
- m: number[];
15
- p: {
14
+ p: ({
15
+ name: string;
16
+ detail: string;
17
+ example: string;
18
+ require: string;
19
+ repeat?: undefined;
20
+ type?: undefined;
21
+ } | {
16
22
  name: string;
17
23
  detail: string;
18
24
  example: string;
19
25
  require: string;
20
26
  repeat: string;
21
27
  type: string;
22
- }[];
28
+ })[];
23
29
  } | {
24
30
  n: string;
25
31
  t: number;
26
32
  d: string;
27
33
  a: string;
28
- p: ({
29
- name: string;
30
- detail: string;
31
- example: string;
32
- require: string;
33
- repeat?: undefined;
34
- type?: undefined;
35
- } | {
34
+ m: number[];
35
+ p: {
36
36
  name: string;
37
37
  detail: string;
38
38
  example: string;
39
39
  require: string;
40
40
  repeat: string;
41
41
  type: string;
42
- })[];
43
- m?: undefined;
42
+ }[];
44
43
  } | {
45
44
  n: string;
46
45
  t: string;
@@ -852,6 +851,7 @@ declare const _default: {
852
851
  Date: string;
853
852
  Engineering: string;
854
853
  Filter: string;
854
+ Crypto: string;
855
855
  Financial: string;
856
856
  luckysheet: string;
857
857
  other: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.0.2-mod-5",
3
+ "version": "1.0.2-mod-7",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "repository": "https://github.com/ruilisi/fortune-sheet",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "@fileverse-dev/formula-parser": "^0.2.13-mod-0",
13
+ "@fileverse-dev/formula-parser": "^0.2.13-mod-1",
14
14
  "dayjs": "^1.11.0",
15
15
  "immer": "^9.0.12",
16
16
  "lodash": "^4.17.21",