@shakerquiz/utilities 0.5.91 → 0.5.92

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.92",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -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
  }