@libpdf/core 0.2.5 → 0.2.6
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/dist/chunk-15K8U1wQ.mjs +18 -0
- package/dist/index.d.mts +2230 -243
- package/dist/index.mjs +8582 -6858
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libpdf/core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "A modern PDF library for TypeScript - parsing and generation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"digital-signature",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"./package.json": "./package.json"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
|
+
"bench": "vitest bench",
|
|
48
49
|
"build": "tsdown",
|
|
49
50
|
"docs:build": "bun run --cwd apps/docs build",
|
|
50
51
|
"docs:dev": "bun run --cwd apps/docs dev",
|
|
@@ -79,6 +80,7 @@
|
|
|
79
80
|
"oxfmt": "^0.24.0",
|
|
80
81
|
"oxlint": "^1.39.0",
|
|
81
82
|
"oxlint-tsgolint": "^0.11.1",
|
|
83
|
+
"pdf-lib": "^1.17.1",
|
|
82
84
|
"tsdown": "^0.18.4",
|
|
83
85
|
"typescript": "^5",
|
|
84
86
|
"vitest": "^4.0.16"
|