@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@craftlions/pdfium-rs-darwin-arm64",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "cpu": [
5
5
  "arm64"
6
6
  ],
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@craftlions/pdfium-rs-darwin-x64",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "cpu": [
5
5
  "x64"
6
6
  ],
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@craftlions/pdfium-rs-linux-x64-gnu",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "cpu": [
5
5
  "x64"
6
6
  ],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@craftlions/pdfium-rs-win32-x64-msvc",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "cpu": [
5
5
  "x64"
6
6
  ],
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@craftlions/pdfium-rs",
3
- "version": "0.0.11",
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.20260315.1"
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.11",
58
- "@craftlions/pdfium-rs-darwin-x64": "0.0.11",
59
- "@craftlions/pdfium-rs-linux-x64-gnu": "0.0.11",
60
- "@craftlions/pdfium-rs-win32-x64-msvc": "0.0.11"
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"