@shakerquiz/utilities 0.2.25 → 0.2.26

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.26",
4
4
  "author": "yurkimus <yurkimus@gmail.com>",
5
5
  "license": "ISC",
6
6
  "exports": {
@@ -151,7 +151,7 @@ export var FeatureNetworkOrigins = /** @type {const} */ ({
151
151
  export var FeatureRequirements = {
152
152
  [Features.Checkin]: {
153
153
  [Methods.DELETE]: new Set([Requirements.Checkin]),
154
- [Methods.GET]: new Set([Requirements.Checkin]),
154
+ [Methods.GET]: new Set([]),
155
155
  [Methods.OPTIONS]: new Set([]),
156
156
  [Methods.PATCH]: new Set([Requirements.Checkin, Requirements.Body]),
157
157
  [Methods.POST]: new Set([Requirements.Checkin, Requirements.Body]),