@shakerquiz/utilities 0.2.25 → 0.2.27

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": "@shakerquiz/utilities",
3
- "version": "0.2.25",
3
+ "version": "0.2.27",
4
4
  "author": "yurkimus <yurkimus@gmail.com>",
5
5
  "license": "ISC",
6
6
  "exports": {
@@ -150,12 +150,12 @@ export var FeatureNetworkOrigins = /** @type {const} */ ({
150
150
 
151
151
  export var FeatureRequirements = {
152
152
  [Features.Checkin]: {
153
- [Methods.DELETE]: new Set([Requirements.Checkin]),
154
- [Methods.GET]: new Set([Requirements.Checkin]),
153
+ [Methods.DELETE]: new Set([]),
154
+ [Methods.GET]: new Set([]),
155
155
  [Methods.OPTIONS]: new Set([]),
156
- [Methods.PATCH]: new Set([Requirements.Checkin, Requirements.Body]),
157
- [Methods.POST]: new Set([Requirements.Checkin, Requirements.Body]),
158
- [Methods.PUT]: new Set([Requirements.Checkin, Requirements.Body]),
156
+ [Methods.PATCH]: new Set([]),
157
+ [Methods.POST]: new Set([Requirements.Body]),
158
+ [Methods.PUT]: new Set([]),
159
159
  },
160
160
  [Features.Cities]: {
161
161
  [Methods.DELETE]: new Set([Requirements.Checkin]),