@craftlions/pdfium-rs 0.0.11 → 0.0.13
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.
- package/README.md +1 -0
- package/npm/darwin-arm64/libpdfium.dylib +0 -0
- package/npm/darwin-arm64/package.json +1 -1
- package/npm/darwin-arm64/pdfium.darwin-arm64.node +0 -0
- package/npm/darwin-x64/libpdfium.dylib +0 -0
- package/npm/darwin-x64/package.json +1 -1
- package/npm/darwin-x64/pdfium.darwin-x64.node +0 -0
- package/npm/linux-x64-gnu/libpdfium.so +0 -0
- package/npm/linux-x64-gnu/package.json +1 -1
- package/npm/linux-x64-gnu/pdfium.linux-x64-gnu.node +0 -0
- package/npm/win32-x64-msvc/package.json +1 -1
- package/npm/win32-x64-msvc/pdfium.lib +0 -0
- package/npm/win32-x64-msvc/pdfium.win32-x64-msvc.node +0 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -24,6 +24,7 @@ node scripts/update.ts
|
|
|
24
24
|
```zsh
|
|
25
25
|
pnpm changeset
|
|
26
26
|
```
|
|
27
|
+
> Uses upstream PDFium version [PDFium 148.0.7734.0](https://github.com/bblanchon/pdfium-binaries/releases/tag/chromium%2F7734), which includes changes based on commits between `chromium/7725` and `chromium/7734`
|
|
27
28
|
|
|
28
29
|
```zsh
|
|
29
30
|
git commit -m "update to PDFium 146.0.7678.0"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@craftlions/pdfium-rs",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/craftlions/rs"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@changesets/cli": "2.30.0",
|
|
46
46
|
"@napi-rs/cli": "3.5.1",
|
|
47
47
|
"@types/node": "24.12.0",
|
|
48
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
48
|
+
"@typescript/native-preview": "7.0.0-dev.20260320.1"
|
|
49
49
|
},
|
|
50
50
|
"devEngines": {
|
|
51
51
|
"runtime": {
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"optionalDependencies": {
|
|
57
|
-
"@craftlions/pdfium-rs-darwin-arm64": "0.0.
|
|
58
|
-
"@craftlions/pdfium-rs-darwin-x64": "0.0.
|
|
59
|
-
"@craftlions/pdfium-rs-linux-x64-gnu": "0.0.
|
|
60
|
-
"@craftlions/pdfium-rs-win32-x64-msvc": "0.0.
|
|
57
|
+
"@craftlions/pdfium-rs-darwin-arm64": "0.0.13",
|
|
58
|
+
"@craftlions/pdfium-rs-darwin-x64": "0.0.13",
|
|
59
|
+
"@craftlions/pdfium-rs-linux-x64-gnu": "0.0.13",
|
|
60
|
+
"@craftlions/pdfium-rs-win32-x64-msvc": "0.0.13"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"test": "node test.mjs"
|