@v1nt1248/3nclient-lib 0.0.28 → 0.0.29

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,6 +20,7 @@ You can run the project as `yarn dev` or `npm run dev` if you don't want to use
20
20
  - Ui3nNotification
21
21
  - Ui3nDialog
22
22
  - Ui3nTable
23
+ - Ui3nTabs
23
24
 
24
25
  ## Directives
25
26
  - Ui3nHtml
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@v1nt1248/3nclient-lib",
3
3
  "license": "AGPL-3.0-or-later",
4
4
  "author": "v1nt1248",
5
- "version": "0.0.28",
5
+ "version": "0.0.29",
6
6
  "description": "Library for 3NWeb clients",
7
7
  "private": false,
8
8
  "type": "module",