Skip to content

Commit 787130b

Browse files
committed
chore: rollback
1 parent d20a14f commit 787130b

File tree

3 files changed

+25
-41
lines changed

3 files changed

+25
-41
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"surah",
99
"juz"
1010
],
11-
"version": "4.0.4-15",
11+
"version": "4.0.4-13",
1212
"license": "MIT",
1313
"jsdelivr": "./dist/index.mjs",
1414
"unpkg": "./dist/index.mjs",
@@ -84,7 +84,7 @@
8484
"globals": "^16.0.0",
8585
"rimraf": "^6.0.1",
8686
"standard-version": "^9.5.0",
87-
"typedoc": "^0.28.1",
87+
"typedoc": "^0.27.9",
8888
"typedoc-github-theme": "^0.2.1",
8989
"typescript": "^5.8.3",
9090
"typescript-eslint": "^8.29.0",

pnpm-lock.yaml

Lines changed: 22 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ayahStringSplitter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { checkValidAyahId, checkValidSurahAyah } from "./validation"
1010
* @throws {@link Error} If the string format is invalid
1111
* @throws {@link Error} If surah number is invalid
1212
* @throws {@link Error} If ayah number(s) are invalid
13-
* @throws {@link sError} If ayah range is invalid (start > end)
13+
* @throws {@link sError} If ayah range is invalid (start should be less than end)
1414
* @example
1515
* ```ts
1616
* ayahStringSplitter("2:255") // returns [2, 255]

0 commit comments

Comments
 (0)