@ebuilding/biz-comm 2.5.3 → 2.5.5
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 +22 -22
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ebuilding/biz-comm",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.5",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"extend": "
|
|
5
|
+
"extend": "^3.0.2",
|
|
6
6
|
"tslib": "^2.3.0"
|
|
7
7
|
},
|
|
8
8
|
"module": "fesm2022/ebuilding-biz-comm.mjs",
|
|
@@ -19,26 +19,26 @@
|
|
|
19
19
|
"types": "./type/index.d.ts",
|
|
20
20
|
"default": "./fesm2022/type.mjs"
|
|
21
21
|
},
|
|
22
|
-
"./components/formula": {
|
|
23
|
-
"types": "./components/formula/index.d.ts",
|
|
24
|
-
"default": "./fesm2022/components.formula.mjs"
|
|
25
|
-
},
|
|
26
22
|
"./components/filter": {
|
|
27
23
|
"types": "./components/filter/index.d.ts",
|
|
28
24
|
"default": "./fesm2022/components.filter.mjs"
|
|
29
25
|
},
|
|
26
|
+
"./other/card": {
|
|
27
|
+
"types": "./other/card/index.d.ts",
|
|
28
|
+
"default": "./fesm2022/other.card.mjs"
|
|
29
|
+
},
|
|
30
30
|
"./components/lookup": {
|
|
31
31
|
"types": "./components/lookup/index.d.ts",
|
|
32
32
|
"default": "./fesm2022/components.lookup.mjs"
|
|
33
33
|
},
|
|
34
|
+
"./components/formula": {
|
|
35
|
+
"types": "./components/formula/index.d.ts",
|
|
36
|
+
"default": "./fesm2022/components.formula.mjs"
|
|
37
|
+
},
|
|
34
38
|
"./other/control": {
|
|
35
39
|
"types": "./other/control/index.d.ts",
|
|
36
40
|
"default": "./fesm2022/other.control.mjs"
|
|
37
41
|
},
|
|
38
|
-
"./other/card": {
|
|
39
|
-
"types": "./other/card/index.d.ts",
|
|
40
|
-
"default": "./fesm2022/other.card.mjs"
|
|
41
|
-
},
|
|
42
42
|
"./other/dict": {
|
|
43
43
|
"types": "./other/dict/index.d.ts",
|
|
44
44
|
"default": "./fesm2022/other.dict.mjs"
|
|
@@ -47,6 +47,14 @@
|
|
|
47
47
|
"types": "./other/formula/index.d.ts",
|
|
48
48
|
"default": "./fesm2022/other.formula.mjs"
|
|
49
49
|
},
|
|
50
|
+
"./other/rule": {
|
|
51
|
+
"types": "./other/rule/index.d.ts",
|
|
52
|
+
"default": "./fesm2022/other.rule.mjs"
|
|
53
|
+
},
|
|
54
|
+
"./type/formula": {
|
|
55
|
+
"types": "./type/formula/index.d.ts",
|
|
56
|
+
"default": "./fesm2022/type.formula.mjs"
|
|
57
|
+
},
|
|
50
58
|
"./other/source": {
|
|
51
59
|
"types": "./other/source/index.d.ts",
|
|
52
60
|
"default": "./fesm2022/other.source.mjs"
|
|
@@ -55,22 +63,14 @@
|
|
|
55
63
|
"types": "./other/tree/index.d.ts",
|
|
56
64
|
"default": "./fesm2022/other.tree.mjs"
|
|
57
65
|
},
|
|
58
|
-
"./type/lookup": {
|
|
59
|
-
"types": "./type/lookup/index.d.ts",
|
|
60
|
-
"default": "./fesm2022/type.lookup.mjs"
|
|
61
|
-
},
|
|
62
|
-
"./type/formula": {
|
|
63
|
-
"types": "./type/formula/index.d.ts",
|
|
64
|
-
"default": "./fesm2022/type.formula.mjs"
|
|
65
|
-
},
|
|
66
|
-
"./other/rule": {
|
|
67
|
-
"types": "./other/rule/index.d.ts",
|
|
68
|
-
"default": "./fesm2022/other.rule.mjs"
|
|
69
|
-
},
|
|
70
66
|
"./type/tree": {
|
|
71
67
|
"types": "./type/tree/index.d.ts",
|
|
72
68
|
"default": "./fesm2022/type.tree.mjs"
|
|
73
69
|
},
|
|
70
|
+
"./type/lookup": {
|
|
71
|
+
"types": "./type/lookup/index.d.ts",
|
|
72
|
+
"default": "./fesm2022/type.lookup.mjs"
|
|
73
|
+
},
|
|
74
74
|
"./other/source/args": {
|
|
75
75
|
"types": "./other/source/args/index.d.ts",
|
|
76
76
|
"default": "./fesm2022/other.source.args.mjs"
|