@repdf/preview 0.6.0 → 0.7.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":3191659,"timestamp":1058872136571,"id":13,"parentId":1,"tags":{},"startTime":1773935698769,"traceId":"000c3c349265641d"},{"name":"run-webpack","duration":7756134,"timestamp":1058875335508,"id":15,"parentId":1,"tags":{},"startTime":1773935701968,"traceId":"000c3c349265641d"},{"name":"static-check","duration":675549,"timestamp":1058883115223,"id":792,"parentId":1,"tags":{},"startTime":1773935709748,"traceId":"000c3c349265641d"},{"name":"static-generation","duration":1496962,"timestamp":1058883814207,"id":810,"parentId":1,"tags":{},"startTime":1773935710447,"traceId":"000c3c349265641d"},{"name":"collect-build-traces","duration":13094247,"timestamp":1058883791927,"id":807,"parentId":1,"tags":{},"startTime":1773935710424,"traceId":"000c3c349265641d"},{"name":"telemetry-flush","duration":28,"timestamp":1058896888439,"id":820,"parentId":1,"tags":{},"startTime":1773935723521,"traceId":"000c3c349265641d"},{"name":"next-build","duration":24858998,"timestamp":1058872029475,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1773935698662,"traceId":"000c3c349265641d"}]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@repdf/preview",
3
- "version": "0.6.0",
3
+ "version": "0.7.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.7.0",
61
+ "@repdf/tailwind-v3": "0.7.0",
62
+ "@repdf/tailwind-v4": "0.7.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@arethetypeswrong/cli": "0.18.2",