@repdf/preview 0.1.0 → 0.1.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.js +16 -16
- package/dist/preview/.next/BUILD_ID +1 -1
- package/dist/preview/.next/build-manifest.json +9 -9
- 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/react-loadable-manifest.json +2 -2
- package/dist/preview/.next/required-server-files.json +1 -1
- package/dist/preview/.next/routes-manifest.json +1 -1
- package/dist/preview/.next/server/chunks/204.js +1 -1
- package/dist/preview/.next/server/chunks/239.js +3 -3
- package/dist/preview/.next/server/chunks/865.js +1 -1
- package/dist/preview/.next/server/chunks/975.js +2 -2
- package/dist/preview/.next/server/functions-config-manifest.json +1 -1
- package/dist/preview/.next/server/middleware-build-manifest.js +1 -1
- package/dist/preview/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/dist/preview/.next/server/pages/_app.js +1 -1
- package/dist/preview/.next/server/pages/_app.js.nft.json +1 -1
- package/dist/preview/.next/server/pages/_document.js +1 -1
- package/dist/preview/.next/server/pages/_error.js +1 -1
- package/dist/preview/.next/server/pages/_error.js.nft.json +1 -1
- package/dist/preview/.next/server/pages/api/component.js +2 -2
- package/dist/preview/.next/server/pages/api/component.js.nft.json +1 -1
- package/dist/preview/.next/server/pages/api/pdf.js +1 -1
- package/dist/preview/.next/server/pages/api/pdf.js.nft.json +1 -1
- package/dist/preview/.next/server/pages/api/trpc/[trpc].js +24 -27
- 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/test.html +1 -1
- package/dist/preview/.next/server/pages/index.js +2 -2
- package/dist/preview/.next/server/pages/index.js.nft.json +1 -1
- package/dist/preview/.next/server/pages/preview/[...relTemplatePath].js +1 -1
- package/dist/preview/.next/server/pages/preview/[...relTemplatePath].js.nft.json +1 -1
- package/dist/preview/.next/server/pages-manifest.json +1 -1
- package/dist/preview/.next/static/chunks/pages/_app-c139bcbf1257ade3.js +181 -0
- package/dist/preview/.next/static/chunks/pages/preview/{[...relTemplatePath]-3e7bbb1e7746e61f.js → [...relTemplatePath]-f29a966b14996f21.js} +1 -1
- package/dist/preview/.next/static/chunks/webpack-0b5d8249fb15f5f3.js +1 -0
- package/dist/preview/.next/static/{3KzSbw8453o_mkesYso5R → msRHyckfurJ2VHqIBHsi8}/_buildManifest.js +1 -1
- package/dist/preview/.next/trace +17 -20
- package/package.json +16 -16
- package/dist/preview/.next/server/chunks/370.js +0 -1
- package/dist/preview/.next/server/chunks/476.js +0 -1
- package/dist/preview/.next/server/chunks/81.js +0 -1
- package/dist/preview/.next/static/chunks/pages/_app-7207fb686c7ea292.js +0 -184
- package/dist/preview/.next/static/chunks/webpack-8fa1640cc84ba8fe.js +0 -1
- /package/dist/preview/.next/static/{3KzSbw8453o_mkesYso5R → msRHyckfurJ2VHqIBHsi8}/_ssgManifest.js +0 -0
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { program } from "commander";
|
|
|
6
6
|
// package.json
|
|
7
7
|
var package_default = {
|
|
8
8
|
name: "@repdf/preview",
|
|
9
|
-
version: "0.1.
|
|
9
|
+
version: "0.1.2",
|
|
10
10
|
type: "module",
|
|
11
11
|
main: "dist/index.js",
|
|
12
12
|
bin: {
|
|
@@ -34,21 +34,21 @@ var package_default = {
|
|
|
34
34
|
start: "next start",
|
|
35
35
|
"check-exports": "attw --pack .",
|
|
36
36
|
format: "biome check --write .",
|
|
37
|
-
"local-release": "
|
|
37
|
+
"local-release": "pnpm publish --access public",
|
|
38
38
|
clean: "rm -rf dist",
|
|
39
39
|
typecheck: "tsc --noEmit"
|
|
40
40
|
},
|
|
41
41
|
dependencies: {
|
|
42
42
|
"@repdf/core": "workspace:*",
|
|
43
43
|
"@react-email/render": "1.0.2",
|
|
44
|
-
"@react-email/tailwind": "1.0.
|
|
45
|
-
"@tanstack/react-query": "^5.
|
|
46
|
-
"@tanstack/react-query-devtools": "^5.
|
|
47
|
-
"@trpc/client": "11.
|
|
48
|
-
"@trpc/next": "11.
|
|
49
|
-
"@trpc/react-query": "11.
|
|
50
|
-
"@trpc/server": "11.
|
|
51
|
-
chokidar: "4.0.
|
|
44
|
+
"@react-email/tailwind": "1.0.5",
|
|
45
|
+
"@tanstack/react-query": "^5.90.2",
|
|
46
|
+
"@tanstack/react-query-devtools": "^5.90.2",
|
|
47
|
+
"@trpc/client": "11.6.0",
|
|
48
|
+
"@trpc/next": "11.6.0",
|
|
49
|
+
"@trpc/react-query": "11.6.0",
|
|
50
|
+
"@trpc/server": "11.6.0",
|
|
51
|
+
chokidar: "4.0.3",
|
|
52
52
|
clsx: "^2.1.1",
|
|
53
53
|
commander: "^12.1.0",
|
|
54
54
|
"dependency-tree": "^11.0.1",
|
|
@@ -62,16 +62,16 @@ var package_default = {
|
|
|
62
62
|
pino: "^9.4.0",
|
|
63
63
|
"pino-pretty": "^11.2.2",
|
|
64
64
|
"prism-react-renderer": "^2.4.0",
|
|
65
|
-
puppeteer: "^
|
|
65
|
+
puppeteer: "^24.34.0",
|
|
66
66
|
react: "^18.3.1",
|
|
67
67
|
"react-dom": "^18.3.1",
|
|
68
|
-
"react-hot-toast": "^2.
|
|
68
|
+
"react-hot-toast": "^2.6.0",
|
|
69
69
|
"source-map-js": "^1.2.1",
|
|
70
70
|
"stacktrace-parser": "^0.1.10",
|
|
71
71
|
superjson: "^2.2.1",
|
|
72
|
-
"tailwind-merge": "^2.
|
|
72
|
+
"tailwind-merge": "^2.6.0",
|
|
73
73
|
webpack: "^5.95.0",
|
|
74
|
-
zod: "^3.
|
|
74
|
+
zod: "^3.1.11"
|
|
75
75
|
},
|
|
76
76
|
devDependencies: {
|
|
77
77
|
tsx: "^4.19.2",
|
|
@@ -85,10 +85,10 @@ var package_default = {
|
|
|
85
85
|
"@types/react-dom": "^18.3.1",
|
|
86
86
|
postcss: "^8.4.39",
|
|
87
87
|
"react-email": "3.0.1",
|
|
88
|
-
typescript: "^5.
|
|
88
|
+
typescript: "^5.9.3",
|
|
89
89
|
tailwindcss: "^3.4.14"
|
|
90
90
|
},
|
|
91
|
-
packageManager: "pnpm@
|
|
91
|
+
packageManager: "pnpm@10.23.0"
|
|
92
92
|
};
|
|
93
93
|
|
|
94
94
|
// src/cli/commands/dev.ts
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
msRHyckfurJ2VHqIBHsi8
|
|
@@ -5,40 +5,40 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/msRHyckfurJ2VHqIBHsi8/_buildManifest.js",
|
|
9
|
+
"static/msRHyckfurJ2VHqIBHsi8/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-0b5d8249fb15f5f3.js",
|
|
15
15
|
"static/chunks/framework-e0f347a11a70369e.js",
|
|
16
16
|
"static/chunks/main-32f0addb06a02100.js",
|
|
17
17
|
"static/chunks/64-33135d2a0b032c99.js",
|
|
18
18
|
"static/chunks/pages/index-59cca326edb25e5b.js"
|
|
19
19
|
],
|
|
20
20
|
"/_app": [
|
|
21
|
-
"static/chunks/webpack-
|
|
21
|
+
"static/chunks/webpack-0b5d8249fb15f5f3.js",
|
|
22
22
|
"static/chunks/framework-e0f347a11a70369e.js",
|
|
23
23
|
"static/chunks/main-32f0addb06a02100.js",
|
|
24
24
|
"static/css/3beae5d5e23b91e8.css",
|
|
25
|
-
"static/chunks/pages/_app-
|
|
25
|
+
"static/chunks/pages/_app-c139bcbf1257ade3.js"
|
|
26
26
|
],
|
|
27
27
|
"/_error": [
|
|
28
|
-
"static/chunks/webpack-
|
|
28
|
+
"static/chunks/webpack-0b5d8249fb15f5f3.js",
|
|
29
29
|
"static/chunks/framework-e0f347a11a70369e.js",
|
|
30
30
|
"static/chunks/main-32f0addb06a02100.js",
|
|
31
31
|
"static/chunks/pages/_error-0577f827b4afb66a.js"
|
|
32
32
|
],
|
|
33
33
|
"/preview/[...relTemplatePath]": [
|
|
34
|
-
"static/chunks/webpack-
|
|
34
|
+
"static/chunks/webpack-0b5d8249fb15f5f3.js",
|
|
35
35
|
"static/chunks/framework-e0f347a11a70369e.js",
|
|
36
36
|
"static/chunks/main-32f0addb06a02100.js",
|
|
37
37
|
"static/chunks/64-33135d2a0b032c99.js",
|
|
38
|
-
"static/chunks/pages/preview/[...relTemplatePath]-
|
|
38
|
+
"static/chunks/pages/preview/[...relTemplatePath]-f29a966b14996f21.js"
|
|
39
39
|
],
|
|
40
40
|
"/test": [
|
|
41
|
-
"static/chunks/webpack-
|
|
41
|
+
"static/chunks/webpack-0b5d8249fb15f5f3.js",
|
|
42
42
|
"static/chunks/framework-e0f347a11a70369e.js",
|
|
43
43
|
"static/chunks/main-32f0addb06a02100.js",
|
|
44
44
|
"static/chunks/pages/test-1b0ec700afcdd64b.js"
|