@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.
- package/dist/index.mjs +16 -1
- 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/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/server/pages-manifest.json +1 -1
- package/dist/preview/.next/trace +9 -9
- package/dist/preview/.next/trace-build +1 -1
- package/package.json +4 -4
- /package/dist/preview/.next/static/{XoLHPbSRoUQZ298vvm1si → hVJ1ePljV1q-AX9Vf4kv-}/_buildManifest.js +0 -0
- /package/dist/preview/.next/static/{XoLHPbSRoUQZ298vvm1si → hVJ1ePljV1q-AX9Vf4kv-}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"name":"run-typescript","duration":
|
|
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.
|
|
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.
|
|
61
|
-
"@repdf/tailwind-v3": "0.
|
|
62
|
-
"@repdf/tailwind-v4": "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",
|
/package/dist/preview/.next/static/{XoLHPbSRoUQZ298vvm1si → hVJ1ePljV1q-AX9Vf4kv-}/_buildManifest.js
RENAMED
|
File without changes
|
/package/dist/preview/.next/static/{XoLHPbSRoUQZ298vvm1si → hVJ1ePljV1q-AX9Vf4kv-}/_ssgManifest.js
RENAMED
|
File without changes
|