Skip to content

Commit aa044dd

Browse files
authored
Merge pull request #9 from DenkiYagi/chore/update-fontkit
1.17.1-mod.2025.6: Update fontkit for enhancing UVS support runtime performance
2 parents 0229c5e + 2291a37 commit aa044dd

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

MODIFICATIONS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Modifications
22

3+
## [1.17.1-mod.2025.6]
4+
5+
- Update `@denkiyagi/fontkit` to `2.0.4-mod.2025.2`, which enhances runtime performance for Unicode Variation Sequences (UVS) support.
6+
37
## [1.17.1-mod.2025.5]
48

59
- Update `@denkiyagi/fontkit` to `2.0.4-mod.2025.1`, which improves Unicode Variation Sequences (UVS) support.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@denkiyagi/pdf-lib",
3-
"version": "1.17.1-mod.2025.5",
3+
"version": "1.17.1-mod.2025.6",
44
"description": "A modified version of pdf-lib. Create and modify PDF files with JavaScript",
55
"author": "DenkiYagi Inc. (modified version author), Andrew Dillon <andrew.dillon.j@gmail.com> (orignal version author)",
66
"contributors": [
@@ -77,7 +77,7 @@
7777
"yarn.lock"
7878
],
7979
"dependencies": {
80-
"@denkiyagi/fontkit": "2.0.4-mod.2025.1",
80+
"@denkiyagi/fontkit": "2.0.4-mod.2025.2",
8181
"@pdf-lib/standard-fonts": "^1.0.0",
8282
"@pdf-lib/upng": "^1.0.1",
8383
"crypto-js": "^4.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,10 @@
293293
exec-sh "^0.3.2"
294294
minimist "^1.2.0"
295295

296-
"@denkiyagi/fontkit@2.0.4-mod.2025.1":
297-
version "2.0.4-mod.2025.1"
298-
resolved "https://npm.pkg.github.com/download/@denkiyagi/fontkit/2.0.4-mod.2025.1/fa6e2345ac480958cae1d1b419af76cca101af47#fa6e2345ac480958cae1d1b419af76cca101af47"
299-
integrity sha512-KOWnvKNtMYnMLAr5GN5s9vXaS/oCTB/q3puQb2LlooGzN0NBfZVyh4VLYuy/6y1Nhhx5ouDd35vpv+I5AWbejg==
296+
"@denkiyagi/fontkit@2.0.4-mod.2025.2":
297+
version "2.0.4-mod.2025.2"
298+
resolved "https://npm.pkg.github.com/download/@denkiyagi/fontkit/2.0.4-mod.2025.2/55d8cac83d16580b2380be95d6ec8adcf7f16f7b#55d8cac83d16580b2380be95d6ec8adcf7f16f7b"
299+
integrity sha512-VlG6bWdM6vKzwMbpHmbPaQW0FQph8IMv6d/K/X85dqBghx7XSf1L+QmuG54sXovROgFf5sazd6YMURWbf1laWw==
300300
dependencies:
301301
"@swc/helpers" "^0.5.12"
302302
brotli "^1.3.2"

0 commit comments

Comments
 (0)