@dmytrokhylko/tb-cdu-ui 0.1.1 → 0.1.5

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 (1) hide show
  1. package/package.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dmytrokhylko/tb-cdu-ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.5",
4
4
  "description": "ThingsBoard shared UI components library - base table, loading overlay, action button, and data source utilities",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",
@@ -15,6 +15,10 @@
15
15
  "dependencies": {
16
16
  "tslib": "^2.3.0"
17
17
  },
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/DmytroKhylko/tb-cdu-ui"
21
+ },
18
22
  "sideEffects": false,
19
23
  "publishConfig": {
20
24
  "registry": "https://registry.npmjs.org",