@crysoline/lib 0.1.3 → 0.1.4

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.
@@ -85,7 +85,7 @@ export const MetaFetch = (config) => {
85
85
  };
86
86
  export const MapperFetch = (config) => {
87
87
  const { baseUrl = 'https://api.crysoline.moe', provider, apiKey } = config;
88
- const basePath = `${baseUrl}/api/mapper/${provider}`;
88
+ const basePath = `${baseUrl}/api/mapper/${provider}/`;
89
89
  const fetcher = fetchFn(basePath, apiKey);
90
90
  const map = async (params) => fetcher('map', params);
91
91
  return {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@crysoline/lib",
3
3
  "description": "The official crysoline library for anime, manga using the Crysoline API",
4
4
  "license": "MIT",
5
- "version": "0.1.3",
5
+ "version": "0.1.4",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",