@taiga-ui/addon-commerce 2.62.3 → 2.62.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/README.md +1 -6
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://discord.gg/Us8d8JVaTg)
|
|
6
6
|
|
|
7
7
|
[Website](https://taiga-ui.dev) • [Documentation](https://taiga-ui.dev/getting-started) •
|
|
8
|
-
[
|
|
8
|
+
[Core team](https://github.com/tinkoff/taiga-ui/#core-team)
|
|
9
9
|
|
|
10
10
|
> A set of components and utils related to payment systems, currencies, money and card UI elements etc.
|
|
11
11
|
|
|
@@ -32,8 +32,3 @@ that there is no redundant code in your bundle. Bundlphobia badge shows size of
|
|
|
32
32
|
## Docs
|
|
33
33
|
|
|
34
34
|
See our [Documentation](https://taiga-ui.dev/getting-started)
|
|
35
|
-
|
|
36
|
-
---
|
|
37
|
-
|
|
38
|
-
You can also visit CDK wiki to learn more about its tools:
|
|
39
|
-
[CDK Documentation on Github Wiki](https://github.com/tinkoff/taiga-ui/wiki/CDK)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/addon-commerce",
|
|
3
|
-
"version": "2.62.
|
|
3
|
+
"version": "2.62.4",
|
|
4
4
|
"description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"@angular/core": ">=9.0.0",
|
|
19
19
|
"@angular/forms": ">=9.0.0",
|
|
20
20
|
"@ng-web-apis/common": ">=1.12.1 < 2",
|
|
21
|
-
"@taiga-ui/cdk": ">=2.62.
|
|
22
|
-
"@taiga-ui/core": ">=2.62.
|
|
23
|
-
"@taiga-ui/i18n": ">=2.62.
|
|
21
|
+
"@taiga-ui/cdk": ">=2.62.4",
|
|
22
|
+
"@taiga-ui/core": ">=2.62.4",
|
|
23
|
+
"@taiga-ui/i18n": ">=2.62.4",
|
|
24
24
|
"@tinkoff/ng-polymorpheus": ">=3.1.12 < 4",
|
|
25
25
|
"angular2-text-mask": ">=9.0.0",
|
|
26
26
|
"rxjs": ">=6.0.0"
|