@abyss-project/storage 1.0.0 → 1.0.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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -35,7 +35,7 @@ const axios_retry_1 = __importStar(require("axios-retry"));
35
35
  __exportStar(require("./api"), exports);
36
36
  __exportStar(require("./types"), exports);
37
37
  __exportStar(require("./utils"), exports);
38
- const MONITOR_DEFAULT_BASE_URL = 'https://storage-api.abyss-project.fr/api/';
38
+ const MONITOR_DEFAULT_BASE_URL = 'https://storage-api.abyss-project.fr/api';
39
39
  exports.API_KEY_APPLICATION_HEADER = 'abyss-storage-api-key-application';
40
40
  exports.ADMIN_TOKEN_HEADER = 'abyss-admin-token';
41
41
  exports.HEADER_WEBHOOK_SIGNATURE_NAME = 'abyss-storage-webhook-signature';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abyss-project/storage",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Core package to interact with Abyss-Storage",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",