@opra/common 0.17.3 → 0.18.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/browser.js CHANGED
@@ -1091,7 +1091,8 @@ var proto3 = {
1091
1091
  description: this.description,
1092
1092
  isArray: this.isArray,
1093
1093
  default: this.default,
1094
- fixed: this.fixed
1094
+ fixed: this.fixed,
1095
+ required: this.required
1095
1096
  };
1096
1097
  return out;
1097
1098
  }
@@ -74,7 +74,8 @@ const proto = {
74
74
  description: this.description,
75
75
  isArray: this.isArray,
76
76
  default: this.default,
77
- fixed: this.fixed
77
+ fixed: this.fixed,
78
+ required: this.required
78
79
  };
79
80
  return out;
80
81
  }
@@ -71,7 +71,8 @@ const proto = {
71
71
  description: this.description,
72
72
  isArray: this.isArray,
73
73
  default: this.default,
74
- fixed: this.fixed
74
+ fixed: this.fixed,
75
+ required: this.required
75
76
  };
76
77
  return out;
77
78
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opra/common",
3
- "version": "0.17.3",
3
+ "version": "0.18.1",
4
4
  "description": "Opra internationalization package",
5
5
  "author": "Panates",
6
6
  "license": "MIT",