@craftlions/pdfium-rs 0.0.8 → 0.0.10

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
@@ -14,3 +14,33 @@ Make rust crates binding to Node.js use [napi-rs](https://github.com/napi-rs/nap
14
14
  | -------------------------------------------------- | ----------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
15
15
  | [`@craftlions/pdfium-rs`](./) | ![](https://img.shields.io/npm/v/@craftlions/pdfium-rs.svg) | ![](https://img.shields.io/npm/dm/@craftlions/pdfium-rs.svg?sanitize=true) | `pdfium` |
16
16
  | [`@craftlions/oxipng-rs`](./) | ![](https://img.shields.io/npm/v/@craftlions/oxipng-rs.svg) | ![](https://img.shields.io/npm/dm/@craftlions/oxipng-rs.svg?sanitize=true) | `oxipng` |
17
+
18
+ # RELEASE
19
+
20
+ ```zsh
21
+ node scripts/update.ts
22
+ ```
23
+
24
+ ```zsh
25
+ pnpm changeset
26
+ ```
27
+
28
+ ```zsh
29
+ git commit -m "update to PDFium 146.0.7678.0"
30
+ ```
31
+
32
+ ```zsh
33
+ pnpm changeset version
34
+ ```
35
+
36
+ ```zsh
37
+ git commit -m "release v0.0.9"
38
+ ```
39
+
40
+ ```zsh
41
+ git tag v0.0.9
42
+ ```
43
+
44
+ ```zsh
45
+ git push origin main --tags
46
+ ```
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@craftlions/pdfium-rs-darwin-arm64",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
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.8",
3
+ "version": "0.0.10",
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.8",
3
+ "version": "0.0.10",
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.8",
3
+ "version": "0.0.10",
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.8",
3
+ "version": "0.0.10",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/craftlions/rs"
@@ -48,10 +48,10 @@
48
48
  "typescript": "5.9.3"
49
49
  },
50
50
  "optionalDependencies": {
51
- "@craftlions/pdfium-rs-darwin-arm64": "0.0.8",
52
- "@craftlions/pdfium-rs-darwin-x64": "0.0.8",
53
- "@craftlions/pdfium-rs-linux-x64-gnu": "0.0.8",
54
- "@craftlions/pdfium-rs-win32-x64-msvc": "0.0.8"
51
+ "@craftlions/pdfium-rs-darwin-arm64": "0.0.10",
52
+ "@craftlions/pdfium-rs-darwin-x64": "0.0.10",
53
+ "@craftlions/pdfium-rs-linux-x64-gnu": "0.0.10",
54
+ "@craftlions/pdfium-rs-win32-x64-msvc": "0.0.10"
55
55
  },
56
56
  "scripts": {
57
57
  "test": "node test.mjs"