@shakerquiz/utilities 4.0.94 → 4.0.95

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": "4.0.94",
4
+ "version": "4.0.95",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -322,6 +322,17 @@ export const Segments = Object.freeze(
322
322
  kind: 'Operation',
323
323
  }),
324
324
  ),
325
+ Object.freeze(
326
+ /** @type {const} */ ({
327
+ key: 'restoration',
328
+ cardinality: '1',
329
+ singular: 'restoration',
330
+ plural: 'restorations',
331
+ service: null,
332
+ pattern: null,
333
+ kind: 'Operation',
334
+ }),
335
+ ),
325
336
  Object.freeze(
326
337
  /** @type {const} */ ({
327
338
  key: 'lineup',