@hestia-earth/caching-api 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/openapi.json +2 -12
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -434,12 +434,7 @@
434
434
  }
435
435
  }
436
436
  }
437
- },
438
- "security": [
439
- {
440
- "APIKeyHeader": []
441
- }
442
- ]
437
+ }
443
438
  }
444
439
  },
445
440
  "/health": {
@@ -455,12 +450,7 @@
455
450
  }
456
451
  }
457
452
  }
458
- },
459
- "security": [
460
- {
461
- "APIKeyHeader": []
462
- }
463
- ]
453
+ }
464
454
  }
465
455
  }
466
456
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/caching-api",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "FastAPI application for caching Site data",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",