@ebuilding/biz-comm 2.5.2 → 2.5.4
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.4",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"extend": "
|
|
5
|
+
"extend": "@LIB-PLACEHOLDER",
|
|
6
6
|
"tslib": "^2.3.0"
|
|
7
7
|
},
|
|
8
8
|
"module": "fesm2022/ebuilding-biz-comm.mjs",
|
|
@@ -31,29 +31,29 @@
|
|
|
31
31
|
"types": "./components/lookup/index.d.ts",
|
|
32
32
|
"default": "./fesm2022/components.lookup.mjs"
|
|
33
33
|
},
|
|
34
|
+
"./other/control": {
|
|
35
|
+
"types": "./other/control/index.d.ts",
|
|
36
|
+
"default": "./fesm2022/other.control.mjs"
|
|
37
|
+
},
|
|
34
38
|
"./other/card": {
|
|
35
39
|
"types": "./other/card/index.d.ts",
|
|
36
40
|
"default": "./fesm2022/other.card.mjs"
|
|
37
41
|
},
|
|
38
|
-
"./other/
|
|
39
|
-
"types": "./other/
|
|
40
|
-
"default": "./fesm2022/other.
|
|
42
|
+
"./other/source": {
|
|
43
|
+
"types": "./other/source/index.d.ts",
|
|
44
|
+
"default": "./fesm2022/other.source.mjs"
|
|
41
45
|
},
|
|
42
46
|
"./other/dict": {
|
|
43
47
|
"types": "./other/dict/index.d.ts",
|
|
44
48
|
"default": "./fesm2022/other.dict.mjs"
|
|
45
49
|
},
|
|
46
|
-
"./other/formula": {
|
|
47
|
-
"types": "./other/formula/index.d.ts",
|
|
48
|
-
"default": "./fesm2022/other.formula.mjs"
|
|
49
|
-
},
|
|
50
50
|
"./other/rule": {
|
|
51
51
|
"types": "./other/rule/index.d.ts",
|
|
52
52
|
"default": "./fesm2022/other.rule.mjs"
|
|
53
53
|
},
|
|
54
|
-
"./other/
|
|
55
|
-
"types": "./other/
|
|
56
|
-
"default": "./fesm2022/other.
|
|
54
|
+
"./other/formula": {
|
|
55
|
+
"types": "./other/formula/index.d.ts",
|
|
56
|
+
"default": "./fesm2022/other.formula.mjs"
|
|
57
57
|
},
|
|
58
58
|
"./other/tree": {
|
|
59
59
|
"types": "./other/tree/index.d.ts",
|
|
@@ -71,6 +71,10 @@
|
|
|
71
71
|
"types": "./type/tree/index.d.ts",
|
|
72
72
|
"default": "./fesm2022/type.tree.mjs"
|
|
73
73
|
},
|
|
74
|
+
"./other/source/args": {
|
|
75
|
+
"types": "./other/source/args/index.d.ts",
|
|
76
|
+
"default": "./fesm2022/other.source.args.mjs"
|
|
77
|
+
},
|
|
74
78
|
"./other/source/field-map": {
|
|
75
79
|
"types": "./other/source/field-map/index.d.ts",
|
|
76
80
|
"default": "./fesm2022/other.source.field-map.mjs"
|
|
@@ -83,21 +87,17 @@
|
|
|
83
87
|
"types": "./other/source/field-select/index.d.ts",
|
|
84
88
|
"default": "./fesm2022/other.source.field.select.mjs"
|
|
85
89
|
},
|
|
86
|
-
"./other/source/
|
|
87
|
-
"types": "./other/source/
|
|
88
|
-
"default": "./fesm2022/other.source.
|
|
89
|
-
},
|
|
90
|
-
"./other/source/table": {
|
|
91
|
-
"types": "./other/source/table/index.d.ts",
|
|
92
|
-
"default": "./fesm2022/other.source.table.mjs"
|
|
90
|
+
"./other/source/group": {
|
|
91
|
+
"types": "./other/source/group/index.d.ts",
|
|
92
|
+
"default": "./fesm2022/other.source.group.mjs"
|
|
93
93
|
},
|
|
94
94
|
"./other/source/order": {
|
|
95
95
|
"types": "./other/source/order/index.d.ts",
|
|
96
96
|
"default": "./fesm2022/other.source.order.mjs"
|
|
97
97
|
},
|
|
98
|
-
"./other/source/
|
|
99
|
-
"types": "./other/source/
|
|
100
|
-
"default": "./fesm2022/other.source.
|
|
98
|
+
"./other/source/table": {
|
|
99
|
+
"types": "./other/source/table/index.d.ts",
|
|
100
|
+
"default": "./fesm2022/other.source.table.mjs"
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
103
|
"sideEffects": false
|