@ebuilding/biz-comm 2.7.0 → 2.7.1
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 +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ebuilding/biz-comm",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.1",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"extend": "^3.0.2",
|
|
6
6
|
"tslib": "^2.3.0"
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"types": "./components/filter/index.d.ts",
|
|
24
24
|
"default": "./fesm2022/components.filter.mjs"
|
|
25
25
|
},
|
|
26
|
-
"./components/formula": {
|
|
27
|
-
"types": "./components/formula/index.d.ts",
|
|
28
|
-
"default": "./fesm2022/components.formula.mjs"
|
|
29
|
-
},
|
|
30
26
|
"./components/lookup": {
|
|
31
27
|
"types": "./components/lookup/index.d.ts",
|
|
32
28
|
"default": "./fesm2022/components.lookup.mjs"
|
|
33
29
|
},
|
|
30
|
+
"./components/formula": {
|
|
31
|
+
"types": "./components/formula/index.d.ts",
|
|
32
|
+
"default": "./fesm2022/components.formula.mjs"
|
|
33
|
+
},
|
|
34
34
|
"./other/card": {
|
|
35
35
|
"types": "./other/card/index.d.ts",
|
|
36
36
|
"default": "./fesm2022/other.card.mjs"
|
|
@@ -59,10 +59,6 @@
|
|
|
59
59
|
"types": "./other/source/index.d.ts",
|
|
60
60
|
"default": "./fesm2022/other.source.mjs"
|
|
61
61
|
},
|
|
62
|
-
"./type/lookup": {
|
|
63
|
-
"types": "./type/lookup/index.d.ts",
|
|
64
|
-
"default": "./fesm2022/type.lookup.mjs"
|
|
65
|
-
},
|
|
66
62
|
"./type/formula": {
|
|
67
63
|
"types": "./type/formula/index.d.ts",
|
|
68
64
|
"default": "./fesm2022/type.formula.mjs"
|
|
@@ -71,26 +67,26 @@
|
|
|
71
67
|
"types": "./type/tree/index.d.ts",
|
|
72
68
|
"default": "./fesm2022/type.tree.mjs"
|
|
73
69
|
},
|
|
74
|
-
"./
|
|
75
|
-
"types": "./
|
|
76
|
-
"default": "./fesm2022/
|
|
70
|
+
"./type/lookup": {
|
|
71
|
+
"types": "./type/lookup/index.d.ts",
|
|
72
|
+
"default": "./fesm2022/type.lookup.mjs"
|
|
77
73
|
},
|
|
78
74
|
"./other/source/field-map": {
|
|
79
75
|
"types": "./other/source/field-map/index.d.ts",
|
|
80
76
|
"default": "./fesm2022/other.source.field-map.mjs"
|
|
81
77
|
},
|
|
82
|
-
"./other/source/
|
|
83
|
-
"types": "./other/source/
|
|
84
|
-
"default": "./fesm2022/other.source.
|
|
85
|
-
},
|
|
86
|
-
"./other/source/group": {
|
|
87
|
-
"types": "./other/source/group/index.d.ts",
|
|
88
|
-
"default": "./fesm2022/other.source.group.mjs"
|
|
78
|
+
"./other/source/args": {
|
|
79
|
+
"types": "./other/source/args/index.d.ts",
|
|
80
|
+
"default": "./fesm2022/other.source.args.mjs"
|
|
89
81
|
},
|
|
90
82
|
"./other/source/filter": {
|
|
91
83
|
"types": "./other/source/filter/index.d.ts",
|
|
92
84
|
"default": "./fesm2022/other.source.filter.mjs"
|
|
93
85
|
},
|
|
86
|
+
"./other/source/field-select": {
|
|
87
|
+
"types": "./other/source/field-select/index.d.ts",
|
|
88
|
+
"default": "./fesm2022/other.source.field.select.mjs"
|
|
89
|
+
},
|
|
94
90
|
"./other/source/order": {
|
|
95
91
|
"types": "./other/source/order/index.d.ts",
|
|
96
92
|
"default": "./fesm2022/other.source.order.mjs"
|
|
@@ -98,6 +94,10 @@
|
|
|
98
94
|
"./other/source/table": {
|
|
99
95
|
"types": "./other/source/table/index.d.ts",
|
|
100
96
|
"default": "./fesm2022/other.source.table.mjs"
|
|
97
|
+
},
|
|
98
|
+
"./other/source/group": {
|
|
99
|
+
"types": "./other/source/group/index.d.ts",
|
|
100
|
+
"default": "./fesm2022/other.source.group.mjs"
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
103
|
"sideEffects": false
|