ducpdf 3.5.0 → 3.5.4

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
@@ -41,4 +41,4 @@ To ensure smooth releases with semantic-release, please follow [these guidelines
41
41
 
42
42
  ---
43
43
 
44
- *The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*
44
+ *The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ducpdf",
3
- "version": "3.5.0",
3
+ "version": "3.5.4",
4
4
  "description": "Library for converting between PDF and DUC formats.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -42,13 +42,13 @@
42
42
  "build:rs": "cd src/duc2pdf && cargo build",
43
43
  "build:wasm": "node scripts/build-wasm.mjs",
44
44
  "copy:wasm-to-dist": "mkdir -p dist && cp pkg/duc2pdf_bg.wasm dist/ && cp pkg/duc2pdf.js dist/ && cp pkg/duc2pdf.d.ts dist/ && cp pkg/duc2pdf_bg.wasm.d.ts dist/",
45
- "clean": "rm -rf dist pkg && cd src/duc2pdf && cargo clean",
45
+ "clean": "rm -rf dist pkg",
46
46
  "test": "bun run build:wasm && bun test",
47
47
  "test:rs": "cd src/duc2pdf && cargo test",
48
48
  "test:duc2pdf": "cd src/duc2pdf && cargo test"
49
49
  },
50
50
  "dependencies": {
51
- "ducjs": "^3.0.0"
51
+ "ducjs": "^3.0.4"
52
52
  },
53
53
  "devDependencies": {
54
54
  "typescript": "^5.4.5",