@taiga-ui/addon-commerce 4.51.0 → 4.52.0
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/addon-commerce",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.52.0",
|
|
4
4
|
"description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@maskito/core": "^3.10.3",
|
|
22
22
|
"@maskito/kit": "^3.10.3",
|
|
23
23
|
"@ng-web-apis/common": "^4.12.0",
|
|
24
|
-
"@taiga-ui/cdk": "^4.
|
|
25
|
-
"@taiga-ui/core": "^4.
|
|
26
|
-
"@taiga-ui/i18n": "^4.
|
|
27
|
-
"@taiga-ui/kit": "^4.
|
|
24
|
+
"@taiga-ui/cdk": "^4.52.0",
|
|
25
|
+
"@taiga-ui/core": "^4.52.0",
|
|
26
|
+
"@taiga-ui/i18n": "^4.52.0",
|
|
27
|
+
"@taiga-ui/kit": "^4.52.0",
|
|
28
28
|
"@taiga-ui/polymorpheus": "^4.9.0",
|
|
29
29
|
"rxjs": ">=7.0.0"
|
|
30
30
|
},
|
|
@@ -112,6 +112,12 @@
|
|
|
112
112
|
"esm": "./esm2022/components/thumbnail-card/taiga-ui-addon-commerce-components-thumbnail-card.mjs",
|
|
113
113
|
"default": "./fesm2022/taiga-ui-addon-commerce-components-thumbnail-card.mjs"
|
|
114
114
|
},
|
|
115
|
+
"./pipes/amount": {
|
|
116
|
+
"types": "./pipes/amount/index.d.ts",
|
|
117
|
+
"esm2022": "./esm2022/pipes/amount/taiga-ui-addon-commerce-pipes-amount.mjs",
|
|
118
|
+
"esm": "./esm2022/pipes/amount/taiga-ui-addon-commerce-pipes-amount.mjs",
|
|
119
|
+
"default": "./fesm2022/taiga-ui-addon-commerce-pipes-amount.mjs"
|
|
120
|
+
},
|
|
115
121
|
"./pipes/currency": {
|
|
116
122
|
"types": "./pipes/currency/index.d.ts",
|
|
117
123
|
"esm2022": "./esm2022/pipes/currency/taiga-ui-addon-commerce-pipes-currency.mjs",
|
|
@@ -124,12 +130,6 @@
|
|
|
124
130
|
"esm": "./esm2022/pipes/decimal/taiga-ui-addon-commerce-pipes-decimal.mjs",
|
|
125
131
|
"default": "./fesm2022/taiga-ui-addon-commerce-pipes-decimal.mjs"
|
|
126
132
|
},
|
|
127
|
-
"./pipes/amount": {
|
|
128
|
-
"types": "./pipes/amount/index.d.ts",
|
|
129
|
-
"esm2022": "./esm2022/pipes/amount/taiga-ui-addon-commerce-pipes-amount.mjs",
|
|
130
|
-
"esm": "./esm2022/pipes/amount/taiga-ui-addon-commerce-pipes-amount.mjs",
|
|
131
|
-
"default": "./fesm2022/taiga-ui-addon-commerce-pipes-amount.mjs"
|
|
132
|
-
},
|
|
133
133
|
"./pipes/format-card": {
|
|
134
134
|
"types": "./pipes/format-card/index.d.ts",
|
|
135
135
|
"esm2022": "./esm2022/pipes/format-card/taiga-ui-addon-commerce-pipes-format-card.mjs",
|