@repdf/preview 0.5.1 → 0.5.2
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/index.mjs +11 -3
- package/dist/preview/.next/BUILD_ID +1 -1
- package/dist/preview/.next/build-manifest.json +2 -2
- package/dist/preview/.next/cache/.previewinfo +1 -1
- package/dist/preview/.next/cache/.rscinfo +1 -1
- package/dist/preview/.next/cache/.tsbuildinfo +1 -1
- package/dist/preview/.next/cache/webpack/client-production/0.pack +0 -0
- package/dist/preview/.next/cache/webpack/client-production/index.pack +0 -0
- package/dist/preview/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/dist/preview/.next/cache/webpack/server-production/0.pack +0 -0
- package/dist/preview/.next/cache/webpack/server-production/index.pack +0 -0
- package/dist/preview/.next/prerender-manifest.json +3 -3
- package/dist/preview/.next/routes-manifest.json +3 -3
- package/dist/preview/.next/server/chunks/539.js +1 -1
- package/dist/preview/.next/server/pages/en/404.html +1 -1
- package/dist/preview/.next/server/pages/en/500.html +1 -1
- package/dist/preview/.next/server/pages/en/test.html +1 -1
- package/dist/preview/.next/trace +9 -9
- package/dist/preview/.next/trace-build +1 -1
- package/package.json +2 -2
- /package/dist/preview/.next/static/{FpcN7f3WcKAegtkQ_R6bq → FZ6aXlqGO-aLj-TH9yD3I}/_buildManifest.js +0 -0
- /package/dist/preview/.next/static/{FpcN7f3WcKAegtkQ_R6bq → FZ6aXlqGO-aLj-TH9yD3I}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"name":"run-typescript","duration":
|
|
1
|
+
[{"name":"run-typescript","duration":1238463,"timestamp":305377289578,"id":13,"parentId":1,"tags":{},"startTime":1773182204425,"traceId":"157bfc9a2b53ff89"},{"name":"run-webpack","duration":3119650,"timestamp":305378530490,"id":15,"parentId":1,"tags":{},"startTime":1773182205666,"traceId":"157bfc9a2b53ff89"},{"name":"static-check","duration":271262,"timestamp":305381658498,"id":791,"parentId":1,"tags":{},"startTime":1773182208794,"traceId":"157bfc9a2b53ff89"},{"name":"static-generation","duration":574426,"timestamp":305381938531,"id":809,"parentId":1,"tags":{},"startTime":1773182209074,"traceId":"157bfc9a2b53ff89"},{"name":"collect-build-traces","duration":5183145,"timestamp":305381930380,"id":806,"parentId":1,"tags":{},"startTime":1773182209066,"traceId":"157bfc9a2b53ff89"},{"name":"telemetry-flush","duration":13,"timestamp":305387114611,"id":819,"parentId":1,"tags":{},"startTime":1773182214250,"traceId":"157bfc9a2b53ff89"},{"name":"next-build","duration":9882739,"timestamp":305377231887,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1773182204368,"traceId":"157bfc9a2b53ff89"}]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@repdf/preview",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.mjs",
|
|
6
6
|
"bin": {
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"tailwind-merge": "^3.5.0",
|
|
58
58
|
"webpack": "^5.105.4",
|
|
59
59
|
"zod": "^4.3.6",
|
|
60
|
-
"@repdf/tailwind-v3": "0.5.0",
|
|
61
60
|
"@repdf/tailwind-v4": "0.5.0",
|
|
61
|
+
"@repdf/tailwind-v3": "0.5.0",
|
|
62
62
|
"@repdf/core": "0.5.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
/package/dist/preview/.next/static/{FpcN7f3WcKAegtkQ_R6bq → FZ6aXlqGO-aLj-TH9yD3I}/_buildManifest.js
RENAMED
|
File without changes
|
/package/dist/preview/.next/static/{FpcN7f3WcKAegtkQ_R6bq → FZ6aXlqGO-aLj-TH9yD3I}/_ssgManifest.js
RENAMED
|
File without changes
|