@opra/common 1.22.1 → 1.22.3

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/browser.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /****************************************
2
- * All rights reserved Panates® 2022-2025
2
+ * All rights reserved Panates® 2022-2026
3
3
  * http://www.panates.com
4
4
  *****************************************/
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opra/common",
3
- "version": "1.22.1",
3
+ "version": "1.22.3",
4
4
  "description": "Opra common package",
5
5
  "author": "Panates",
6
6
  "license": "MIT",
@@ -32,7 +32,7 @@ export interface Attribute {
32
32
  */
33
33
  description?: string;
34
34
  /**
35
- * Defines the description of the attribute
35
+ * Defines the default value of the attribute
36
36
  */
37
37
  default?: any;
38
38
  /**