@quranjs/api 3.3.0 → 3.4.0

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.
@@ -1,4 +1,4 @@
1
- import { A as ApiParams, e as QuranFetchClient, B as BaseApiParams, b as VerseRecitationField, d as SearchParams, P as PaginationParams, W as WordField, T as TranslationField, V as VerseField } from './index-BZgqOfA4.mjs';
1
+ import { A as ApiParams, e as QuranFetchClient, B as BaseApiParams, b as VerseRecitationField, d as SearchParams, P as PaginationParams, W as WordField, T as TranslationField, V as VerseField } from './index-BgoJducH.mjs';
2
2
 
3
3
  /**
4
4
  * Maps chapter number to verse count
@@ -1,4 +1,4 @@
1
- import { A as ApiParams, e as QuranFetchClient, B as BaseApiParams, b as VerseRecitationField, d as SearchParams, P as PaginationParams, W as WordField, T as TranslationField, V as VerseField } from './index-BZgqOfA4.js';
1
+ import { A as ApiParams, e as QuranFetchClient, B as BaseApiParams, b as VerseRecitationField, d as SearchParams, P as PaginationParams, W as WordField, T as TranslationField, V as VerseField } from './index-BgoJducH.js';
2
2
 
3
3
  /**
4
4
  * Maps chapter number to verse count
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "publishConfig": {
12
12
  "access": "public"
13
13
  },
14
- "version": "3.3.0",
14
+ "version": "3.4.0",
15
15
  "main": "dist/index.min.js",
16
16
  "module": "dist/index.min.mjs",
17
17
  "types": "dist/index.d.ts",
@@ -58,8 +58,8 @@
58
58
  "typescript": "^5.9.2",
59
59
  "vitest": "^3.2.4",
60
60
  "@quranjs/eslint-config": "0.3.0",
61
- "@quranjs/tsconfig": "0.1.0",
62
- "@quranjs/prettier-config": "0.1.0"
61
+ "@quranjs/prettier-config": "0.1.0",
62
+ "@quranjs/tsconfig": "0.1.0"
63
63
  },
64
64
  "prettier": "@quranjs/prettier-config",
65
65
  "size-limit": [
@@ -1,3 +0,0 @@
1
- type RawOperation = (request?: unknown) => Promise<unknown>;
2
-
3
- export type { RawOperation as R };
@@ -1,3 +0,0 @@
1
- type RawOperation = (request?: unknown) => Promise<unknown>;
2
-
3
- export type { RawOperation as R };