@opra/common 1.25.6 → 1.26.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opra/common",
3
- "version": "1.25.6",
3
+ "version": "1.26.1",
4
4
  "description": "Opra common package",
5
5
  "author": "Panates",
6
6
  "license": "MIT",
@@ -23,7 +23,7 @@ export interface HttpMediaType {
23
23
  */
24
24
  type?: DataType.Name | DataType;
25
25
  /**
26
- * Determines if content is array
26
+ * Determines if the content is an array
27
27
  * @deprecated
28
28
  */
29
29
  isArray?: boolean;