@repdf/preview 0.0.10 → 0.0.11
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.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/preview/.next/BUILD_ID +1 -1
- package/dist/preview/.next/build-manifest.json +8 -2
- 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/next-minimal-server.js.nft.json +1 -1
- package/dist/preview/.next/next-server.js.nft.json +1 -1
- package/dist/preview/.next/prerender-manifest.json +1 -1
- package/dist/preview/.next/routes-manifest.json +1 -1
- package/dist/preview/.next/server/middleware-build-manifest.js +1 -1
- package/dist/preview/.next/server/pages/api/trpc/[trpc].js.nft.json +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/hello.html +1 -0
- package/dist/preview/.next/server/pages/en.html +1 -1
- package/dist/preview/.next/server/pages/hello.js.nft.json +1 -0
- package/dist/preview/.next/server/pages-manifest.json +1 -1
- package/dist/preview/.next/static/ODM3NbAHy2U0LG-NEPdk_/_buildManifest.js +1 -0
- package/dist/preview/.next/static/chunks/pages/hello-f5c94797cf5d2e3e.js +1 -0
- package/dist/preview/.next/trace +14 -13
- package/package.json +1 -1
- package/dist/preview/.next/cache/webpack/client-development/0.pack.gz +0 -0
- package/dist/preview/.next/cache/webpack/client-development/1.pack.gz +0 -0
- package/dist/preview/.next/cache/webpack/client-development/index.pack.gz +0 -0
- package/dist/preview/.next/cache/webpack/client-development/index.pack.gz.old +0 -0
- package/dist/preview/.next/cache/webpack/server-development/0.pack.gz +0 -0
- package/dist/preview/.next/cache/webpack/server-development/index.pack.gz +0 -0
- package/dist/preview/.next/static/pDMbCthDv-C0sVV8dX-h_/_buildManifest.js +0 -1
- /package/dist/preview/.next/static/{pDMbCthDv-C0sVV8dX-h_ → ODM3NbAHy2U0LG-NEPdk_}/_ssgManifest.js +0 -0
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
ODM3NbAHy2U0LG-NEPdk_
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/ODM3NbAHy2U0LG-NEPdk_/_buildManifest.js",
|
|
9
|
+
"static/ODM3NbAHy2U0LG-NEPdk_/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
@@ -29,6 +29,12 @@
|
|
|
29
29
|
"static/chunks/main-b2d89a266d271543.js",
|
|
30
30
|
"static/chunks/pages/_error-f68c2d645fc907f4.js"
|
|
31
31
|
],
|
|
32
|
+
"/hello": [
|
|
33
|
+
"static/chunks/webpack-b8f8d6679aaa5f42.js",
|
|
34
|
+
"static/chunks/framework-0cbe3b56a5f66701.js",
|
|
35
|
+
"static/chunks/main-b2d89a266d271543.js",
|
|
36
|
+
"static/chunks/pages/hello-f5c94797cf5d2e3e.js"
|
|
37
|
+
],
|
|
32
38
|
"/preview/[...relTemplatePath]": [
|
|
33
39
|
"static/chunks/webpack-b8f8d6679aaa5f42.js",
|
|
34
40
|
"static/chunks/framework-0cbe3b56a5f66701.js",
|