@taiga-ui/addon-commerce 2.28.0 → 2.29.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.
Files changed (2) hide show
  1. package/README.md +4 -5
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -5,13 +5,12 @@
5
5
  [![Discord](https://img.shields.io/discord/748677963142135818?color=7289DA&label=%23taiga-ui&logo=discord&logoColor=white)](https://discord.gg/Us8d8JVaTg)
6
6
 
7
7
  [Website](https://taiga-ui.dev) • [Documentation](https://taiga-ui.dev/getting-started) •
8
- [CDK Wiki](https://github.com/TinkoffCreditSystems/taiga-ui/wiki) •
9
- [Core team](https://github.com/TinkoffCreditSystems/taiga-ui/#core-team)
8
+ [CDK Wiki](https://github.com/tinkoff/taiga-ui/wiki) • [Core team](https://github.com/tinkoff/taiga-ui/#core-team)
10
9
 
11
10
  > A set of components and utils related to payment systems, currencies, money and card UI elements etc.
12
11
 
13
- It's a part of [**Taiga UI**](https://github.com/TinkoffCreditSystems/taiga-ui) that is fully-treeshakable Angular UI
14
- Kit consisting of multiple base libraries and several add-ons
12
+ It's a part of [**Taiga UI**](https://github.com/tinkoff/taiga-ui) that is fully-treeshakable Angular UI Kit consisting
13
+ of multiple base libraries and several add-ons
15
14
 
16
15
  ## How to install
17
16
 
@@ -37,4 +36,4 @@ See our [Documentation](https://taiga-ui.dev/getting-started)
37
36
  ---
38
37
 
39
38
  You can also visit CDK wiki to learn more about its tools:
40
- [CDK Documentation on Github Wiki](https://github.com/TinkoffCreditSystems/taiga-ui/wiki/CDK)
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.28.0",
3
+ "version": "2.29.0",
4
4
  "description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.",
5
5
  "keywords": [
6
6
  "angular",
@@ -11,17 +11,17 @@
11
11
  "payment"
12
12
  ],
13
13
  "license": "Apache-2.0",
14
- "repository": "https://github.com/TinkoffCreditSystems/taiga-ui",
15
- "homepage": "https://github.com/TinkoffCreditSystems/taiga-ui",
14
+ "repository": "https://github.com/tinkoff/taiga-ui",
15
+ "homepage": "https://github.com/tinkoff/taiga-ui",
16
16
  "peerDependencies": {
17
17
  "@angular/common": ">=9.0.0",
18
18
  "@angular/core": ">=9.0.0",
19
19
  "@angular/forms": ">=9.0.0",
20
20
  "@ng-web-apis/common": "1.12.1",
21
21
  "@tinkoff/ng-polymorpheus": "3.1.12",
22
- "@taiga-ui/cdk": "2.28.0",
23
- "@taiga-ui/core": "2.28.0",
24
- "@taiga-ui/i18n": "2.28.0",
22
+ "@taiga-ui/cdk": "2.29.0",
23
+ "@taiga-ui/core": "2.29.0",
24
+ "@taiga-ui/i18n": "2.29.0",
25
25
  "angular2-text-mask": "9.0.0",
26
26
  "rxjs": ">=6.0.0"
27
27
  },