pkgviz 0.3.0 → 0.4.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/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +7 -7
- package/.next/app-path-routes-manifest.json +2 -2
- package/.next/build-manifest.json +2 -2
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/eslint/.cache_6t30dc +1 -1
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/1.pack +0 -0
- package/.next/cache/webpack/client-production/2.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/1.pack +0 -0
- package/.next/cache/webpack/server-production/2.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack.old +0 -0
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +1 -1
- package/.next/server/app/api/audit/json/route.js +1 -1
- package/.next/server/app/api/audit/xml/route.js +1 -1
- package/.next/server/app/api/fs/getGraph/route.js +1 -1
- package/.next/server/app/api/fs/getRoot/route.js +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +1 -1
- package/.next/server/app-paths-manifest.json +2 -2
- package/.next/server/chunks/437.js +2 -2
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/pages/_error.js +3 -3
- package/.next/server/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/trace +3 -14
- package/package.json +1 -1
- /package/.next/static/{kyRK73w9A1bmtDZUJpHVN → 3O8AFJcXdEMBObS1qQHey}/_buildManifest.js +0 -0
- /package/.next/static/{kyRK73w9A1bmtDZUJpHVN → 3O8AFJcXdEMBObS1qQHey}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
3O8AFJcXdEMBObS1qQHey
|
|
@@ -21,27 +21,27 @@
|
|
|
21
21
|
"static/chunks/main-app-69a9ff75ff3465ca.js",
|
|
22
22
|
"static/chunks/app/api/audit/xml/route-708e6c283c657fda.js"
|
|
23
23
|
],
|
|
24
|
-
"/
|
|
24
|
+
"/layout": [
|
|
25
25
|
"static/chunks/webpack-7adfafc806738767.js",
|
|
26
26
|
"static/chunks/4bd1b696-cf72ae8a39fa05aa.js",
|
|
27
27
|
"static/chunks/964-b440f7af22c41ca5.js",
|
|
28
28
|
"static/chunks/main-app-69a9ff75ff3465ca.js",
|
|
29
|
-
"static/
|
|
29
|
+
"static/css/835ea8e635656f8a.css",
|
|
30
|
+
"static/chunks/app/layout-8aae7fba5ed8afb3.js"
|
|
30
31
|
],
|
|
31
|
-
"/api/fs/
|
|
32
|
+
"/api/fs/getGraph/route": [
|
|
32
33
|
"static/chunks/webpack-7adfafc806738767.js",
|
|
33
34
|
"static/chunks/4bd1b696-cf72ae8a39fa05aa.js",
|
|
34
35
|
"static/chunks/964-b440f7af22c41ca5.js",
|
|
35
36
|
"static/chunks/main-app-69a9ff75ff3465ca.js",
|
|
36
|
-
"static/chunks/app/api/fs/
|
|
37
|
+
"static/chunks/app/api/fs/getGraph/route-708e6c283c657fda.js"
|
|
37
38
|
],
|
|
38
|
-
"/
|
|
39
|
+
"/api/fs/getRoot/route": [
|
|
39
40
|
"static/chunks/webpack-7adfafc806738767.js",
|
|
40
41
|
"static/chunks/4bd1b696-cf72ae8a39fa05aa.js",
|
|
41
42
|
"static/chunks/964-b440f7af22c41ca5.js",
|
|
42
43
|
"static/chunks/main-app-69a9ff75ff3465ca.js",
|
|
43
|
-
"static/
|
|
44
|
-
"static/chunks/app/layout-8aae7fba5ed8afb3.js"
|
|
44
|
+
"static/chunks/app/api/fs/getRoot/route-708e6c283c657fda.js"
|
|
45
45
|
],
|
|
46
46
|
"/page": [
|
|
47
47
|
"static/chunks/webpack-7adfafc806738767.js",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"/api/audit/json/route": "/api/audit/json",
|
|
3
3
|
"/api/audit/xml/route": "/api/audit/xml",
|
|
4
|
+
"/_not-found/page": "/_not-found",
|
|
5
|
+
"/favicon.ico/route": "/favicon.ico",
|
|
4
6
|
"/api/fs/getGraph/route": "/api/fs/getGraph",
|
|
5
7
|
"/api/fs/getRoot/route": "/api/fs/getRoot",
|
|
6
|
-
"/favicon.ico/route": "/favicon.ico",
|
|
7
|
-
"/_not-found/page": "/_not-found",
|
|
8
8
|
"/page": "/"
|
|
9
9
|
}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/3O8AFJcXdEMBObS1qQHey/_buildManifest.js",
|
|
9
|
+
"static/3O8AFJcXdEMBObS1qQHey/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
12
|
"static/chunks/webpack-7adfafc806738767.js",
|