@wui-js/plugins 0.6.1 → 0.6.2

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -3,7 +3,7 @@
3
3
  http://www.apache.org/licenses/
4
4
 
5
5
  WUI/JS Plugins Library
6
- Author: Sergio E. Belmar (wuijs.project@gmail.com)
6
+ Author: Sergio E. Belmar V. (wuijs.project@gmail.com)
7
7
 
8
8
  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
9
9
 
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  | | |
8
8
  | -------------------- | ----------- |
9
9
  | **Library name** | `wuijs-plugins-lib` |
10
- | **Library version** | `0.6.1` ([Change Log](https://github.com/wui-js/wuijs-plugins-lib/blob/main/docs/CHANGELOG-en.md)) |
10
+ | **Library version** | `0.6.2` ([Change Log](https://github.com/wui-js/wuijs-plugins-lib/blob/main/docs/CHANGELOG-en.md)) |
11
11
  | **NPM package** | `@wui-js/plugins` |
12
12
  | **License** | `Apache License 2.0` |
13
13
  | **Author** | `Sergio E. Belmar V. <wuijs.project@gmail.com>` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wui-js/plugins",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Sergio E. Belmar V. <wuijs.project@gmail.com>",
6
6
  "description": "WUI/JS Plugins Lib - WUI/JS Plugins Lib is an open-source JavaScript/CSS library that provides a collection of plugins for WUI/JS Main Lib classes.",