@shakerquiz/utilities 0.5.91 → 0.5.93

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,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/utilities",
4
- "version": "0.5.91",
4
+ "version": "0.5.93",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -1,6 +1,9 @@
1
1
  {
2
2
  "type": "object",
3
3
  "properties": {
4
+ "is_franchise": {
5
+ "type": "boolean"
6
+ },
4
7
  "price": {
5
8
  "type": "number"
6
9
  },
@@ -117,8 +120,6 @@
117
120
  }
118
121
  },
119
122
  "required": [
120
- "name",
121
- "alias",
122
123
  "is_franchise"
123
124
  ],
124
125
  "additionalProperties": false
@@ -166,6 +166,8 @@
166
166
  ]
167
167
  }
168
168
  },
169
- "required": [],
169
+ "required": [
170
+ "id"
171
+ ],
170
172
  "additionalProperties": false
171
173
  }
@@ -494,6 +494,8 @@
494
494
  ]
495
495
  }
496
496
  },
497
- "required": [],
497
+ "required": [
498
+ "id"
499
+ ],
498
500
  "additionalProperties": false
499
501
  }