@jackgreen2018/pdf-engine 1.0.85 → 1.0.86
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 +5 -1
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -125,7 +125,11 @@ npm run benchmark
|
|
|
125
125
|
|
|
126
126
|
## Commercial license & support
|
|
127
127
|
|
|
128
|
-
|
|
128
|
+
Need to ship `pdf-engine` in closed-source software without the MIT attribution requirement, or need it for procurement/legal sign-off? A perpetual, per-seat commercial license is $49 one-time.
|
|
129
|
+
|
|
130
|
+
**[Buy the commercial license →](https://creem.io/product/prod_3ZlNAxFzbn9vwfT4Ho3OKJ)**
|
|
131
|
+
|
|
132
|
+
See [COMMERCIAL-LICENSE.md](./COMMERCIAL-LICENSE.md) for full terms. Team licenses, POs, or questions: `jackgreen2018+sponsors@gmail.com`.
|
|
129
133
|
|
|
130
134
|
## License
|
|
131
135
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jackgreen2018/pdf-engine",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.86",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,8 +21,7 @@
|
|
|
21
21
|
"scripts": {
|
|
22
22
|
"build": "wasm-pack build --target bundler && rm -f pkg/.gitignore && tsc",
|
|
23
23
|
"benchmark": "node benchmark.mjs",
|
|
24
|
-
"test": "node tests/smoke.js"
|
|
25
|
-
"prepare": "npm run build"
|
|
24
|
+
"test": "node tests/smoke.js"
|
|
26
25
|
},
|
|
27
26
|
"publishConfig": {
|
|
28
27
|
"access": "public"
|
|
@@ -59,4 +58,4 @@
|
|
|
59
58
|
"tslib": "^1.14.1",
|
|
60
59
|
"undici-types": "^8.3.0"
|
|
61
60
|
}
|
|
62
|
-
}
|
|
61
|
+
}
|