@repdf/preview 0.6.0 → 0.8.0

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.
@@ -1 +1 @@
1
- [{"name":"run-typescript","duration":1347272,"timestamp":1057172780077,"id":13,"parentId":1,"tags":{},"startTime":1773933999411,"traceId":"f9d3b4b90dc53c18"},{"name":"run-webpack","duration":3352230,"timestamp":1057174129921,"id":15,"parentId":1,"tags":{},"startTime":1773934000760,"traceId":"f9d3b4b90dc53c18"},{"name":"static-check","duration":320505,"timestamp":1057177489713,"id":792,"parentId":1,"tags":{},"startTime":1773934004120,"traceId":"f9d3b4b90dc53c18"},{"name":"static-generation","duration":620946,"timestamp":1057177832324,"id":810,"parentId":1,"tags":{},"startTime":1773934004463,"traceId":"f9d3b4b90dc53c18"},{"name":"collect-build-traces","duration":5755424,"timestamp":1057177810761,"id":807,"parentId":1,"tags":{},"startTime":1773934004441,"traceId":"f9d3b4b90dc53c18"},{"name":"telemetry-flush","duration":13,"timestamp":1057183567336,"id":820,"parentId":1,"tags":{},"startTime":1773934010198,"traceId":"f9d3b4b90dc53c18"},{"name":"next-build","duration":10850442,"timestamp":1057172716910,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1773933999347,"traceId":"f9d3b4b90dc53c18"}]
1
+ [{"name":"run-typescript","duration":3850517,"timestamp":1060506932453,"id":13,"parentId":1,"tags":{},"startTime":1773937333580,"traceId":"495a42f4990d4388"},{"name":"run-webpack","duration":12651823,"timestamp":1060510790860,"id":15,"parentId":1,"tags":{},"startTime":1773937337439,"traceId":"495a42f4990d4388"},{"name":"static-check","duration":1051370,"timestamp":1060523557357,"id":791,"parentId":1,"tags":{},"startTime":1773937350205,"traceId":"495a42f4990d4388"},{"name":"static-generation","duration":2954946,"timestamp":1060524642421,"id":809,"parentId":1,"tags":{},"startTime":1773937351291,"traceId":"495a42f4990d4388"},{"name":"collect-build-traces","duration":17615341,"timestamp":1060524612367,"id":806,"parentId":1,"tags":{},"startTime":1773937351260,"traceId":"495a42f4990d4388"},{"name":"telemetry-flush","duration":96,"timestamp":1060542231171,"id":819,"parentId":1,"tags":{},"startTime":1773937368879,"traceId":"495a42f4990d4388"},{"name":"next-build","duration":35419781,"timestamp":1060506811504,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1773937333460,"traceId":"495a42f4990d4388"}]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@repdf/preview",
3
- "version": "0.6.0",
3
+ "version": "0.8.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.mjs",
6
6
  "bin": {
@@ -57,9 +57,9 @@
57
57
  "tailwind-merge": "3.5.0",
58
58
  "webpack": "5.105.4",
59
59
  "zod": "4.3.6",
60
- "@repdf/core": "0.6.0",
61
- "@repdf/tailwind-v3": "0.6.0",
62
- "@repdf/tailwind-v4": "0.6.0"
60
+ "@repdf/core": "0.8.0",
61
+ "@repdf/tailwind-v4": "0.8.0",
62
+ "@repdf/tailwind-v3": "0.8.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@arethetypeswrong/cli": "0.18.2",