barkapi 0.1.0 → 1.0.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/README.md +53 -10
- package/dist/commands/check.d.ts.map +1 -1
- package/dist/commands/check.js +49 -1
- package/dist/commands/check.js.map +1 -1
- package/dist/commands/ci-gen.d.ts +3 -0
- package/dist/commands/ci-gen.d.ts.map +1 -0
- package/dist/commands/ci-gen.js +37 -0
- package/dist/commands/ci-gen.js.map +1 -0
- package/dist/commands/dev.d.ts.map +1 -1
- package/dist/commands/dev.js +17 -46
- package/dist/commands/dev.js.map +1 -1
- package/dist/commands/diff.d.ts +3 -0
- package/dist/commands/diff.d.ts.map +1 -0
- package/dist/commands/diff.js +139 -0
- package/dist/commands/diff.js.map +1 -0
- package/dist/commands/report.d.ts.map +1 -1
- package/dist/commands/report.js +81 -1
- package/dist/commands/report.js.map +1 -1
- package/dist/config/loader.d.ts +1 -0
- package/dist/config/loader.d.ts.map +1 -1
- package/dist/config/loader.js.map +1 -1
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/dist/output/formatter.js +4 -0
- package/dist/output/formatter.js.map +1 -1
- package/dist/runner/check-runner.d.ts.map +1 -1
- package/dist/runner/check-runner.js +39 -3
- package/dist/runner/check-runner.js.map +1 -1
- package/dist/runner/endpoint-caller.d.ts +1 -0
- package/dist/runner/endpoint-caller.d.ts.map +1 -1
- package/dist/runner/endpoint-caller.js +34 -7
- package/dist/runner/endpoint-caller.js.map +1 -1
- package/dist/templates/github-actions.d.ts +2 -0
- package/dist/templates/github-actions.d.ts.map +1 -0
- package/dist/templates/github-actions.js +30 -0
- package/dist/templates/github-actions.js.map +1 -0
- package/dist/update-checker.d.ts +6 -0
- package/dist/update-checker.d.ts.map +1 -0
- package/dist/update-checker.js +46 -0
- package/dist/update-checker.js.map +1 -0
- package/package.json +20 -7
- package/dist/core/db/connection.d.ts +0 -5
- package/dist/core/db/connection.d.ts.map +0 -1
- package/dist/core/db/connection.js +0 -38
- package/dist/core/db/connection.js.map +0 -1
- package/dist/core/db/index.d.ts +0 -3
- package/dist/core/db/index.d.ts.map +0 -1
- package/dist/core/db/index.js +0 -10
- package/dist/core/db/index.js.map +0 -1
- package/dist/core/db/schema.d.ts +0 -3
- package/dist/core/db/schema.d.ts.map +0 -1
- package/dist/core/db/schema.js +0 -66
- package/dist/core/db/schema.js.map +0 -1
- package/dist/core/diff/index.d.ts +0 -2
- package/dist/core/diff/index.d.ts.map +0 -1
- package/dist/core/diff/index.js +0 -6
- package/dist/core/diff/index.js.map +0 -1
- package/dist/core/diff/schema-differ.d.ts +0 -7
- package/dist/core/diff/schema-differ.d.ts.map +0 -1
- package/dist/core/diff/schema-differ.js +0 -114
- package/dist/core/diff/schema-differ.js.map +0 -1
- package/dist/core/index.d.ts +0 -5
- package/dist/core/index.d.ts.map +0 -1
- package/dist/core/index.js +0 -21
- package/dist/core/index.js.map +0 -1
- package/dist/core/models/alert-configs.d.ts +0 -7
- package/dist/core/models/alert-configs.d.ts.map +0 -1
- package/dist/core/models/alert-configs.js +0 -49
- package/dist/core/models/alert-configs.js.map +0 -1
- package/dist/core/models/check-runs.d.ts +0 -11
- package/dist/core/models/check-runs.d.ts.map +0 -1
- package/dist/core/models/check-runs.js +0 -33
- package/dist/core/models/check-runs.js.map +0 -1
- package/dist/core/models/drifts.d.ts +0 -7
- package/dist/core/models/drifts.d.ts.map +0 -1
- package/dist/core/models/drifts.js +0 -39
- package/dist/core/models/drifts.js.map +0 -1
- package/dist/core/models/endpoints.d.ts +0 -7
- package/dist/core/models/endpoints.d.ts.map +0 -1
- package/dist/core/models/endpoints.js +0 -31
- package/dist/core/models/endpoints.js.map +0 -1
- package/dist/core/models/index.d.ts +0 -7
- package/dist/core/models/index.d.ts.map +0 -1
- package/dist/core/models/index.js +0 -23
- package/dist/core/models/index.js.map +0 -1
- package/dist/core/models/projects.d.ts +0 -8
- package/dist/core/models/projects.d.ts.map +0 -1
- package/dist/core/models/projects.js +0 -55
- package/dist/core/models/projects.js.map +0 -1
- package/dist/core/models/types.d.ts +0 -57
- package/dist/core/models/types.d.ts.map +0 -1
- package/dist/core/models/types.js +0 -3
- package/dist/core/models/types.js.map +0 -1
- package/dist/core/parser/index.d.ts +0 -3
- package/dist/core/parser/index.d.ts.map +0 -1
- package/dist/core/parser/index.js +0 -8
- package/dist/core/parser/index.js.map +0 -1
- package/dist/core/parser/openapi-parser.d.ts +0 -8
- package/dist/core/parser/openapi-parser.d.ts.map +0 -1
- package/dist/core/parser/openapi-parser.js +0 -56
- package/dist/core/parser/openapi-parser.js.map +0 -1
- package/dist/core/parser/response-inferrer.d.ts +0 -6
- package/dist/core/parser/response-inferrer.d.ts.map +0 -1
- package/dist/core/parser/response-inferrer.js +0 -47
- package/dist/core/parser/response-inferrer.js.map +0 -1
- package/dist/dashboard/.next/BUILD_ID +0 -1
- package/dist/dashboard/.next/app-build-manifest.json +0 -61
- package/dist/dashboard/.next/app-path-routes-manifest.json +0 -1
- package/dist/dashboard/.next/build-manifest.json +0 -32
- package/dist/dashboard/.next/package.json +0 -1
- package/dist/dashboard/.next/prerender-manifest.json +0 -1
- package/dist/dashboard/.next/react-loadable-manifest.json +0 -1
- package/dist/dashboard/.next/required-server-files.json +0 -1
- package/dist/dashboard/.next/routes-manifest.json +0 -1
- package/dist/dashboard/.next/server/app/_not-found/page.js +0 -1
- package/dist/dashboard/.next/server/app/_not-found/page.js.nft.json +0 -1
- package/dist/dashboard/.next/server/app/_not-found/page_client-reference-manifest.js +0 -1
- package/dist/dashboard/.next/server/app/_not-found.html +0 -1
- package/dist/dashboard/.next/server/app/_not-found.meta +0 -6
- package/dist/dashboard/.next/server/app/_not-found.rsc +0 -10
- package/dist/dashboard/.next/server/app/api/check-runs/route.js +0 -1
- package/dist/dashboard/.next/server/app/api/check-runs/route.js.nft.json +0 -1
- package/dist/dashboard/.next/server/app/api/projects/[id]/alerts/route.js +0 -1
- package/dist/dashboard/.next/server/app/api/projects/[id]/alerts/route.js.nft.json +0 -1
- package/dist/dashboard/.next/server/app/api/projects/[id]/check-runs/route.js +0 -1
- package/dist/dashboard/.next/server/app/api/projects/[id]/check-runs/route.js.nft.json +0 -1
- package/dist/dashboard/.next/server/app/api/projects/[id]/endpoints/[eid]/drifts/route.js +0 -1
- package/dist/dashboard/.next/server/app/api/projects/[id]/endpoints/[eid]/drifts/route.js.nft.json +0 -1
- package/dist/dashboard/.next/server/app/api/projects/[id]/endpoints/[eid]/route.js +0 -1
- package/dist/dashboard/.next/server/app/api/projects/[id]/endpoints/[eid]/route.js.nft.json +0 -1
- package/dist/dashboard/.next/server/app/api/projects/[id]/endpoints/route.js +0 -1
- package/dist/dashboard/.next/server/app/api/projects/[id]/endpoints/route.js.nft.json +0 -1
- package/dist/dashboard/.next/server/app/api/projects/[id]/route.js +0 -1
- package/dist/dashboard/.next/server/app/api/projects/[id]/route.js.nft.json +0 -1
- package/dist/dashboard/.next/server/app/api/projects/route.js +0 -1
- package/dist/dashboard/.next/server/app/api/projects/route.js.nft.json +0 -1
- package/dist/dashboard/.next/server/app/favicon.ico/route.js +0 -12
- package/dist/dashboard/.next/server/app/favicon.ico/route.js.nft.json +0 -1
- package/dist/dashboard/.next/server/app/favicon.ico.body +0 -0
- package/dist/dashboard/.next/server/app/favicon.ico.meta +0 -1
- package/dist/dashboard/.next/server/app/index.html +0 -1
- package/dist/dashboard/.next/server/app/index.meta +0 -5
- package/dist/dashboard/.next/server/app/index.rsc +0 -8
- package/dist/dashboard/.next/server/app/page.js +0 -1
- package/dist/dashboard/.next/server/app/page.js.nft.json +0 -1
- package/dist/dashboard/.next/server/app/page_client-reference-manifest.js +0 -1
- package/dist/dashboard/.next/server/app/projects/[id]/alerts/page.js +0 -1
- package/dist/dashboard/.next/server/app/projects/[id]/alerts/page.js.nft.json +0 -1
- package/dist/dashboard/.next/server/app/projects/[id]/alerts/page_client-reference-manifest.js +0 -1
- package/dist/dashboard/.next/server/app/projects/[id]/endpoints/[eid]/page.js +0 -1
- package/dist/dashboard/.next/server/app/projects/[id]/endpoints/[eid]/page.js.nft.json +0 -1
- package/dist/dashboard/.next/server/app/projects/[id]/endpoints/[eid]/page_client-reference-manifest.js +0 -1
- package/dist/dashboard/.next/server/app/projects/[id]/page.js +0 -1
- package/dist/dashboard/.next/server/app/projects/[id]/page.js.nft.json +0 -1
- package/dist/dashboard/.next/server/app/projects/[id]/page_client-reference-manifest.js +0 -1
- package/dist/dashboard/.next/server/app/projects/[id]/timeline/page.js +0 -1
- package/dist/dashboard/.next/server/app/projects/[id]/timeline/page.js.nft.json +0 -1
- package/dist/dashboard/.next/server/app/projects/[id]/timeline/page_client-reference-manifest.js +0 -1
- package/dist/dashboard/.next/server/app-paths-manifest.json +0 -17
- package/dist/dashboard/.next/server/chunks/135.js +0 -6
- package/dist/dashboard/.next/server/chunks/195.js +0 -25
- package/dist/dashboard/.next/server/chunks/201.js +0 -1
- package/dist/dashboard/.next/server/chunks/522.js +0 -2
- package/dist/dashboard/.next/server/chunks/622.js +0 -68
- package/dist/dashboard/.next/server/chunks/948.js +0 -2
- package/dist/dashboard/.next/server/font-manifest.json +0 -1
- package/dist/dashboard/.next/server/middleware-build-manifest.js +0 -1
- package/dist/dashboard/.next/server/middleware-manifest.json +0 -6
- package/dist/dashboard/.next/server/middleware-react-loadable-manifest.js +0 -1
- package/dist/dashboard/.next/server/next-font-manifest.js +0 -1
- package/dist/dashboard/.next/server/next-font-manifest.json +0 -1
- package/dist/dashboard/.next/server/pages/404.html +0 -1
- package/dist/dashboard/.next/server/pages/500.html +0 -1
- package/dist/dashboard/.next/server/pages/_app.js +0 -1
- package/dist/dashboard/.next/server/pages/_app.js.nft.json +0 -1
- package/dist/dashboard/.next/server/pages/_document.js +0 -1
- package/dist/dashboard/.next/server/pages/_document.js.nft.json +0 -1
- package/dist/dashboard/.next/server/pages/_error.js +0 -1
- package/dist/dashboard/.next/server/pages/_error.js.nft.json +0 -1
- package/dist/dashboard/.next/server/pages-manifest.json +0 -1
- package/dist/dashboard/.next/server/server-reference-manifest.js +0 -1
- package/dist/dashboard/.next/server/server-reference-manifest.json +0 -1
- package/dist/dashboard/.next/server/webpack-runtime.js +0 -1
- package/dist/dashboard/.next/static/YBXhnqpbzFStr7gRw43pZ/_buildManifest.js +0 -1
- package/dist/dashboard/.next/static/YBXhnqpbzFStr7gRw43pZ/_ssgManifest.js +0 -1
- package/dist/dashboard/.next/static/chunks/146-cc1e4f8a673d9065.js +0 -1
- package/dist/dashboard/.next/static/chunks/1dd3208c-e6dd27520bf81fda.js +0 -1
- package/dist/dashboard/.next/static/chunks/353-c7b1332abe5b4ef7.js +0 -1
- package/dist/dashboard/.next/static/chunks/528-0813645b6950856a.js +0 -2
- package/dist/dashboard/.next/static/chunks/app/_not-found/page-16d271ac4f316884.js +0 -1
- package/dist/dashboard/.next/static/chunks/app/layout-6e0a3c0b467b273d.js +0 -1
- package/dist/dashboard/.next/static/chunks/app/page-6e23a2d13831c26a.js +0 -1
- package/dist/dashboard/.next/static/chunks/app/projects/[id]/alerts/page-7038b00db559eaf8.js +0 -1
- package/dist/dashboard/.next/static/chunks/app/projects/[id]/endpoints/[eid]/page-e39c31f324f25070.js +0 -1
- package/dist/dashboard/.next/static/chunks/app/projects/[id]/page-3a7e0f2e3f051d3b.js +0 -1
- package/dist/dashboard/.next/static/chunks/app/projects/[id]/timeline/page-dc425ecbffc8e34d.js +0 -1
- package/dist/dashboard/.next/static/chunks/framework-58c3457e28c4602f.js +0 -1
- package/dist/dashboard/.next/static/chunks/main-4d2bbe4397c19318.js +0 -1
- package/dist/dashboard/.next/static/chunks/main-app-6980dda12e0dd05e.js +0 -1
- package/dist/dashboard/.next/static/chunks/pages/_app-58c3f1a8a070bd35.js +0 -1
- package/dist/dashboard/.next/static/chunks/pages/_error-312a564ec7e2663f.js +0 -1
- package/dist/dashboard/.next/static/chunks/polyfills-42372ed130431b0a.js +0 -1
- package/dist/dashboard/.next/static/chunks/webpack-c3cc2b2a6cec4e8c.js +0 -1
- package/dist/dashboard/.next/static/css/6c9fbb71ab2dce2c.css +0 -3
- package/dist/dashboard/node_modules/@barkapi/core/dist/db/connection.d.ts +0 -5
- package/dist/dashboard/node_modules/@barkapi/core/dist/db/connection.d.ts.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/db/connection.js +0 -38
- package/dist/dashboard/node_modules/@barkapi/core/dist/db/connection.js.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/db/index.d.ts +0 -3
- package/dist/dashboard/node_modules/@barkapi/core/dist/db/index.d.ts.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/db/index.js +0 -10
- package/dist/dashboard/node_modules/@barkapi/core/dist/db/index.js.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/db/schema.d.ts +0 -3
- package/dist/dashboard/node_modules/@barkapi/core/dist/db/schema.d.ts.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/db/schema.js +0 -66
- package/dist/dashboard/node_modules/@barkapi/core/dist/db/schema.js.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/diff/index.d.ts +0 -2
- package/dist/dashboard/node_modules/@barkapi/core/dist/diff/index.d.ts.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/diff/index.js +0 -6
- package/dist/dashboard/node_modules/@barkapi/core/dist/diff/index.js.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/diff/schema-differ.d.ts +0 -7
- package/dist/dashboard/node_modules/@barkapi/core/dist/diff/schema-differ.d.ts.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/diff/schema-differ.js +0 -114
- package/dist/dashboard/node_modules/@barkapi/core/dist/diff/schema-differ.js.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/index.d.ts +0 -5
- package/dist/dashboard/node_modules/@barkapi/core/dist/index.d.ts.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/index.js +0 -21
- package/dist/dashboard/node_modules/@barkapi/core/dist/index.js.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/alert-configs.d.ts +0 -7
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/alert-configs.d.ts.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/alert-configs.js +0 -49
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/alert-configs.js.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/check-runs.d.ts +0 -11
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/check-runs.d.ts.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/check-runs.js +0 -33
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/check-runs.js.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/drifts.d.ts +0 -7
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/drifts.d.ts.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/drifts.js +0 -39
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/drifts.js.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/endpoints.d.ts +0 -7
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/endpoints.d.ts.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/endpoints.js +0 -31
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/endpoints.js.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/index.d.ts +0 -7
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/index.d.ts.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/index.js +0 -23
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/index.js.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/projects.d.ts +0 -8
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/projects.d.ts.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/projects.js +0 -55
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/projects.js.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/types.d.ts +0 -57
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/types.d.ts.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/types.js +0 -3
- package/dist/dashboard/node_modules/@barkapi/core/dist/models/types.js.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/parser/index.d.ts +0 -3
- package/dist/dashboard/node_modules/@barkapi/core/dist/parser/index.d.ts.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/parser/index.js +0 -8
- package/dist/dashboard/node_modules/@barkapi/core/dist/parser/index.js.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/parser/openapi-parser.d.ts +0 -8
- package/dist/dashboard/node_modules/@barkapi/core/dist/parser/openapi-parser.d.ts.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/parser/openapi-parser.js +0 -56
- package/dist/dashboard/node_modules/@barkapi/core/dist/parser/openapi-parser.js.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/parser/response-inferrer.d.ts +0 -6
- package/dist/dashboard/node_modules/@barkapi/core/dist/parser/response-inferrer.d.ts.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/dist/parser/response-inferrer.js +0 -47
- package/dist/dashboard/node_modules/@barkapi/core/dist/parser/response-inferrer.js.map +0 -1
- package/dist/dashboard/node_modules/@barkapi/core/package.json +0 -6
- package/dist/dashboard/node_modules/@next/env/dist/index.js +0 -1
- package/dist/dashboard/node_modules/@next/env/package.json +0 -36
- package/dist/dashboard/node_modules/@swc/helpers/_/_interop_require_default/package.json +0 -4
- package/dist/dashboard/node_modules/@swc/helpers/_/_interop_require_wildcard/package.json +0 -4
- package/dist/dashboard/node_modules/@swc/helpers/_/_tagged_template_literal_loose/package.json +0 -4
- package/dist/dashboard/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +0 -6
- package/dist/dashboard/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +0 -38
- package/dist/dashboard/node_modules/@swc/helpers/cjs/_tagged_template_literal_loose.cjs +0 -10
- package/dist/dashboard/node_modules/@swc/helpers/package.json +0 -452
- package/dist/dashboard/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
- package/dist/dashboard/node_modules/better-sqlite3/lib/database.js +0 -90
- package/dist/dashboard/node_modules/better-sqlite3/lib/index.js +0 -3
- package/dist/dashboard/node_modules/better-sqlite3/lib/methods/aggregate.js +0 -43
- package/dist/dashboard/node_modules/better-sqlite3/lib/methods/backup.js +0 -67
- package/dist/dashboard/node_modules/better-sqlite3/lib/methods/function.js +0 -31
- package/dist/dashboard/node_modules/better-sqlite3/lib/methods/inspect.js +0 -7
- package/dist/dashboard/node_modules/better-sqlite3/lib/methods/pragma.js +0 -12
- package/dist/dashboard/node_modules/better-sqlite3/lib/methods/serialize.js +0 -16
- package/dist/dashboard/node_modules/better-sqlite3/lib/methods/table.js +0 -189
- package/dist/dashboard/node_modules/better-sqlite3/lib/methods/transaction.js +0 -78
- package/dist/dashboard/node_modules/better-sqlite3/lib/methods/wrappers.js +0 -54
- package/dist/dashboard/node_modules/better-sqlite3/lib/sqlite-error.js +0 -20
- package/dist/dashboard/node_modules/better-sqlite3/lib/util.js +0 -12
- package/dist/dashboard/node_modules/better-sqlite3/package.json +0 -54
- package/dist/dashboard/node_modules/bindings/bindings.js +0 -221
- package/dist/dashboard/node_modules/bindings/package.json +0 -28
- package/dist/dashboard/node_modules/busboy/lib/index.js +0 -57
- package/dist/dashboard/node_modules/busboy/lib/types/multipart.js +0 -653
- package/dist/dashboard/node_modules/busboy/lib/types/urlencoded.js +0 -350
- package/dist/dashboard/node_modules/busboy/lib/utils.js +0 -596
- package/dist/dashboard/node_modules/busboy/package.json +0 -22
- package/dist/dashboard/node_modules/caniuse-lite/data/agents.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/browserVersions.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/browsers.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/aac.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/abortcontroller.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/ac3-ec3.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/accelerometer.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/addeventlistener.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/ambient-light.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/apng.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/array-find-index.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/array-find.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/array-flat.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/array-includes.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/arrow-functions.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/asmjs.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/async-clipboard.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/async-functions.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/atob-btoa.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/audio-api.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/audio.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/audiotracks.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/autofocus.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/auxclick.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/av1.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/avif.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/background-attachment.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/background-clip-text.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/background-img-opts.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/background-position-x-y.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/background-sync.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/battery-status.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/beacon.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/beforeafterprint.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/bigint.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/blobbuilder.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/bloburls.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/border-image.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/border-radius.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/broadcastchannel.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/brotli.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/calc.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/canvas-blending.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/canvas-text.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/canvas.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/ch-unit.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/channel-messaging.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/childnode-remove.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/classlist.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/clipboard.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/colr-v1.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/colr.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/comparedocumentposition.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/console-basic.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/console-time.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/const.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/constraint-validation.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/contenteditable.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/cookie-store-api.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/cors.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/createimagebitmap.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/credential-management.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/cryptography.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-all.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-animation.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-any-link.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-appearance.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-at-counter-style.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-autofill.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-background-offsets.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-boxshadow.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-canvas.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-caret-color.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-cascade-layers.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-cascade-scope.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-case-insensitive.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-clip-path.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-color-adjust.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-color-function.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-conic-gradients.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-container-queries-style.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-container-queries.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-container-query-units.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-containment.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-content-visibility.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-counters.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-crisp-edges.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-cross-fade.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-default-pseudo.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-display-contents.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-element-function.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-env-function.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-exclusions.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-featurequeries.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-file-selector-button.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-filter-function.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-filters.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-first-letter.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-first-line.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-fixed.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-focus-visible.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-focus-within.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-font-palette.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-font-stretch.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-gencontent.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-gradients.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-grid-animation.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-grid-lanes.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-grid.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-has.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-hyphens.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-if.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-image-orientation.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-image-set.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-initial-letter.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-initial-value.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-lch-lab.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-letter-spacing.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-line-clamp.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-logical-props.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-masks.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-math-functions.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-media-interaction.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-media-resolution.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-media-scripting.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-mediaqueries.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-mixblendmode.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-module-scripts.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-motion-paths.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-namespaces.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-nesting.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-not-sel-list.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-nth-child-of.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-opacity.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-overflow.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-page-break.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-paged-media.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-paint-api.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-placeholder.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-read-only-write.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-reflections.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-regions.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-relative-colors.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-resize.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-revert-value.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-scrollbar.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-sel2.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-sel3.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-selection.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-shapes.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-snappoints.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-sticky.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-subgrid.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-supports-api.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-table.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-text-align-last.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-text-box-trim.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-text-indent.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-text-justify.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-text-orientation.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-text-spacing.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-textshadow.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-touch-action.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-transitions.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-unset-value.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-variables.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-when-else.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-widows-orphans.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-width-stretch.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-writing-mode.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css-zoom.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css3-attr.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css3-boxsizing.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css3-colors.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css3-cursors.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/css3-tabsize.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/currentcolor.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/custom-elements.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/custom-elementsv1.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/customevent.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/customizable-select.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/datalist.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/dataset.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/datauri.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/decorators.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/details.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/deviceorientation.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/devicepixelratio.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/dialog.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/dispatchevent.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/dnssec.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/do-not-track.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/document-currentscript.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/document-execcommand.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/document-policy.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/document-scrollingelement.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/documenthead.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/dom-range.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/domcontentloaded.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/dommatrix.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/download.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/dragndrop.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/element-closest.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/element-from-point.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/element-scroll-methods.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/eme.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/eot.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/es5.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/es6-class.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/es6-generators.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/es6-module.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/es6-number.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/es6-string-includes.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/es6.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/eventsource.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/extended-system-fonts.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/feature-policy.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/fetch.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/fieldset-disabled.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/fileapi.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/filereader.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/filereadersync.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/filesystem.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/flac.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/flexbox-gap.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/flexbox.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/flow-root.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/font-family-system-ui.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/font-feature.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/font-kerning.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/font-loading.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/font-size-adjust.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/font-smooth.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/font-unicode-range.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/font-variant-alternates.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/font-variant-numeric.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/fontface.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/form-attribute.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/form-submit-attributes.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/form-validation.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/forms.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/fullscreen.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/gamepad.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/geolocation.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/getboundingclientrect.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/getcomputedstyle.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/getrandomvalues.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/gyroscope.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/hashchange.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/heif.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/hevc.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/hidden.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/high-resolution-time.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/history.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/html-media-capture.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/html5semantic.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/http-live-streaming.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/http2.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/http3.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/iframe-sandbox.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/iframe-seamless.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/imagecapture.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/ime.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/import-maps.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/imports.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/indexeddb.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/indexeddb2.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/inline-block.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/innertext.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/input-color.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/input-datetime.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/input-email-tel-url.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/input-event.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/input-file-accept.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/input-file-directory.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/input-file-multiple.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/input-inputmode.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/input-minlength.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/input-number.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/input-pattern.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/input-placeholder.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/input-range.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/input-search.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/input-selection.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/insert-adjacent.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/internationalization.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/intersectionobserver.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/intl-pluralrules.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/intrinsic-width.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/jpeg2000.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/jpegxl.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/jpegxr.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/json.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/keyboardevent-code.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/keyboardevent-key.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/keyboardevent-location.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/keyboardevent-which.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/lazyload.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/let.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/link-icon-png.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/link-icon-svg.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/link-rel-preload.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/link-rel-prerender.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/localecompare.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/magnetometer.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/matchesselector.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/matchmedia.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/mathml.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/maxlength.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/media-fragments.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/mediarecorder.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/mediasource.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/menu.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/meta-theme-color.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/meter.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/midi.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/minmaxwh.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/mp3.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/mpeg-dash.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/mpeg4.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/multibackgrounds.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/multicolumn.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/mutation-events.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/mutationobserver.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/namevalue-storage.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/native-filesystem-api.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/nav-timing.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/netinfo.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/notifications.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/object-entries.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/object-fit.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/object-observe.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/object-values.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/objectrtc.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/offline-apps.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/offscreencanvas.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/ogg-vorbis.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/ogv.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/ol-reversed.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/once-event-listener.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/online-status.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/opus.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/orientation-sensor.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/outline.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/pad-start-end.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/page-transition-events.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/pagevisibility.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/passive-event-listener.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/passkeys.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/passwordrules.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/path2d.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/payment-request.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/pdf-viewer.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/permissions-api.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/permissions-policy.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/picture-in-picture.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/picture.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/ping.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/png-alpha.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/pointer-events.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/pointer.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/pointerlock.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/portals.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/progress.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/promise-finally.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/promises.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/proximity.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/proxy.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/publickeypinning.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/push-api.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/queryselector.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/readonly-attr.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/referrer-policy.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/rel-noopener.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/rel-noreferrer.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/rellist.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/rem.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/requestanimationframe.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/requestidlecallback.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/resizeobserver.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/resource-timing.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/rest-parameters.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/ruby.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/run-in.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/screen-orientation.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/script-async.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/script-defer.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/scrollintoview.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/sdch.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/selection-api.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/server-timing.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/serviceworkers.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/setimmediate.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/shadowdom.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/shadowdomv1.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/sharedworkers.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/sni.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/spdy.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/speech-recognition.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/speech-synthesis.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/sql-storage.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/srcset.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/stream.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/streams.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/style-scoped.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/subresource-bundling.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/subresource-integrity.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/svg-css.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/svg-filters.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/svg-fonts.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/svg-fragment.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/svg-html.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/svg-html5.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/svg-img.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/svg-smil.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/svg.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/sxg.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/tabindex-attr.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/template-literals.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/template.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/temporal.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/testfeat.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/text-decoration.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/text-emphasis.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/text-overflow.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/text-size-adjust.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/text-stroke.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/textcontent.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/textencoder.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/tls1-1.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/tls1-2.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/tls1-3.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/touch.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/transforms2d.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/transforms3d.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/trusted-types.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/ttf.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/typedarrays.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/u2f.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/unhandledrejection.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/url.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/urlsearchparams.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/use-strict.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/user-select-none.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/user-timing.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/variable-fonts.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/vector-effect.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/vibration.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/video.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/videotracks.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/view-transitions.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/viewport-units.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wai-aria.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wake-lock.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-bigint.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-extended-const.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-gc.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-multi-value.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-reference-types.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-signext.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-simd.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-threads.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wav.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wbr-element.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/web-animation.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/web-app-manifest.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/web-bluetooth.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/web-serial.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/web-share.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/webauthn.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/webcodecs.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/webgl.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/webgl2.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/webgpu.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/webhid.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/webkit-user-drag.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/webm.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/webnfc.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/webp.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/websockets.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/webtransport.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/webusb.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/webvr.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/webvtt.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/webworkers.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/webxr.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/will-change.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/woff.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/woff2.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/word-break.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/wordwrap.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/x-doc-messaging.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/x-frame-options.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/xhr2.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/xhtml.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/xhtmlsmil.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/xml-serializer.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features/zstd.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/data/features.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/dist/lib/statuses.js +0 -9
- package/dist/dashboard/node_modules/caniuse-lite/dist/lib/supported.js +0 -9
- package/dist/dashboard/node_modules/caniuse-lite/dist/unpacker/agents.js +0 -47
- package/dist/dashboard/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/dist/unpacker/browsers.js +0 -1
- package/dist/dashboard/node_modules/caniuse-lite/dist/unpacker/feature.js +0 -52
- package/dist/dashboard/node_modules/caniuse-lite/dist/unpacker/features.js +0 -6
- package/dist/dashboard/node_modules/caniuse-lite/dist/unpacker/index.js +0 -4
- package/dist/dashboard/node_modules/caniuse-lite/dist/unpacker/region.js +0 -22
- package/dist/dashboard/node_modules/caniuse-lite/package.json +0 -34
- package/dist/dashboard/node_modules/client-only/index.js +0 -0
- package/dist/dashboard/node_modules/client-only/package.json +0 -19
- package/dist/dashboard/node_modules/file-uri-to-path/index.js +0 -66
- package/dist/dashboard/node_modules/file-uri-to-path/package.json +0 -32
- package/dist/dashboard/node_modules/graceful-fs/clone.js +0 -23
- package/dist/dashboard/node_modules/graceful-fs/graceful-fs.js +0 -448
- package/dist/dashboard/node_modules/graceful-fs/legacy-streams.js +0 -118
- package/dist/dashboard/node_modules/graceful-fs/package.json +0 -53
- package/dist/dashboard/node_modules/graceful-fs/polyfills.js +0 -355
- package/dist/dashboard/node_modules/nanoid/non-secure/index.cjs +0 -34
- package/dist/dashboard/node_modules/nanoid/non-secure/package.json +0 -6
- package/dist/dashboard/node_modules/nanoid/package.json +0 -89
- package/dist/dashboard/node_modules/next/dist/build/analysis/extract-const-value.js +0 -200
- package/dist/dashboard/node_modules/next/dist/build/analysis/get-page-static-info.js +0 -496
- package/dist/dashboard/node_modules/next/dist/build/analysis/parse-module.js +0 -27
- package/dist/dashboard/node_modules/next/dist/build/babel/loader/get-config.js +0 -335
- package/dist/dashboard/node_modules/next/dist/build/babel/loader/index.js +0 -38
- package/dist/dashboard/node_modules/next/dist/build/babel/loader/transform.js +0 -97
- package/dist/dashboard/node_modules/next/dist/build/babel/loader/util.js +0 -20
- package/dist/dashboard/node_modules/next/dist/build/babel/plugins/commonjs.js +0 -42
- package/dist/dashboard/node_modules/next/dist/build/babel/plugins/next-font-unsupported.js +0 -32
- package/dist/dashboard/node_modules/next/dist/build/babel/plugins/next-page-config.js +0 -116
- package/dist/dashboard/node_modules/next/dist/build/babel/plugins/next-page-disallow-re-export-all-exports.js +0 -25
- package/dist/dashboard/node_modules/next/dist/build/babel/plugins/next-ssg-transform.js +0 -328
- package/dist/dashboard/node_modules/next/dist/build/build-context.js +0 -58
- package/dist/dashboard/node_modules/next/dist/build/create-compiler-aliases.js +0 -281
- package/dist/dashboard/node_modules/next/dist/build/deployment-id.js +0 -18
- package/dist/dashboard/node_modules/next/dist/build/entries.js +0 -624
- package/dist/dashboard/node_modules/next/dist/build/get-babel-config-file.js +0 -35
- package/dist/dashboard/node_modules/next/dist/build/handle-externals.js +0 -280
- package/dist/dashboard/node_modules/next/dist/build/load-entrypoint.js +0 -128
- package/dist/dashboard/node_modules/next/dist/build/load-jsconfig.js +0 -144
- package/dist/dashboard/node_modules/next/dist/build/normalize-catchall-routes.js +0 -76
- package/dist/dashboard/node_modules/next/dist/build/output/index.js +0 -295
- package/dist/dashboard/node_modules/next/dist/build/output/log.js +0 -115
- package/dist/dashboard/node_modules/next/dist/build/output/store.js +0 -214
- package/dist/dashboard/node_modules/next/dist/build/polyfills/fetch/index.js +0 -6
- package/dist/dashboard/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js +0 -7
- package/dist/dashboard/node_modules/next/dist/build/polyfills/object-assign.js +0 -6
- package/dist/dashboard/node_modules/next/dist/build/polyfills/object.assign/auto.js +0 -4
- package/dist/dashboard/node_modules/next/dist/build/polyfills/object.assign/implementation.js +0 -4
- package/dist/dashboard/node_modules/next/dist/build/polyfills/object.assign/polyfill.js +0 -6
- package/dist/dashboard/node_modules/next/dist/build/polyfills/object.assign/shim.js +0 -6
- package/dist/dashboard/node_modules/next/dist/build/polyfills/polyfill-nomodule.js +0 -1
- package/dist/dashboard/node_modules/next/dist/build/polyfills/process.js +0 -5
- package/dist/dashboard/node_modules/next/dist/build/swc/index.js +0 -975
- package/dist/dashboard/node_modules/next/dist/build/swc/options.js +0 -357
- package/dist/dashboard/node_modules/next/dist/build/utils.js +0 -1584
- package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/base.js +0 -58
- package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/index.js +0 -568
- package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/client.js +0 -47
- package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/file-resolve.js +0 -21
- package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/getCssModuleLocalIdent.js +0 -37
- package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/global.js +0 -62
- package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/index.js +0 -22
- package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/modules.js +0 -84
- package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/next-font.js +0 -62
- package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/messages.js +0 -45
- package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/plugins.js +0 -162
- package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/images/index.js +0 -42
- package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/images/messages.js +0 -16
- package/dist/dashboard/node_modules/next/dist/build/webpack/config/helpers.js +0 -78
- package/dist/dashboard/node_modules/next/dist/build/webpack/config/index.js +0 -46
- package/dist/dashboard/node_modules/next/dist/build/webpack/config/utils.js +0 -13
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/CssSyntaxError.js +0 -32
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/camelcase.js +0 -89
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js +0 -269
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/index.js +0 -36
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-icss-parser.js +0 -107
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-import-parser.js +0 -207
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-url-parser.js +0 -327
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js +0 -91
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/getUrl.js +0 -26
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/utils.js +0 -463
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/get-module-build-info.js +0 -15
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/codegen.js +0 -156
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/index.js +0 -27
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/interface.js +0 -17
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/loader.js +0 -410
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/minify.js +0 -90
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/utils.js +0 -58
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-css-loader.js +0 -52
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.js +0 -120
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js +0 -59
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js +0 -129
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Error.js +0 -40
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Warning.js +0 -35
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js +0 -117
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/utils.js +0 -89
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js +0 -100
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/file-protocol.js +0 -70
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/join-function.js +0 -186
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/postcss.js +0 -90
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/value-processor.js +0 -99
- package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/utils.js +0 -117
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/app-build-manifest-plugin.js +0 -66
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/build-manifest-plugin.js +0 -235
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/copy-file-plugin.js +0 -67
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.js +0 -277
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/css-minimizer-plugin.js +0 -90
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/define-env-plugin.js +0 -174
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/flight-client-entry-plugin.js +0 -694
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.js +0 -351
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/font-stylesheet-gathering-plugin.js +0 -224
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/jsconfig-paths-plugin.js +0 -219
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/memory-with-gc-cache-plugin.js +0 -114
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/middleware-plugin.js +0 -558
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/mini-css-extract-plugin.js +0 -25
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/next-drop-client-page-plugin.js +0 -85
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.js +0 -120
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/next-trace-entrypoints-plugin.js +0 -524
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/next-types-plugin/index.js +0 -556
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/next-types-plugin/shared.js +0 -14
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.js +0 -123
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/optional-peer-dependency-resolve-plugin.js +0 -45
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.js +0 -146
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/profiling-plugin.js +0 -284
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/react-loadable-plugin.js +0 -149
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.js +0 -58
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/telemetry-plugin.js +0 -173
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/terser-webpack-plugin/src/index.js +0 -273
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/getModuleTrace.js +0 -89
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/index.js +0 -43
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parse-dynamic-code-evaluation-error.js +0 -19
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseBabel.js +0 -29
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseCss.js +0 -29
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextAppLoaderError.js +0 -25
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextFontError.js +0 -33
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextInvalidImportError.js +0 -26
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNotFoundError.js +0 -150
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseRSC.js +0 -97
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseScss.js +0 -42
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/simpleWebpackError.js +0 -18
- package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/webpackModuleError.js +0 -143
- package/dist/dashboard/node_modules/next/dist/build/webpack/stringify-request.js +0 -15
- package/dist/dashboard/node_modules/next/dist/build/webpack/utils.js +0 -97
- package/dist/dashboard/node_modules/next/dist/build/webpack-config-rules/resolve.js +0 -58
- package/dist/dashboard/node_modules/next/dist/build/webpack-config.js +0 -2026
- package/dist/dashboard/node_modules/next/dist/client/add-base-path.js +0 -24
- package/dist/dashboard/node_modules/next/dist/client/add-locale.js +0 -28
- package/dist/dashboard/node_modules/next/dist/client/components/action-async-storage-instance.js +0 -20
- package/dist/dashboard/node_modules/next/dist/client/components/action-async-storage.external.js +0 -20
- package/dist/dashboard/node_modules/next/dist/client/components/app-router-headers.js +0 -77
- package/dist/dashboard/node_modules/next/dist/client/components/async-local-storage.js +0 -44
- package/dist/dashboard/node_modules/next/dist/client/components/bailout-to-client-rendering.js +0 -25
- package/dist/dashboard/node_modules/next/dist/client/components/dev-root-not-found-boundary.js +0 -50
- package/dist/dashboard/node_modules/next/dist/client/components/hooks-server-context.js +0 -44
- package/dist/dashboard/node_modules/next/dist/client/components/match-segments.js +0 -52
- package/dist/dashboard/node_modules/next/dist/client/components/navigation.js +0 -268
- package/dist/dashboard/node_modules/next/dist/client/components/navigation.react-server.js +0 -63
- package/dist/dashboard/node_modules/next/dist/client/components/noop-head.js +0 -21
- package/dist/dashboard/node_modules/next/dist/client/components/not-found-boundary.js +0 -107
- package/dist/dashboard/node_modules/next/dist/client/components/not-found-error.js +0 -96
- package/dist/dashboard/node_modules/next/dist/client/components/not-found.js +0 -43
- package/dist/dashboard/node_modules/next/dist/client/components/parallel-route-default.js +0 -35
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js +0 -120
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js +0 -19
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js +0 -30
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js +0 -86
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js +0 -29
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js +0 -29
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js +0 -29
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js +0 -47
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js +0 -30
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js +0 -178
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js +0 -32
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js +0 -30
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js +0 -62
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js +0 -62
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js +0 -19
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js +0 -2716
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js +0 -30
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js +0 -42
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js +0 -67
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js +0 -108
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js +0 -19
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js +0 -30
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js +0 -36
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js +0 -32
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js +0 -30
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js +0 -104
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js +0 -32
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js +0 -30
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js +0 -74
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js +0 -99
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js +0 -339
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js +0 -81
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js +0 -62
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js +0 -186
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js +0 -126
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js +0 -164
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js +0 -47
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getRawSourceMap.js +0 -44
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getSourceMapUrl.js +0 -33
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js +0 -36
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js +0 -77
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/launchEditor.js +0 -404
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/nodeStackFrames.js +0 -75
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js +0 -25
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js +0 -98
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js +0 -37
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js +0 -145
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js +0 -37
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js +0 -44
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js +0 -46
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js +0 -43
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js +0 -135
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js +0 -37
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js +0 -55
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js +0 -37
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/pages/ErrorBoundary.js +0 -56
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/pages/ReactDevOverlay.js +0 -82
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/pages/bus.js +0 -70
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/pages/client.js +0 -172
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/server/middleware-turbopack.js +0 -124
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/server/middleware.js +0 -263
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/server/shared.js +0 -103
- package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/shared.js +0 -187
- package/dist/dashboard/node_modules/next/dist/client/components/redirect-status-code.js +0 -24
- package/dist/dashboard/node_modules/next/dist/client/components/redirect.js +0 -115
- package/dist/dashboard/node_modules/next/dist/client/components/request-async-storage-instance.js +0 -20
- package/dist/dashboard/node_modules/next/dist/client/components/request-async-storage.external.js +0 -37
- package/dist/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js +0 -21
- package/dist/dashboard/node_modules/next/dist/client/components/static-generation-async-storage-instance.js +0 -20
- package/dist/dashboard/node_modules/next/dist/client/components/static-generation-async-storage.external.js +0 -20
- package/dist/dashboard/node_modules/next/dist/client/components/static-generation-bailout.js +0 -43
- package/dist/dashboard/node_modules/next/dist/client/detect-domain-locale.js +0 -26
- package/dist/dashboard/node_modules/next/dist/client/has-base-path.js +0 -23
- package/dist/dashboard/node_modules/next/dist/client/head-manager.js +0 -205
- package/dist/dashboard/node_modules/next/dist/client/normalize-trailing-slash.js +0 -36
- package/dist/dashboard/node_modules/next/dist/client/remove-base-path.js +0 -32
- package/dist/dashboard/node_modules/next/dist/client/remove-locale.js +0 -28
- package/dist/dashboard/node_modules/next/dist/client/request-idle-callback.js +0 -44
- package/dist/dashboard/node_modules/next/dist/client/resolve-href.js +0 -79
- package/dist/dashboard/node_modules/next/dist/client/route-loader.js +0 -319
- package/dist/dashboard/node_modules/next/dist/client/router.js +0 -189
- package/dist/dashboard/node_modules/next/dist/client/script.js +0 -357
- package/dist/dashboard/node_modules/next/dist/client/trusted-types.js +0 -40
- package/dist/dashboard/node_modules/next/dist/client/with-router.js +0 -37
- package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +0 -336
- package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/cookies/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js +0 -46
- package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/ponyfill/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/blob.js.text.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/crypto.js.text.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/fetch.js.text.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js +0 -5
- package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js +0 -251
- package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/structured-clone.js.text.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@hapi/accept/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@hapi/accept/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@napi-rs/triples/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@napi-rs/triples/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/constants.js +0 -10
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/fontkit/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/format-available-values.js +0 -9
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/fetch-css-from-google-fonts.js +0 -65
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/fetch-font-file.js +0 -39
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/find-font-files-in-css.js +0 -35
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/font-data.json +0 -14483
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/get-fallback-font-override-metrics.js +0 -53
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/get-font-axes.js +0 -67
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/get-google-fonts-url.js +0 -56
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/get-proxy-agent.js +0 -24
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/google-fonts-metadata.js +0 -8
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/loader.js +0 -165
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/retry.js +0 -19
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/sort-fonts-variant-values.js +0 -27
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/validate-google-font-function-call.js +0 -97
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/local/get-fallback-metrics-from-font-file.js +0 -86
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/local/loader.js +0 -75
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/local/pick-font-file-for-fallback-generation.js +0 -86
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/local/validate-local-font-function-call.js +0 -73
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/next-font-error.js +0 -12
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/google/loader.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/local/loader.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@next/font/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/ReactRefreshWebpackPlugin.js +0 -130
- package/dist/dashboard/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/ReactRefreshModule.runtime.js +0 -69
- package/dist/dashboard/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js +0 -170
- package/dist/dashboard/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/loader.js +0 -21
- package/dist/dashboard/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js +0 -27
- package/dist/dashboard/node_modules/next/dist/compiled/@opentelemetry/api/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@opentelemetry/api/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/@vercel/nft/LICENSE +0 -7
- package/dist/dashboard/node_modules/next/dist/compiled/@vercel/nft/index.js +0 -24
- package/dist/dashboard/node_modules/next/dist/compiled/@vercel/nft/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/acorn/acorn.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/acorn/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/amphtml-validator/index.js +0 -17
- package/dist/dashboard/node_modules/next/dist/compiled/amphtml-validator/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/anser/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/anser/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/assert/assert.js +0 -7
- package/dist/dashboard/node_modules/next/dist/compiled/assert/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/async-retry/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/async-retry/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/async-sema/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/async-sema/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/babel/bundle.js +0 -1871
- package/dist/dashboard/node_modules/next/dist/compiled/babel/code-frame.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/babel/core-lib-block-hoist-plugin.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/babel/core-lib-config.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/babel/core-lib-normalize-file.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/babel/core-lib-normalize-opts.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/babel/core-lib-plugin-pass.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/babel/core.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/babel/generator.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/babel/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/babel/parser.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/babel/plugin-transform-define.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/babel/plugin-transform-modules-commonjs.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/babel/traverse.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/babel/types.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/babel-packages/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/babel-packages/packages-bundle.js +0 -399
- package/dist/dashboard/node_modules/next/dist/compiled/browserify-zlib/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/browserify-zlib/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/browserslist/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/browserslist/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/buffer/index.js +0 -9
- package/dist/dashboard/node_modules/next/dist/compiled/buffer/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/bytes/index.js +0 -8
- package/dist/dashboard/node_modules/next/dist/compiled/bytes/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/ci-info/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/ci-info/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/commander/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/commander/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/comment-json/index.js +0 -7
- package/dist/dashboard/node_modules/next/dist/compiled/comment-json/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/compression/index.js +0 -51
- package/dist/dashboard/node_modules/next/dist/compiled/compression/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/conf/index.js +0 -15
- package/dist/dashboard/node_modules/next/dist/compiled/conf/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/constants-browserify/constants.json +0 -209
- package/dist/dashboard/node_modules/next/dist/compiled/constants-browserify/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/content-disposition/index.js +0 -6
- package/dist/dashboard/node_modules/next/dist/compiled/content-disposition/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/cookie/index.js +0 -7
- package/dist/dashboard/node_modules/next/dist/compiled/cookie/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/cross-spawn/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/cross-spawn/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/crypto-browserify/index.js +0 -3
- package/dist/dashboard/node_modules/next/dist/compiled/crypto-browserify/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/css.escape/css.escape.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/css.escape/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/cssnano-simple/index.js +0 -190
- package/dist/dashboard/node_modules/next/dist/compiled/data-uri-to-buffer/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/data-uri-to-buffer/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/debug/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/debug/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/devalue/devalue.umd.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/devalue/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/domain-browser/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/domain-browser/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/edge-runtime/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/edge-runtime/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/events/events.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/events/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/find-up/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/find-up/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/fresh/index.js +0 -8
- package/dist/dashboard/node_modules/next/dist/compiled/fresh/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/get-orientation/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/get-orientation/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/glob/glob.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/glob/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/gzip-size/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/gzip-size/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/http-proxy/index.js +0 -34
- package/dist/dashboard/node_modules/next/dist/compiled/http-proxy/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/http-proxy-agent/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/http-proxy-agent/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/https-browserify/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/https-browserify/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/https-proxy-agent/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/https-proxy-agent/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/icss-utils/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/icss-utils/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/ignore-loader/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/ignore-loader/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/image-size/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/image-size/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/is-animated/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/is-animated/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/is-docker/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/is-docker/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/is-wsl/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/is-wsl/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/jest-worker/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/jest-worker/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/jest-worker/processChild.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/jest-worker/threadChild.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/json5/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/json5/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/jsonwebtoken/index.js +0 -11
- package/dist/dashboard/node_modules/next/dist/compiled/jsonwebtoken/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/loader-utils2/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/loader-utils2/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/loader-utils3/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/loader-utils3/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/lodash.curry/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/lodash.curry/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/lru-cache/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/lru-cache/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/mini-css-extract-plugin/cjs.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/mini-css-extract-plugin/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/mini-css-extract-plugin/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/nanoid/index.cjs +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/nanoid/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/native-url/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/native-url/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/neo-async/async.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/neo-async/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js +0 -21
- package/dist/dashboard/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +0 -21
- package/dist/dashboard/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +0 -21
- package/dist/dashboard/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js +0 -21
- package/dist/dashboard/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js +0 -7
- package/dist/dashboard/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +0 -32
- package/dist/dashboard/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js +0 -32
- package/dist/dashboard/node_modules/next/dist/compiled/node-fetch/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/node-fetch/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/node-html-parser/index.js +0 -2
- package/dist/dashboard/node_modules/next/dist/compiled/node-html-parser/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/os-browserify/browser.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/os-browserify/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/p-limit/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/p-limit/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/path-browserify/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/path-browserify/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/path-to-regexp/index.js +0 -406
- package/dist/dashboard/node_modules/next/dist/compiled/picomatch/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/picomatch/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/platform/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/platform/platform.js +0 -7
- package/dist/dashboard/node_modules/next/dist/compiled/postcss-flexbugs-fixes/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/postcss-flexbugs-fixes/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/postcss-modules-extract-imports/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/postcss-modules-extract-imports/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/postcss-modules-local-by-default/index.js +0 -2
- package/dist/dashboard/node_modules/next/dist/compiled/postcss-modules-local-by-default/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/postcss-modules-scope/index.js +0 -2
- package/dist/dashboard/node_modules/next/dist/compiled/postcss-modules-scope/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/postcss-modules-values/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/postcss-modules-values/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/postcss-plugin-stub-for-cssnano-simple/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/postcss-preset-env/index.cjs +0 -94
- package/dist/dashboard/node_modules/next/dist/compiled/postcss-preset-env/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/postcss-scss/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/postcss-scss/scss-syntax.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/postcss-value-parser/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/postcss-value-parser/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/process/browser.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/process/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/punycode/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/punycode/punycode.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/querystring-es3/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/querystring-es3/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js +0 -221
- package/dist/dashboard/node_modules/next/dist/compiled/react-is/cjs/react-is.production.min.js +0 -14
- package/dist/dashboard/node_modules/next/dist/compiled/react-is/index.js +0 -7
- package/dist/dashboard/node_modules/next/dist/compiled/react-is/package.json +0 -26
- package/dist/dashboard/node_modules/next/dist/compiled/react-refresh/babel.js +0 -7
- package/dist/dashboard/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-babel.development.js +0 -842
- package/dist/dashboard/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-babel.production.min.js +0 -24
- package/dist/dashboard/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js +0 -658
- package/dist/dashboard/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.production.min.js +0 -10
- package/dist/dashboard/node_modules/next/dist/compiled/react-refresh/package.json +0 -39
- package/dist/dashboard/node_modules/next/dist/compiled/react-refresh/runtime.js +0 -7
- package/dist/dashboard/node_modules/next/dist/compiled/regenerator-runtime/package.json +0 -19
- package/dist/dashboard/node_modules/next/dist/compiled/regenerator-runtime/runtime.js +0 -729
- package/dist/dashboard/node_modules/next/dist/compiled/sass-loader/cjs.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/sass-loader/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/schema-utils3/index.js +0 -3
- package/dist/dashboard/node_modules/next/dist/compiled/schema-utils3/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/semver/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/semver/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/send/index.js +0 -85
- package/dist/dashboard/node_modules/next/dist/compiled/send/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/setimmediate/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/setimmediate/setImmediate.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/shell-quote/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/shell-quote/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/source-map/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/source-map/source-map.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/source-map08/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/source-map08/source-map.js +0 -3002
- package/dist/dashboard/node_modules/next/dist/compiled/stacktrace-parser/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/stream-browserify/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/stream-browserify/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/stream-http/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/stream-http/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/string-hash/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/string-hash/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/string_decoder/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/string_decoder/string_decoder.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/strip-ansi/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/strip-ansi/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/superstruct/index.cjs +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/superstruct/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/tar/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/tar/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/text-table/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/text-table/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/timers-browserify/main.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/timers-browserify/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/tty-browserify/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/tty-browserify/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/unistore/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/unistore/unistore.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/util/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/util/util.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/vm-browserify/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/vm-browserify/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/watchpack/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/watchpack/watchpack.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/webpack/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/webpack/webpack.js +0 -26
- package/dist/dashboard/node_modules/next/dist/compiled/webpack-sources3/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/webpack-sources3/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/ws/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/ws/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/zod/index.js +0 -1
- package/dist/dashboard/node_modules/next/dist/compiled/zod/package.json +0 -1
- package/dist/dashboard/node_modules/next/dist/experimental/testmode/context.js +0 -57
- package/dist/dashboard/node_modules/next/dist/experimental/testmode/fetch.js +0 -133
- package/dist/dashboard/node_modules/next/dist/experimental/testmode/httpget.js +0 -26
- package/dist/dashboard/node_modules/next/dist/experimental/testmode/server.js +0 -62
- package/dist/dashboard/node_modules/next/dist/export/helpers/is-dynamic-usage-error.js +0 -16
- package/dist/dashboard/node_modules/next/dist/export/helpers/is-navigation-signal-error.js +0 -15
- package/dist/dashboard/node_modules/next/dist/export/utils.js +0 -24
- package/dist/dashboard/node_modules/next/dist/lib/batcher.js +0 -59
- package/dist/dashboard/node_modules/next/dist/lib/build-custom-route.js +0 -39
- package/dist/dashboard/node_modules/next/dist/lib/client-reference.js +0 -16
- package/dist/dashboard/node_modules/next/dist/lib/coalesced-function.js +0 -39
- package/dist/dashboard/node_modules/next/dist/lib/compile-error.js +0 -14
- package/dist/dashboard/node_modules/next/dist/lib/constants.js +0 -334
- package/dist/dashboard/node_modules/next/dist/lib/create-client-router-filter.js +0 -67
- package/dist/dashboard/node_modules/next/dist/lib/detached-promise.js +0 -32
- package/dist/dashboard/node_modules/next/dist/lib/detect-typo.js +0 -51
- package/dist/dashboard/node_modules/next/dist/lib/download-swc.js +0 -171
- package/dist/dashboard/node_modules/next/dist/lib/fatal-error.js +0 -14
- package/dist/dashboard/node_modules/next/dist/lib/file-exists.js +0 -53
- package/dist/dashboard/node_modules/next/dist/lib/find-config.js +0 -102
- package/dist/dashboard/node_modules/next/dist/lib/find-pages-dir.js +0 -50
- package/dist/dashboard/node_modules/next/dist/lib/find-root.js +0 -45
- package/dist/dashboard/node_modules/next/dist/lib/format-dynamic-import-path.js +0 -24
- package/dist/dashboard/node_modules/next/dist/lib/format-server-error.js +0 -74
- package/dist/dashboard/node_modules/next/dist/lib/fs/rename.js +0 -128
- package/dist/dashboard/node_modules/next/dist/lib/fs/write-atomic.js +0 -28
- package/dist/dashboard/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +0 -88
- package/dist/dashboard/node_modules/next/dist/lib/get-project-dir.js +0 -51
- package/dist/dashboard/node_modules/next/dist/lib/has-necessary-dependencies.js +0 -46
- package/dist/dashboard/node_modules/next/dist/lib/helpers/get-cache-directory.js +0 -62
- package/dist/dashboard/node_modules/next/dist/lib/helpers/get-online.js +0 -50
- package/dist/dashboard/node_modules/next/dist/lib/helpers/get-pkg-manager.js +0 -63
- package/dist/dashboard/node_modules/next/dist/lib/helpers/get-registry.js +0 -32
- package/dist/dashboard/node_modules/next/dist/lib/helpers/install.js +0 -105
- package/dist/dashboard/node_modules/next/dist/lib/install-dependencies.js +0 -40
- package/dist/dashboard/node_modules/next/dist/lib/interop-default.js +0 -15
- package/dist/dashboard/node_modules/next/dist/lib/is-api-route.js +0 -15
- package/dist/dashboard/node_modules/next/dist/lib/is-app-page-route.js +0 -15
- package/dist/dashboard/node_modules/next/dist/lib/is-app-route-route.js +0 -15
- package/dist/dashboard/node_modules/next/dist/lib/is-edge-runtime.js +0 -16
- package/dist/dashboard/node_modules/next/dist/lib/is-error.js +0 -44
- package/dist/dashboard/node_modules/next/dist/lib/is-internal-component.js +0 -36
- package/dist/dashboard/node_modules/next/dist/lib/is-serializable-props.js +0 -82
- package/dist/dashboard/node_modules/next/dist/lib/known-edge-safe-packages.json +0 -1
- package/dist/dashboard/node_modules/next/dist/lib/load-custom-routes.js +0 -504
- package/dist/dashboard/node_modules/next/dist/lib/metadata/clone-metadata.js +0 -33
- package/dist/dashboard/node_modules/next/dist/lib/metadata/constants.js +0 -40
- package/dist/dashboard/node_modules/next/dist/lib/metadata/default-metadata.js +0 -77
- package/dist/dashboard/node_modules/next/dist/lib/metadata/generate/alternate.js +0 -55
- package/dist/dashboard/node_modules/next/dist/lib/metadata/generate/basic.js +0 -281
- package/dist/dashboard/node_modules/next/dist/lib/metadata/generate/icons.js +0 -66
- package/dist/dashboard/node_modules/next/dist/lib/metadata/generate/meta.js +0 -123
- package/dist/dashboard/node_modules/next/dist/lib/metadata/generate/opengraph.js +0 -474
- package/dist/dashboard/node_modules/next/dist/lib/metadata/generate/utils.js +0 -38
- package/dist/dashboard/node_modules/next/dist/lib/metadata/get-metadata-route.js +0 -85
- package/dist/dashboard/node_modules/next/dist/lib/metadata/is-metadata-route.js +0 -115
- package/dist/dashboard/node_modules/next/dist/lib/metadata/metadata.js +0 -163
- package/dist/dashboard/node_modules/next/dist/lib/metadata/resolve-metadata.js +0 -629
- package/dist/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js +0 -218
- package/dist/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js +0 -56
- package/dist/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js +0 -178
- package/dist/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js +0 -40
- package/dist/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js +0 -136
- package/dist/dashboard/node_modules/next/dist/lib/needs-experimental-react.js +0 -16
- package/dist/dashboard/node_modules/next/dist/lib/non-nullable.js +0 -15
- package/dist/dashboard/node_modules/next/dist/lib/oxford-comma-list.js +0 -15
- package/dist/dashboard/node_modules/next/dist/lib/page-types.js +0 -18
- package/dist/dashboard/node_modules/next/dist/lib/patch-incorrect-lockfile.js +0 -181
- package/dist/dashboard/node_modules/next/dist/lib/pick.js +0 -19
- package/dist/dashboard/node_modules/next/dist/lib/picocolors.js +0 -177
- package/dist/dashboard/node_modules/next/dist/lib/pretty-bytes.js +0 -70
- package/dist/dashboard/node_modules/next/dist/lib/realpath.js +0 -20
- package/dist/dashboard/node_modules/next/dist/lib/recursive-delete.js +0 -75
- package/dist/dashboard/node_modules/next/dist/lib/recursive-readdir.js +0 -124
- package/dist/dashboard/node_modules/next/dist/lib/redirect-status.js +0 -46
- package/dist/dashboard/node_modules/next/dist/lib/resolve-from.js +0 -55
- package/dist/dashboard/node_modules/next/dist/lib/scheduler.js +0 -49
- package/dist/dashboard/node_modules/next/dist/lib/semver-noop.js +0 -18
- package/dist/dashboard/node_modules/next/dist/lib/server-external-packages.json +0 -53
- package/dist/dashboard/node_modules/next/dist/lib/try-to-parse-path.js +0 -50
- package/dist/dashboard/node_modules/next/dist/lib/turbopack-warning.js +0 -205
- package/dist/dashboard/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +0 -258
- package/dist/dashboard/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +0 -61
- package/dist/dashboard/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js +0 -52
- package/dist/dashboard/node_modules/next/dist/lib/typescript/missingDependencyError.js +0 -23
- package/dist/dashboard/node_modules/next/dist/lib/typescript/runTypeCheck.js +0 -95
- package/dist/dashboard/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +0 -62
- package/dist/dashboard/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +0 -296
- package/dist/dashboard/node_modules/next/dist/lib/url.js +0 -45
- package/dist/dashboard/node_modules/next/dist/lib/verify-partytown-setup.js +0 -110
- package/dist/dashboard/node_modules/next/dist/lib/verify-typescript-setup.js +0 -165
- package/dist/dashboard/node_modules/next/dist/lib/wait.js +0 -19
- package/dist/dashboard/node_modules/next/dist/lib/with-promise-cache.js +0 -24
- package/dist/dashboard/node_modules/next/dist/pages/_app.js +0 -42
- package/dist/dashboard/node_modules/next/dist/pages/_document.js +0 -851
- package/dist/dashboard/node_modules/next/dist/server/accept-header.js +0 -120
- package/dist/dashboard/node_modules/next/dist/server/api-utils/get-cookie-parser.js +0 -22
- package/dist/dashboard/node_modules/next/dist/server/api-utils/index.js +0 -198
- package/dist/dashboard/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js +0 -86
- package/dist/dashboard/node_modules/next/dist/server/app-render/action-handler.js +0 -730
- package/dist/dashboard/node_modules/next/dist/server/app-render/action-utils.js +0 -65
- package/dist/dashboard/node_modules/next/dist/server/app-render/app-render.js +0 -1034
- package/dist/dashboard/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +0 -53
- package/dist/dashboard/node_modules/next/dist/server/app-render/create-component-tree.js +0 -455
- package/dist/dashboard/node_modules/next/dist/server/app-render/create-error-handler.js +0 -99
- package/dist/dashboard/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +0 -50
- package/dist/dashboard/node_modules/next/dist/server/app-render/csrf-protection.js +0 -90
- package/dist/dashboard/node_modules/next/dist/server/app-render/dynamic-rendering.js +0 -195
- package/dist/dashboard/node_modules/next/dist/server/app-render/encryption-utils.js +0 -174
- package/dist/dashboard/node_modules/next/dist/server/app-render/flight-render-result.js +0 -28
- package/dist/dashboard/node_modules/next/dist/server/app-render/get-asset-query-string.js +0 -28
- package/dist/dashboard/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +0 -48
- package/dist/dashboard/node_modules/next/dist/server/app-render/get-layer-assets.js +0 -85
- package/dist/dashboard/node_modules/next/dist/server/app-render/get-preloadable-fonts.js +0 -39
- package/dist/dashboard/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +0 -40
- package/dist/dashboard/node_modules/next/dist/server/app-render/get-segment-param.js +0 -42
- package/dist/dashboard/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js +0 -38
- package/dist/dashboard/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js +0 -19
- package/dist/dashboard/node_modules/next/dist/server/app-render/interop-default.js +0 -17
- package/dist/dashboard/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js +0 -83
- package/dist/dashboard/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js +0 -37
- package/dist/dashboard/node_modules/next/dist/server/app-render/parse-loader-tree.js +0 -29
- package/dist/dashboard/node_modules/next/dist/server/app-render/react-server.node.js +0 -35
- package/dist/dashboard/node_modules/next/dist/server/app-render/required-scripts.js +0 -71
- package/dist/dashboard/node_modules/next/dist/server/app-render/server-inserted-html.js +0 -41
- package/dist/dashboard/node_modules/next/dist/server/app-render/static/static-renderer.js +0 -165
- package/dist/dashboard/node_modules/next/dist/server/app-render/strip-flight-headers.js +0 -18
- package/dist/dashboard/node_modules/next/dist/server/app-render/types.js +0 -43
- package/dist/dashboard/node_modules/next/dist/server/app-render/use-flight-response.js +0 -126
- package/dist/dashboard/node_modules/next/dist/server/app-render/validate-url.js +0 -29
- package/dist/dashboard/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +0 -150
- package/dist/dashboard/node_modules/next/dist/server/async-storage/draft-mode-provider.js +0 -53
- package/dist/dashboard/node_modules/next/dist/server/async-storage/request-async-storage-wrapper.js +0 -109
- package/dist/dashboard/node_modules/next/dist/server/async-storage/static-generation-async-storage-wrapper.js +0 -53
- package/dist/dashboard/node_modules/next/dist/server/base-http/index.js +0 -54
- package/dist/dashboard/node_modules/next/dist/server/base-http/node.js +0 -119
- package/dist/dashboard/node_modules/next/dist/server/base-server.js +0 -2253
- package/dist/dashboard/node_modules/next/dist/server/body-streams.js +0 -90
- package/dist/dashboard/node_modules/next/dist/server/capsize-font-metrics.json +0 -30312
- package/dist/dashboard/node_modules/next/dist/server/client-component-renderer-logger.js +0 -69
- package/dist/dashboard/node_modules/next/dist/server/config-schema.js +0 -483
- package/dist/dashboard/node_modules/next/dist/server/config-shared.js +0 -165
- package/dist/dashboard/node_modules/next/dist/server/config-utils.js +0 -189
- package/dist/dashboard/node_modules/next/dist/server/config.js +0 -825
- package/dist/dashboard/node_modules/next/dist/server/crypto-utils.js +0 -70
- package/dist/dashboard/node_modules/next/dist/server/dev/hot-middleware.js +0 -215
- package/dist/dashboard/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +0 -748
- package/dist/dashboard/node_modules/next/dist/server/dev/hot-reloader-types.js +0 -29
- package/dist/dashboard/node_modules/next/dist/server/dev/hot-reloader-webpack.js +0 -1192
- package/dist/dashboard/node_modules/next/dist/server/dev/log-app-dir-error.js +0 -80
- package/dist/dashboard/node_modules/next/dist/server/dev/messages.js +0 -13
- package/dist/dashboard/node_modules/next/dist/server/dev/next-dev-server.js +0 -601
- package/dist/dashboard/node_modules/next/dist/server/dev/on-demand-entry-handler.js +0 -663
- package/dist/dashboard/node_modules/next/dist/server/dev/parse-version-info.js +0 -108
- package/dist/dashboard/node_modules/next/dist/server/dev/static-paths-worker.js +0 -72
- package/dist/dashboard/node_modules/next/dist/server/dev/turbopack/entry-key.js +0 -39
- package/dist/dashboard/node_modules/next/dist/server/dev/turbopack/manifest-loader.js +0 -327
- package/dist/dashboard/node_modules/next/dist/server/dev/turbopack-utils.js +0 -713
- package/dist/dashboard/node_modules/next/dist/server/font-utils.js +0 -205
- package/dist/dashboard/node_modules/next/dist/server/future/helpers/i18n-provider.js +0 -146
- package/dist/dashboard/node_modules/next/dist/server/future/helpers/interception-routes.js +0 -89
- package/dist/dashboard/node_modules/next/dist/server/future/helpers/module-loader/node-module-loader.js +0 -21
- package/dist/dashboard/node_modules/next/dist/server/future/helpers/module-loader/route-module-loader.js +0 -22
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/absolute-filename-normalizer.js +0 -33
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/app/app-bundle-path-normalizer.js +0 -48
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/app/app-filename-normalizer.js +0 -22
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/app/app-page-normalizer.js +0 -19
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/app/app-pathname-normalizer.js +0 -55
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/app/index.js +0 -42
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/pages/index.js +0 -44
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/pages/pages-bundle-path-normalizer.js +0 -55
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/pages/pages-filename-normalizer.js +0 -22
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/pages/pages-page-normalizer.js +0 -19
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/pages/pages-pathname-normalizer.js +0 -19
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/locale-route-normalizer.js +0 -26
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/normalizers.js +0 -23
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/prefixing-normalizer.js +0 -26
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/request/action.js +0 -19
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/request/base-path.js +0 -21
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/request/next-data.js +0 -34
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/request/postponed.js +0 -27
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/request/prefetch-rsc.js +0 -19
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/request/prefix.js +0 -35
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/request/rsc.js +0 -19
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/request/suffix.js +0 -27
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/underscore-normalizer.js +0 -17
- package/dist/dashboard/node_modules/next/dist/server/future/normalizers/wrap-normalizer-fn.js +0 -17
- package/dist/dashboard/node_modules/next/dist/server/future/route-definitions/app-page-route-definition.js +0 -16
- package/dist/dashboard/node_modules/next/dist/server/future/route-kind.js +0 -29
- package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-managers/default-route-matcher-manager.js +0 -227
- package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-managers/dev-route-matcher-manager.js +0 -126
- package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/app-page-route-matcher-provider.js +0 -55
- package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/app-route-route-matcher-provider.js +0 -43
- package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +0 -78
- package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +0 -43
- package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +0 -80
- package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +0 -80
- package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/dev/file-cache-route-matcher-provider.js +0 -28
- package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +0 -106
- package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +0 -43
- package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/helpers/cached-route-matcher-provider.js +0 -30
- package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +0 -34
- package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +0 -20
- package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/manifest-route-matcher-provider.js +0 -21
- package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/pages-api-route-matcher-provider.js +0 -56
- package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/pages-route-matcher-provider.js +0 -65
- package/dist/dashboard/node_modules/next/dist/server/future/route-matchers/app-page-route-matcher.js +0 -18
- package/dist/dashboard/node_modules/next/dist/server/future/route-matchers/app-route-route-matcher.js +0 -15
- package/dist/dashboard/node_modules/next/dist/server/future/route-matchers/locale-route-matcher.js +0 -68
- package/dist/dashboard/node_modules/next/dist/server/future/route-matchers/pages-api-route-matcher.js +0 -30
- package/dist/dashboard/node_modules/next/dist/server/future/route-matchers/pages-route-matcher.js +0 -30
- package/dist/dashboard/node_modules/next/dist/server/future/route-matchers/route-matcher.js +0 -54
- package/dist/dashboard/node_modules/next/dist/server/future/route-matches/pages-api-route-match.js +0 -16
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js +0 -24
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/module.js +0 -94
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/module.render.js +0 -20
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/amp-context.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/app-router-context.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.js +0 -107
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/head-manager-context.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/hooks-client-context.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/html-context.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/image-config-context.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/loadable-context.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/loadable.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/router-context.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/server-inserted-html.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/entrypoints.js +0 -136
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/entrypoints.js +0 -115
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/checks.js +0 -45
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/helpers/response-handlers.js +0 -67
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/builtin/_error.js +0 -78
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/module.compiled.js +0 -14
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/module.js +0 -92
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/module.render.js +0 -20
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/app-router-context.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.js +0 -107
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/hooks-client-context.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/html-context.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/image-config-context.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/loadable-context.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/loadable.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/router-context.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/server-inserted-html.js +0 -4
- package/dist/dashboard/node_modules/next/dist/server/future/route-modules/route-module.js +0 -18
- package/dist/dashboard/node_modules/next/dist/server/get-app-route-from-entrypoint.js +0 -30
- package/dist/dashboard/node_modules/next/dist/server/get-route-from-entrypoint.js +0 -35
- package/dist/dashboard/node_modules/next/dist/server/htmlescape.js +0 -37
- package/dist/dashboard/node_modules/next/dist/server/image-optimizer.js +0 -914
- package/dist/dashboard/node_modules/next/dist/server/internal-utils.js +0 -54
- package/dist/dashboard/node_modules/next/dist/server/lib/app-dir-module.js +0 -54
- package/dist/dashboard/node_modules/next/dist/server/lib/app-info-log.js +0 -113
- package/dist/dashboard/node_modules/next/dist/server/lib/builtin-request-context.js +0 -38
- package/dist/dashboard/node_modules/next/dist/server/lib/clone-response.js +0 -54
- package/dist/dashboard/node_modules/next/dist/server/lib/dedupe-fetch.js +0 -157
- package/dist/dashboard/node_modules/next/dist/server/lib/dev-bundler-service.js +0 -55
- package/dist/dashboard/node_modules/next/dist/server/lib/etag.js +0 -56
- package/dist/dashboard/node_modules/next/dist/server/lib/find-page-file.js +0 -111
- package/dist/dashboard/node_modules/next/dist/server/lib/format-hostname.js +0 -16
- package/dist/dashboard/node_modules/next/dist/server/lib/incremental-cache/fetch-cache.js +0 -320
- package/dist/dashboard/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +0 -322
- package/dist/dashboard/node_modules/next/dist/server/lib/incremental-cache/index.js +0 -407
- package/dist/dashboard/node_modules/next/dist/server/lib/incremental-cache/shared-revalidate-timings.js +0 -57
- package/dist/dashboard/node_modules/next/dist/server/lib/is-ipv6.js +0 -41
- package/dist/dashboard/node_modules/next/dist/server/lib/match-next-data-pathname.js +0 -18
- package/dist/dashboard/node_modules/next/dist/server/lib/mock-request.js +0 -329
- package/dist/dashboard/node_modules/next/dist/server/lib/node-fs-methods.js +0 -28
- package/dist/dashboard/node_modules/next/dist/server/lib/patch-fetch.js +0 -653
- package/dist/dashboard/node_modules/next/dist/server/lib/render-server.js +0 -114
- package/dist/dashboard/node_modules/next/dist/server/lib/revalidate.js +0 -22
- package/dist/dashboard/node_modules/next/dist/server/lib/router-server.js +0 -502
- package/dist/dashboard/node_modules/next/dist/server/lib/router-utils/block-cross-site.js +0 -76
- package/dist/dashboard/node_modules/next/dist/server/lib/router-utils/build-data-route.js +0 -44
- package/dist/dashboard/node_modules/next/dist/server/lib/router-utils/filesystem.js +0 -536
- package/dist/dashboard/node_modules/next/dist/server/lib/router-utils/is-postpone.js +0 -16
- package/dist/dashboard/node_modules/next/dist/server/lib/router-utils/proxy-request.js +0 -110
- package/dist/dashboard/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +0 -567
- package/dist/dashboard/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.js +0 -830
- package/dist/dashboard/node_modules/next/dist/server/lib/server-action-request-meta.js +0 -53
- package/dist/dashboard/node_modules/next/dist/server/lib/server-ipc/invoke-request.js +0 -33
- package/dist/dashboard/node_modules/next/dist/server/lib/server-ipc/request-utils.js +0 -60
- package/dist/dashboard/node_modules/next/dist/server/lib/server-ipc/utils.js +0 -80
- package/dist/dashboard/node_modules/next/dist/server/lib/squoosh/main.js +0 -136
- package/dist/dashboard/node_modules/next/dist/server/lib/start-server.js +0 -325
- package/dist/dashboard/node_modules/next/dist/server/lib/to-route.js +0 -37
- package/dist/dashboard/node_modules/next/dist/server/lib/trace/constants.js +0 -202
- package/dist/dashboard/node_modules/next/dist/server/lib/trace/tracer.js +0 -214
- package/dist/dashboard/node_modules/next/dist/server/lib/utils.js +0 -87
- package/dist/dashboard/node_modules/next/dist/server/load-components.js +0 -128
- package/dist/dashboard/node_modules/next/dist/server/load-default-error-components.js +0 -39
- package/dist/dashboard/node_modules/next/dist/server/load-manifest.js +0 -70
- package/dist/dashboard/node_modules/next/dist/server/match-bundle.js +0 -25
- package/dist/dashboard/node_modules/next/dist/server/next-server.js +0 -1277
- package/dist/dashboard/node_modules/next/dist/server/next-typescript.js +0 -13
- package/dist/dashboard/node_modules/next/dist/server/next.js +0 -335
- package/dist/dashboard/node_modules/next/dist/server/node-environment.js +0 -17
- package/dist/dashboard/node_modules/next/dist/server/node-polyfill-crypto.js +0 -20
- package/dist/dashboard/node_modules/next/dist/server/optimize-amp.js +0 -22
- package/dist/dashboard/node_modules/next/dist/server/pipe-readable.js +0 -132
- package/dist/dashboard/node_modules/next/dist/server/post-process.js +0 -175
- package/dist/dashboard/node_modules/next/dist/server/render-result.js +0 -147
- package/dist/dashboard/node_modules/next/dist/server/render.js +0 -1028
- package/dist/dashboard/node_modules/next/dist/server/request-meta.js +0 -78
- package/dist/dashboard/node_modules/next/dist/server/require-hook.js +0 -68
- package/dist/dashboard/node_modules/next/dist/server/require.js +0 -121
- package/dist/dashboard/node_modules/next/dist/server/response-cache/index.js +0 -149
- package/dist/dashboard/node_modules/next/dist/server/response-cache/types.js +0 -6
- package/dist/dashboard/node_modules/next/dist/server/response-cache/utils.js +0 -64
- package/dist/dashboard/node_modules/next/dist/server/send-payload.js +0 -123
- package/dist/dashboard/node_modules/next/dist/server/send-response.js +0 -51
- package/dist/dashboard/node_modules/next/dist/server/serve-static.js +0 -62
- package/dist/dashboard/node_modules/next/dist/server/server-route-utils.js +0 -30
- package/dist/dashboard/node_modules/next/dist/server/server-utils.js +0 -306
- package/dist/dashboard/node_modules/next/dist/server/setup-http-agent-env.js +0 -27
- package/dist/dashboard/node_modules/next/dist/server/stream-utils/encodedTags.js +0 -82
- package/dist/dashboard/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +0 -484
- package/dist/dashboard/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +0 -69
- package/dist/dashboard/node_modules/next/dist/server/typescript/constant.js +0 -96
- package/dist/dashboard/node_modules/next/dist/server/typescript/index.js +0 -204
- package/dist/dashboard/node_modules/next/dist/server/typescript/rules/client-boundary.js +0 -68
- package/dist/dashboard/node_modules/next/dist/server/typescript/rules/config.js +0 -388
- package/dist/dashboard/node_modules/next/dist/server/typescript/rules/entry.js +0 -149
- package/dist/dashboard/node_modules/next/dist/server/typescript/rules/error.js +0 -38
- package/dist/dashboard/node_modules/next/dist/server/typescript/rules/metadata.js +0 -389
- package/dist/dashboard/node_modules/next/dist/server/typescript/rules/server-boundary.js +0 -112
- package/dist/dashboard/node_modules/next/dist/server/typescript/rules/server.js +0 -79
- package/dist/dashboard/node_modules/next/dist/server/typescript/utils.js +0 -194
- package/dist/dashboard/node_modules/next/dist/server/utils.js +0 -87
- package/dist/dashboard/node_modules/next/dist/server/web/error.js +0 -54
- package/dist/dashboard/node_modules/next/dist/server/web/http.js +0 -39
- package/dist/dashboard/node_modules/next/dist/server/web/next-url.js +0 -191
- package/dist/dashboard/node_modules/next/dist/server/web/sandbox/context.js +0 -416
- package/dist/dashboard/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js +0 -35
- package/dist/dashboard/node_modules/next/dist/server/web/sandbox/index.js +0 -28
- package/dist/dashboard/node_modules/next/dist/server/web/sandbox/resource-managers.js +0 -62
- package/dist/dashboard/node_modules/next/dist/server/web/sandbox/sandbox.js +0 -115
- package/dist/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +0 -192
- package/dist/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +0 -134
- package/dist/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +0 -30
- package/dist/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +0 -150
- package/dist/dashboard/node_modules/next/dist/server/web/spec-extension/cookies.js +0 -29
- package/dist/dashboard/node_modules/next/dist/server/web/spec-extension/request.js +0 -100
- package/dist/dashboard/node_modules/next/dist/server/web/utils.js +0 -147
- package/dist/dashboard/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js +0 -18
- package/dist/dashboard/node_modules/next/dist/shared/lib/amp-mode.js +0 -16
- package/dist/dashboard/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +0 -51
- package/dist/dashboard/node_modules/next/dist/shared/lib/bloom-filter.js +0 -86
- package/dist/dashboard/node_modules/next/dist/shared/lib/constants.js +0 -414
- package/dist/dashboard/node_modules/next/dist/shared/lib/deep-freeze.js +0 -30
- package/dist/dashboard/node_modules/next/dist/shared/lib/encode-uri-path.js +0 -15
- package/dist/dashboard/node_modules/next/dist/shared/lib/error-source.js +0 -36
- package/dist/dashboard/node_modules/next/dist/shared/lib/escape-regexp.js +0 -22
- package/dist/dashboard/node_modules/next/dist/shared/lib/get-hostname.js +0 -23
- package/dist/dashboard/node_modules/next/dist/shared/lib/hash.js +0 -42
- package/dist/dashboard/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +0 -18
- package/dist/dashboard/node_modules/next/dist/shared/lib/head.js +0 -189
- package/dist/dashboard/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +0 -39
- package/dist/dashboard/node_modules/next/dist/shared/lib/html-context.shared-runtime.js +0 -36
- package/dist/dashboard/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +0 -26
- package/dist/dashboard/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js +0 -63
- package/dist/dashboard/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +0 -30
- package/dist/dashboard/node_modules/next/dist/shared/lib/image-blur-svg.js +0 -23
- package/dist/dashboard/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +0 -19
- package/dist/dashboard/node_modules/next/dist/shared/lib/image-config.js +0 -69
- package/dist/dashboard/node_modules/next/dist/shared/lib/is-plain-object.js +0 -42
- package/dist/dashboard/node_modules/next/dist/shared/lib/isomorphic/path.js +0 -14
- package/dist/dashboard/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +0 -39
- package/dist/dashboard/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js +0 -20
- package/dist/dashboard/node_modules/next/dist/shared/lib/loadable.shared-runtime.js +0 -248
- package/dist/dashboard/node_modules/next/dist/shared/lib/magic-identifier.js +0 -99
- package/dist/dashboard/node_modules/next/dist/shared/lib/match-local-pattern.js +0 -47
- package/dist/dashboard/node_modules/next/dist/shared/lib/match-remote-pattern.js +0 -61
- package/dist/dashboard/node_modules/next/dist/shared/lib/mitt.js +0 -46
- package/dist/dashboard/node_modules/next/dist/shared/lib/modern-browserslist-target.js +0 -18
- package/dist/dashboard/node_modules/next/dist/shared/lib/normalized-asset-prefix.js +0 -28
- package/dist/dashboard/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js +0 -26
- package/dist/dashboard/node_modules/next/dist/shared/lib/page-path/denormalize-app-path.js +0 -19
- package/dist/dashboard/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js +0 -18
- package/dist/dashboard/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +0 -18
- package/dist/dashboard/node_modules/next/dist/shared/lib/page-path/get-page-paths.js +0 -40
- package/dist/dashboard/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js +0 -26
- package/dist/dashboard/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js +0 -19
- package/dist/dashboard/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js +0 -20
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/adapters.js +0 -139
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/router.js +0 -1728
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/add-locale.js +0 -28
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +0 -20
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +0 -20
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/app-paths.js +0 -51
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js +0 -17
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/compare-states.js +0 -34
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +0 -16
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +0 -27
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/format-url.js +0 -111
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js +0 -19
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +0 -54
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +0 -26
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js +0 -35
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/index.js +0 -26
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js +0 -53
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/is-bot.js +0 -15
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +0 -21
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/is-local-url.js +0 -26
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js +0 -31
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/omit.js +0 -21
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-path.js +0 -33
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +0 -29
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-url.js +0 -30
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +0 -20
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/path-match.js +0 -49
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +0 -236
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/querystring.js +0 -73
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/relativize-url.js +0 -22
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +0 -39
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +0 -21
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/resolve-rewrites.js +0 -118
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +0 -40
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/route-regex.js +0 -192
- package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +0 -170
- package/dist/dashboard/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +0 -18
- package/dist/dashboard/node_modules/next/dist/shared/lib/runtime-config.external.js +0 -31
- package/dist/dashboard/node_modules/next/dist/shared/lib/segment.js +0 -34
- package/dist/dashboard/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +0 -36
- package/dist/dashboard/node_modules/next/dist/shared/lib/side-effect.js +0 -66
- package/dist/dashboard/node_modules/next/dist/shared/lib/utils/warn-once.js +0 -22
- package/dist/dashboard/node_modules/next/dist/shared/lib/utils.js +0 -203
- package/dist/dashboard/node_modules/next/dist/telemetry/anonymous-meta.js +0 -89
- package/dist/dashboard/node_modules/next/dist/telemetry/ci-info.js +0 -41
- package/dist/dashboard/node_modules/next/dist/telemetry/detached-flush.js +0 -49
- package/dist/dashboard/node_modules/next/dist/telemetry/events/build.js +0 -114
- package/dist/dashboard/node_modules/next/dist/telemetry/events/index.js +0 -23
- package/dist/dashboard/node_modules/next/dist/telemetry/events/plugins.js +0 -51
- package/dist/dashboard/node_modules/next/dist/telemetry/events/swc-load-failure.js +0 -55
- package/dist/dashboard/node_modules/next/dist/telemetry/events/version.js +0 -86
- package/dist/dashboard/node_modules/next/dist/telemetry/flush-and-exit.js +0 -20
- package/dist/dashboard/node_modules/next/dist/telemetry/post-payload.js +0 -44
- package/dist/dashboard/node_modules/next/dist/telemetry/project-id.js +0 -48
- package/dist/dashboard/node_modules/next/dist/telemetry/storage.js +0 -290
- package/dist/dashboard/node_modules/next/dist/trace/index.js +0 -54
- package/dist/dashboard/node_modules/next/dist/trace/report/index.js +0 -35
- package/dist/dashboard/node_modules/next/dist/trace/report/to-json.js +0 -161
- package/dist/dashboard/node_modules/next/dist/trace/report/to-telemetry.js +0 -36
- package/dist/dashboard/node_modules/next/dist/trace/shared.js +0 -33
- package/dist/dashboard/node_modules/next/dist/trace/trace.js +0 -194
- package/dist/dashboard/node_modules/next/font/google/target.css +0 -1
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/at-rule.js +0 -25
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/comment.js +0 -13
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/container.js +0 -439
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/css-syntax-error.js +0 -100
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/declaration.js +0 -24
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/document.js +0 -33
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/fromJSON.js +0 -54
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/input.js +0 -248
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/lazy-result.js +0 -550
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/list.js +0 -58
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/map-generator.js +0 -359
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/no-work-result.js +0 -135
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/node.js +0 -381
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/parse.js +0 -42
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/parser.js +0 -610
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/postcss.js +0 -101
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/previous-map.js +0 -142
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/processor.js +0 -67
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/result.js +0 -42
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/root.js +0 -61
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/rule.js +0 -27
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/stringifier.js +0 -353
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/stringify.js +0 -11
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/symbols.js +0 -5
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/terminal-highlight.js +0 -70
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/tokenize.js +0 -266
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/warn-once.js +0 -13
- package/dist/dashboard/node_modules/next/node_modules/postcss/lib/warning.js +0 -37
- package/dist/dashboard/node_modules/next/node_modules/postcss/package.json +0 -88
- package/dist/dashboard/node_modules/next/package.json +0 -337
- package/dist/dashboard/node_modules/picocolors/package.json +0 -25
- package/dist/dashboard/node_modules/picocolors/picocolors.js +0 -75
- package/dist/dashboard/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js +0 -10
- package/dist/dashboard/node_modules/react/cjs/react-jsx-runtime.development.js +0 -1333
- package/dist/dashboard/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -11
- package/dist/dashboard/node_modules/react/cjs/react.development.js +0 -2740
- package/dist/dashboard/node_modules/react/cjs/react.production.min.js +0 -26
- package/dist/dashboard/node_modules/react/index.js +0 -7
- package/dist/dashboard/node_modules/react/jsx-dev-runtime.js +0 -7
- package/dist/dashboard/node_modules/react/jsx-runtime.js +0 -7
- package/dist/dashboard/node_modules/react/package.json +0 -47
- package/dist/dashboard/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +0 -7029
- package/dist/dashboard/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js +0 -93
- package/dist/dashboard/node_modules/react-dom/cjs/react-dom-server.browser.development.js +0 -7014
- package/dist/dashboard/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +0 -96
- package/dist/dashboard/node_modules/react-dom/cjs/react-dom.production.min.js +0 -322
- package/dist/dashboard/node_modules/react-dom/index.js +0 -38
- package/dist/dashboard/node_modules/react-dom/package.json +0 -62
- package/dist/dashboard/node_modules/react-dom/server.browser.js +0 -17
- package/dist/dashboard/node_modules/scheduler/cjs/scheduler.development.js +0 -634
- package/dist/dashboard/node_modules/scheduler/cjs/scheduler.production.min.js +0 -19
- package/dist/dashboard/node_modules/scheduler/index.js +0 -7
- package/dist/dashboard/node_modules/scheduler/package.json +0 -36
- package/dist/dashboard/node_modules/source-map-js/lib/array-set.js +0 -121
- package/dist/dashboard/node_modules/source-map-js/lib/base64-vlq.js +0 -140
- package/dist/dashboard/node_modules/source-map-js/lib/base64.js +0 -67
- package/dist/dashboard/node_modules/source-map-js/lib/binary-search.js +0 -111
- package/dist/dashboard/node_modules/source-map-js/lib/mapping-list.js +0 -79
- package/dist/dashboard/node_modules/source-map-js/lib/quick-sort.js +0 -132
- package/dist/dashboard/node_modules/source-map-js/lib/source-map-consumer.js +0 -1188
- package/dist/dashboard/node_modules/source-map-js/lib/source-map-generator.js +0 -444
- package/dist/dashboard/node_modules/source-map-js/lib/source-node.js +0 -413
- package/dist/dashboard/node_modules/source-map-js/lib/util.js +0 -594
- package/dist/dashboard/node_modules/source-map-js/package.json +0 -71
- package/dist/dashboard/node_modules/source-map-js/source-map.js +0 -8
- package/dist/dashboard/node_modules/streamsearch/lib/sbmh.js +0 -267
- package/dist/dashboard/node_modules/streamsearch/package.json +0 -34
- package/dist/dashboard/node_modules/styled-jsx/dist/index/index.js +0 -499
- package/dist/dashboard/node_modules/styled-jsx/index.js +0 -1
- package/dist/dashboard/node_modules/styled-jsx/package.json +0 -129
- package/dist/dashboard/node_modules/styled-jsx/style.js +0 -1
- package/dist/dashboard/package.json +0 -29
- package/dist/dashboard/server.js +0 -38
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"report.js","sourceRoot":"","sources":["../../src/commands/report.ts"],"names":[],"mappings":";;;;;;AAAA,yCAAoC;AACpC,kDAA0B;AAC1B,8CAAsB;AACtB,gDAAwB;AACxB,kDAA0B;AAC1B,6BAA0B;AAC1B,sCAAuC;AACvC,sCAAqC;AACrC,sCAA8C;AAEjC,QAAA,aAAa,GAAG,IAAI,mBAAO,CAAC,QAAQ,CAAC;KAC/C,WAAW,CAAC,oDAAoD,CAAC;KACjE,MAAM,CAAC,iBAAiB,EAAE,sBAAsB,CAAC;KACjD,MAAM,CAAC,QAAQ,EAAE,2BAA2B,CAAC;KAC7C,MAAM,CAAC,KAAK,EAAE,IAAI,EAAE,EAAE;IACrB,MAAM,OAAO,GAAG,IAAA,aAAG,EAAC,0BAA0B,CAAC,CAAC,KAAK,EAAE,CAAC;IAExD,IAAI,MAAM,CAAC;IACX,IAAI,CAAC;QACH,MAAM,GAAG,IAAA,mBAAU,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,OAAO,CAAC,IAAI,CAAC,eAAK,CAAC,GAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC;QACrC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;IAED,OAAO,CAAC,IAAI,GAAG,kBAAkB,CAAC;IAElC,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,IAAA,iBAAQ,EAAC,MAAM,CAAC,CAAC;QACtC,OAAO,CAAC,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"report.js","sourceRoot":"","sources":["../../src/commands/report.ts"],"names":[],"mappings":"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"}
|
package/dist/config/loader.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loader.d.ts","sourceRoot":"","sources":["../../src/config/loader.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE;QACL,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;QACpC,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE;QACV,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;QACnB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;KACpB,CAAC;CACH;AAID,wBAAgB,cAAc,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAK1D;AAED,wBAAgB,UAAU,CAAC,UAAU,CAAC,EAAE,MAAM,GAAG,aAAa,CAS7D;AAED,wBAAgB,WAAW,CAAC,MAAM,EAAE,aAAa,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAMvE;AAED,wBAAgB,cAAc,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAe1D;AAED,wBAAgB,iBAAiB,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAOtD"}
|
|
1
|
+
{"version":3,"file":"loader.d.ts","sourceRoot":"","sources":["../../src/config/loader.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE;QACL,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;QACpC,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,SAAS,CAAC,EAAE;QACV,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;QACnB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;KACpB,CAAC;CACH;AAID,wBAAgB,cAAc,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAK1D;AAED,wBAAgB,UAAU,CAAC,UAAU,CAAC,EAAE,MAAM,GAAG,aAAa,CAS7D;AAED,wBAAgB,WAAW,CAAC,MAAM,EAAE,aAAa,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAMvE;AAED,wBAAgB,cAAc,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAe1D;AAED,wBAAgB,iBAAiB,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAOtD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loader.js","sourceRoot":"","sources":["../../src/config/loader.ts"],"names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"loader.js","sourceRoot":"","sources":["../../src/config/loader.ts"],"names":[],"mappings":";;;;;AAwBA,wCAKC;AAED,gCASC;AAED,kCAMC;AAED,wCAeC;AAED,8CAOC;AA1ED,4CAAoB;AACpB,gDAAwB;AACxB,gDAAwB;AAoBxB,MAAM,WAAW,GAAG,cAAc,CAAC;AAEnC,SAAgB,cAAc,CAAC,GAAY;IACzC,MAAM,SAAS,GAAG,GAAG,IAAI,OAAO,CAAC,GAAG,EAAE,CAAC;IACvC,MAAM,UAAU,GAAG,cAAI,CAAC,IAAI,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;IACrD,IAAI,YAAE,CAAC,UAAU,CAAC,UAAU,CAAC;QAAE,OAAO,UAAU,CAAC;IACjD,OAAO,IAAI,CAAC;AACd,CAAC;AAED,SAAgB,UAAU,CAAC,UAAmB;IAC5C,MAAM,QAAQ,GAAG,UAAU,IAAI,cAAc,EAAE,CAAC;IAChD,IAAI,CAAC,QAAQ,IAAI,CAAC,YAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE,CAAC;QAC1C,MAAM,IAAI,KAAK,CACb,MAAM,WAAW,6CAA6C,CAC/D,CAAC;IACJ,CAAC;IACD,MAAM,GAAG,GAAG,YAAE,CAAC,YAAY,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;IAC/C,OAAO,cAAI,CAAC,KAAK,CAAC,GAAG,CAAkB,CAAC;AAC1C,CAAC;AAED,SAAgB,WAAW,CAAC,MAAqB,EAAE,GAAY;IAC7D,MAAM,SAAS,GAAG,GAAG,IAAI,OAAO,CAAC,GAAG,EAAE,CAAC;IACvC,MAAM,QAAQ,GAAG,cAAI,CAAC,IAAI,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;IACnD,MAAM,OAAO,GAAG,cAAI,CAAC,SAAS,CAAC,MAAM,EAAE,EAAE,SAAS,EAAE,GAAG,EAAE,CAAC,CAAC;IAC3D,YAAE,CAAC,aAAa,CAAC,QAAQ,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;IAC7C,OAAO,QAAQ,CAAC;AAClB,CAAC;AAED,SAAgB,cAAc,CAAC,GAAY;IACzC,MAAM,SAAS,GAAG,GAAG,IAAI,OAAO,CAAC,GAAG,EAAE,CAAC;IACvC,MAAM,UAAU,GAAG;QACjB,cAAc,EAAE,aAAa,EAAE,cAAc;QAC7C,cAAc,EAAE,aAAa,EAAE,cAAc;QAC7C,eAAe,EAAE,cAAc,EAAE,eAAe;QAChD,mBAAmB,EAAE,kBAAkB,EAAE,mBAAmB;QAC5D,mBAAmB,EAAE,kBAAkB,EAAE,mBAAmB;KAC7D,CAAC;IAEF,KAAK,MAAM,SAAS,IAAI,UAAU,EAAE,CAAC;QACnC,MAAM,QAAQ,GAAG,cAAI,CAAC,IAAI,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;QACjD,IAAI,YAAE,CAAC,UAAU,CAAC,QAAQ,CAAC;YAAE,OAAO,SAAS,CAAC;IAChD,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AAED,SAAgB,iBAAiB,CAAC,GAAY;IAC5C,MAAM,SAAS,GAAG,GAAG,IAAI,OAAO,CAAC,GAAG,EAAE,CAAC;IACvC,IAAI,CAAC;QACH,MAAM,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,YAAE,CAAC,YAAY,CAAC,cAAI,CAAC,IAAI,CAAC,SAAS,EAAE,cAAc,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC;QACvF,IAAI,GAAG,CAAC,IAAI;YAAE,OAAO,GAAG,CAAC,IAAI,CAAC;IAChC,CAAC;IAAC,MAAM,CAAC,CAAA,CAAC;IACV,OAAO,cAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;AAClC,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -7,15 +7,22 @@ const check_1 = require("./commands/check");
|
|
|
7
7
|
const watch_1 = require("./commands/watch");
|
|
8
8
|
const report_1 = require("./commands/report");
|
|
9
9
|
const dev_1 = require("./commands/dev");
|
|
10
|
+
const ci_gen_1 = require("./commands/ci-gen");
|
|
11
|
+
const diff_1 = require("./commands/diff");
|
|
12
|
+
const update_checker_1 = require("./update-checker");
|
|
13
|
+
// Non-blocking update check (fires and forgets)
|
|
14
|
+
(0, update_checker_1.checkForUpdates)();
|
|
10
15
|
const program = new commander_1.Command();
|
|
11
16
|
program
|
|
12
17
|
.name('barkapi')
|
|
13
18
|
.description('API Contract Drift Detector — Your API\'s watchdog')
|
|
14
|
-
.version('
|
|
19
|
+
.version('1.0.0');
|
|
15
20
|
program.addCommand(init_1.initCommand);
|
|
16
21
|
program.addCommand(check_1.checkCommand);
|
|
17
22
|
program.addCommand(watch_1.watchCommand);
|
|
18
23
|
program.addCommand(report_1.reportCommand);
|
|
19
24
|
program.addCommand(dev_1.devCommand);
|
|
25
|
+
program.addCommand(ci_gen_1.ciGenCommand);
|
|
26
|
+
program.addCommand(diff_1.diffCommand);
|
|
20
27
|
program.parse();
|
|
21
28
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AACA,yCAAoC;AACpC,0CAA8C;AAC9C,4CAAgD;AAChD,4CAAgD;AAChD,8CAAkD;AAClD,wCAA4C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AACA,yCAAoC;AACpC,0CAA8C;AAC9C,4CAAgD;AAChD,4CAAgD;AAChD,8CAAkD;AAClD,wCAA4C;AAC5C,8CAAiD;AACjD,0CAA8C;AAC9C,qDAAmD;AAEnD,gDAAgD;AAChD,IAAA,gCAAe,GAAE,CAAC;AAElB,MAAM,OAAO,GAAG,IAAI,mBAAO,EAAE,CAAC;AAE9B,OAAO;KACJ,IAAI,CAAC,SAAS,CAAC;KACf,WAAW,CAAC,oDAAoD,CAAC;KACjE,OAAO,CAAC,OAAO,CAAC,CAAC;AAEpB,OAAO,CAAC,UAAU,CAAC,kBAAW,CAAC,CAAC;AAChC,OAAO,CAAC,UAAU,CAAC,oBAAY,CAAC,CAAC;AACjC,OAAO,CAAC,UAAU,CAAC,oBAAY,CAAC,CAAC;AACjC,OAAO,CAAC,UAAU,CAAC,sBAAa,CAAC,CAAC;AAClC,OAAO,CAAC,UAAU,CAAC,gBAAU,CAAC,CAAC;AAC/B,OAAO,CAAC,UAAU,CAAC,qBAAY,CAAC,CAAC;AACjC,OAAO,CAAC,UAAU,CAAC,kBAAW,CAAC,CAAC;AAEhC,OAAO,CAAC,KAAK,EAAE,CAAC"}
|
package/dist/output/formatter.js
CHANGED
|
@@ -62,6 +62,10 @@ function getDriftDescription(drift) {
|
|
|
62
62
|
return `nullability: ${drift.expected} → ${drift.actual}`;
|
|
63
63
|
case 'required_changed':
|
|
64
64
|
return `required changed: ${drift.expected} → ${drift.actual}`;
|
|
65
|
+
case 'enum_changed':
|
|
66
|
+
return `enum changed: ${drift.actual}`;
|
|
67
|
+
case 'format_changed':
|
|
68
|
+
return `format changed: ${drift.expected} → ${drift.actual}`;
|
|
65
69
|
default:
|
|
66
70
|
return drift.drift_type;
|
|
67
71
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formatter.js","sourceRoot":"","sources":["../../src/output/formatter.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"formatter.js","sourceRoot":"","sources":["../../src/output/formatter.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-runner.d.ts","sourceRoot":"","sources":["../../src/runner/check-runner.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"check-runner.d.ts","sourceRoot":"","sources":["../../src/runner/check-runner.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,WAAW,EAAkB,MAAM,eAAe,CAAC;AACjE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAI/C,MAAM,WAAW,mBAAmB;IAClC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,WAAW;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,mBAAmB,EAAE,CAAC;IACjC,MAAM,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,QAAQ,EAAE,MAAM,CAAC;QACjB,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;CACH;AAED,wBAAsB,QAAQ,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC,CA2G3F"}
|
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.runCheck = runCheck;
|
|
7
|
-
const core_1 = require("
|
|
7
|
+
const core_1 = require("@barkapi/core");
|
|
8
8
|
const endpoint_caller_1 = require("./endpoint-caller");
|
|
9
9
|
const path_1 = __importDefault(require("path"));
|
|
10
10
|
async function runCheck(config, dbPath) {
|
|
@@ -15,8 +15,9 @@ async function runCheck(config, dbPath) {
|
|
|
15
15
|
if (!project) {
|
|
16
16
|
project = (0, core_1.createProject)(config.project, config.spec, config.base_url);
|
|
17
17
|
}
|
|
18
|
-
// Parse spec
|
|
19
|
-
const
|
|
18
|
+
// Parse spec — support both local paths and URLs
|
|
19
|
+
const isUrl = config.spec.startsWith('http://') || config.spec.startsWith('https://');
|
|
20
|
+
const specPath = isUrl ? config.spec : path_1.default.resolve(process.cwd(), config.spec);
|
|
20
21
|
const parsedEndpoints = await (0, core_1.parseOpenAPISpec)(specPath);
|
|
21
22
|
// Filter endpoints if configured
|
|
22
23
|
const filtered = filterEndpoints(parsedEndpoints, config);
|
|
@@ -47,9 +48,22 @@ async function runCheck(config, dbPath) {
|
|
|
47
48
|
}
|
|
48
49
|
const actualSchema = (0, core_1.inferSchema)(callResult.body);
|
|
49
50
|
const drifts = (0, core_1.diffSchemas)(ep.responseSchema, actualSchema);
|
|
51
|
+
// Check response headers if spec defines them
|
|
52
|
+
if (ep.responseHeaders && callResult.headers) {
|
|
53
|
+
const headerDrifts = diffResponseHeaders(ep.responseHeaders, callResult.headers);
|
|
54
|
+
drifts.push(...headerDrifts);
|
|
55
|
+
}
|
|
50
56
|
// Save drifts to DB
|
|
51
57
|
if (drifts.length > 0) {
|
|
52
58
|
(0, core_1.createDriftsBatch)(checkRun.id, endpoint.id, drifts);
|
|
59
|
+
// Fire alert notifications (non-blocking)
|
|
60
|
+
(0, core_1.sendNotifications)(project.id, {
|
|
61
|
+
projectName: config.project,
|
|
62
|
+
checkRunId: checkRun.id,
|
|
63
|
+
endpointMethod: ep.method,
|
|
64
|
+
endpointPath: ep.path,
|
|
65
|
+
drifts,
|
|
66
|
+
}).catch(() => { });
|
|
53
67
|
}
|
|
54
68
|
const hasBreaking = drifts.some(d => d.severity === 'breaking');
|
|
55
69
|
const hasWarning = drifts.some(d => d.severity === 'warning');
|
|
@@ -93,4 +107,26 @@ function filterEndpoints(endpoints, config) {
|
|
|
93
107
|
}
|
|
94
108
|
return filtered;
|
|
95
109
|
}
|
|
110
|
+
function diffResponseHeaders(specHeaders, actualHeaders) {
|
|
111
|
+
const drifts = [];
|
|
112
|
+
const lowerActual = {};
|
|
113
|
+
for (const [k, v] of Object.entries(actualHeaders)) {
|
|
114
|
+
if (v !== undefined) {
|
|
115
|
+
lowerActual[k.toLowerCase()] = Array.isArray(v) ? v.join(', ') : v;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
for (const [name, spec] of Object.entries(specHeaders)) {
|
|
119
|
+
const headerPath = `header.${name}`;
|
|
120
|
+
if (!(name in lowerActual)) {
|
|
121
|
+
drifts.push({
|
|
122
|
+
field_path: headerPath,
|
|
123
|
+
drift_type: 'removed',
|
|
124
|
+
severity: spec.required ? 'breaking' : 'warning',
|
|
125
|
+
expected: `present (${spec.required ? 'required' : 'optional'})`,
|
|
126
|
+
actual: 'missing',
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
return drifts;
|
|
131
|
+
}
|
|
96
132
|
//# sourceMappingURL=check-runner.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-runner.js","sourceRoot":"","sources":["../../src/runner/check-runner.ts"],"names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"check-runner.js","sourceRoot":"","sources":["../../src/runner/check-runner.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,6 +2,7 @@ import type { BarkApiConfig } from '../config';
|
|
|
2
2
|
export interface CallResult {
|
|
3
3
|
statusCode: number;
|
|
4
4
|
body: any;
|
|
5
|
+
headers?: Record<string, string | string[] | undefined>;
|
|
5
6
|
error?: string;
|
|
6
7
|
}
|
|
7
8
|
export declare function callEndpoint(baseUrl: string, method: string, path: string, config: BarkApiConfig): Promise<CallResult>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoint-caller.d.ts","sourceRoot":"","sources":["../../src/runner/endpoint-caller.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE/C,MAAM,WAAW,UAAU;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,GAAG,CAAC;IACV,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;
|
|
1
|
+
{"version":3,"file":"endpoint-caller.d.ts","sourceRoot":"","sources":["../../src/runner/endpoint-caller.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE/C,MAAM,WAAW,UAAU;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;IACxD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAKD,wBAAsB,YAAY,CAChC,OAAO,EAAE,MAAM,EACf,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,aAAa,GACpB,OAAO,CAAC,UAAU,CAAC,CAiDrB"}
|
|
@@ -7,8 +7,10 @@ exports.callEndpoint = callEndpoint;
|
|
|
7
7
|
const http_1 = __importDefault(require("http"));
|
|
8
8
|
const https_1 = __importDefault(require("https"));
|
|
9
9
|
const url_1 = require("url");
|
|
10
|
+
const MAX_RETRIES = 3;
|
|
11
|
+
const BASE_DELAY_MS = 500;
|
|
10
12
|
async function callEndpoint(baseUrl, method, path, config) {
|
|
11
|
-
const url = new url_1.URL(resolvePath(path), baseUrl);
|
|
13
|
+
const url = new url_1.URL(resolvePath(path, config.path_params), baseUrl);
|
|
12
14
|
// Add query auth if configured
|
|
13
15
|
if (config.auth?.type === 'query' && config.auth.query_param && config.auth.token_env) {
|
|
14
16
|
const token = process.env[config.auth.token_env];
|
|
@@ -31,18 +33,40 @@ async function callEndpoint(baseUrl, method, path, config) {
|
|
|
31
33
|
if (token)
|
|
32
34
|
headers[config.auth.header_name] = token;
|
|
33
35
|
}
|
|
36
|
+
let lastResult = null;
|
|
37
|
+
for (let attempt = 0; attempt < MAX_RETRIES; attempt++) {
|
|
38
|
+
const result = await makeRequest(url, method, headers);
|
|
39
|
+
lastResult = result;
|
|
40
|
+
// Success or non-retryable error — return immediately
|
|
41
|
+
if (!result.error && result.statusCode > 0 && result.statusCode < 500) {
|
|
42
|
+
return result;
|
|
43
|
+
}
|
|
44
|
+
// Don't retry on 4xx (client errors are not transient)
|
|
45
|
+
if (result.statusCode >= 400 && result.statusCode < 500) {
|
|
46
|
+
return result;
|
|
47
|
+
}
|
|
48
|
+
// Wait with exponential backoff before retrying
|
|
49
|
+
if (attempt < MAX_RETRIES - 1) {
|
|
50
|
+
const delay = BASE_DELAY_MS * Math.pow(2, attempt);
|
|
51
|
+
await sleep(delay);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
return lastResult;
|
|
55
|
+
}
|
|
56
|
+
function makeRequest(url, method, headers) {
|
|
34
57
|
return new Promise((resolve) => {
|
|
35
58
|
const client = url.protocol === 'https:' ? https_1.default : http_1.default;
|
|
36
59
|
const req = client.request(url, { method, headers, timeout: 10000 }, (res) => {
|
|
37
60
|
let data = '';
|
|
38
61
|
res.on('data', (chunk) => { data += chunk; });
|
|
39
62
|
res.on('end', () => {
|
|
63
|
+
const responseHeaders = res.headers;
|
|
40
64
|
try {
|
|
41
65
|
const body = JSON.parse(data);
|
|
42
|
-
resolve({ statusCode: res.statusCode || 0, body });
|
|
66
|
+
resolve({ statusCode: res.statusCode || 0, body, headers: responseHeaders });
|
|
43
67
|
}
|
|
44
68
|
catch {
|
|
45
|
-
resolve({ statusCode: res.statusCode || 0, body: null, error: 'Invalid JSON response' });
|
|
69
|
+
resolve({ statusCode: res.statusCode || 0, body: null, headers: responseHeaders, error: 'Invalid JSON response' });
|
|
46
70
|
}
|
|
47
71
|
});
|
|
48
72
|
});
|
|
@@ -56,10 +80,13 @@ async function callEndpoint(baseUrl, method, path, config) {
|
|
|
56
80
|
req.end();
|
|
57
81
|
});
|
|
58
82
|
}
|
|
59
|
-
|
|
60
|
-
|
|
83
|
+
function sleep(ms) {
|
|
84
|
+
return new Promise(resolve => setTimeout(resolve, ms));
|
|
85
|
+
}
|
|
86
|
+
/** Replace path params like {id} or :id with configured or default values */
|
|
87
|
+
function resolvePath(p, pathParams) {
|
|
61
88
|
return p
|
|
62
|
-
.replace(/\{([^}]+)\}/g, '1')
|
|
63
|
-
.replace(/:([a-zA-Z_]+)/g, '1');
|
|
89
|
+
.replace(/\{([^}]+)\}/g, (_, name) => pathParams?.[name] ?? '1')
|
|
90
|
+
.replace(/:([a-zA-Z_]+)/g, (_, name) => pathParams?.[name] ?? '1');
|
|
64
91
|
}
|
|
65
92
|
//# sourceMappingURL=endpoint-caller.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoint-caller.js","sourceRoot":"","sources":["../../src/runner/endpoint-caller.ts"],"names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"endpoint-caller.js","sourceRoot":"","sources":["../../src/runner/endpoint-caller.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"github-actions.d.ts","sourceRoot":"","sources":["../../src/templates/github-actions.ts"],"names":[],"mappings":"AAAA,wBAAgB,wBAAwB,CAAC,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,CAyBrF"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getGitHubActionsWorkflow = getGitHubActionsWorkflow;
|
|
4
|
+
function getGitHubActionsWorkflow(specPath, baseUrlVar) {
|
|
5
|
+
return `name: BarkAPI Contract Check
|
|
6
|
+
|
|
7
|
+
on:
|
|
8
|
+
push:
|
|
9
|
+
branches: [main]
|
|
10
|
+
pull_request:
|
|
11
|
+
branches: [main]
|
|
12
|
+
|
|
13
|
+
jobs:
|
|
14
|
+
contract-check:
|
|
15
|
+
runs-on: ubuntu-latest
|
|
16
|
+
steps:
|
|
17
|
+
- uses: actions/checkout@v4
|
|
18
|
+
|
|
19
|
+
- uses: actions/setup-node@v4
|
|
20
|
+
with:
|
|
21
|
+
node-version: '20'
|
|
22
|
+
|
|
23
|
+
- name: Install BarkAPI
|
|
24
|
+
run: npm install -g barkapi
|
|
25
|
+
|
|
26
|
+
- name: Check API contracts
|
|
27
|
+
run: barkapi check --spec ${specPath} --base-url \${{ ${baseUrlVar} }}
|
|
28
|
+
`;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=github-actions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"github-actions.js","sourceRoot":"","sources":["../../src/templates/github-actions.ts"],"names":[],"mappings":";;AAAA,4DAyBC;AAzBD,SAAgB,wBAAwB,CAAC,QAAgB,EAAE,UAAkB;IAC3E,OAAO;;;;;;;;;;;;;;;;;;;;;;oCAsB2B,QAAQ,oBAAoB,UAAU;CACzE,CAAC;AACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-checker.d.ts","sourceRoot":"","sources":["../src/update-checker.ts"],"names":[],"mappings":"AAKA;;;GAGG;AACH,wBAAgB,eAAe,IAAI,IAAI,CAsBtC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.checkForUpdates = checkForUpdates;
|
|
7
|
+
const https_1 = __importDefault(require("https"));
|
|
8
|
+
const PACKAGE_NAME = 'barkapi';
|
|
9
|
+
const CURRENT_VERSION = '0.1.0';
|
|
10
|
+
/**
|
|
11
|
+
* Non-blocking check for newer npm version. Logs a message if update available.
|
|
12
|
+
* Never throws or blocks the CLI — runs entirely in background.
|
|
13
|
+
*/
|
|
14
|
+
function checkForUpdates() {
|
|
15
|
+
const url = `https://registry.npmjs.org/${PACKAGE_NAME}/latest`;
|
|
16
|
+
const req = https_1.default.get(url, { timeout: 3000 }, (res) => {
|
|
17
|
+
if (res.statusCode !== 200)
|
|
18
|
+
return;
|
|
19
|
+
let data = '';
|
|
20
|
+
res.on('data', (chunk) => { data += chunk; });
|
|
21
|
+
res.on('end', () => {
|
|
22
|
+
try {
|
|
23
|
+
const { version } = JSON.parse(data);
|
|
24
|
+
if (version && version !== CURRENT_VERSION && isNewer(version, CURRENT_VERSION)) {
|
|
25
|
+
console.log(`\n Update available: ${CURRENT_VERSION} → ${version}` +
|
|
26
|
+
`\n Run \`npm install -g ${PACKAGE_NAME}\` to update.\n`);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
catch { }
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
req.on('error', () => { });
|
|
33
|
+
req.on('timeout', () => req.destroy());
|
|
34
|
+
}
|
|
35
|
+
function isNewer(latest, current) {
|
|
36
|
+
const l = latest.split('.').map(Number);
|
|
37
|
+
const c = current.split('.').map(Number);
|
|
38
|
+
for (let i = 0; i < 3; i++) {
|
|
39
|
+
if ((l[i] || 0) > (c[i] || 0))
|
|
40
|
+
return true;
|
|
41
|
+
if ((l[i] || 0) < (c[i] || 0))
|
|
42
|
+
return false;
|
|
43
|
+
}
|
|
44
|
+
return false;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=update-checker.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-checker.js","sourceRoot":"","sources":["../src/update-checker.ts"],"names":[],"mappings":";;;;;AASA,0CAsBC;AA/BD,kDAA0B;AAE1B,MAAM,YAAY,GAAG,SAAS,CAAC;AAC/B,MAAM,eAAe,GAAG,OAAO,CAAC;AAEhC;;;GAGG;AACH,SAAgB,eAAe;IAC7B,MAAM,GAAG,GAAG,8BAA8B,YAAY,SAAS,CAAC;IAEhE,MAAM,GAAG,GAAG,eAAK,CAAC,GAAG,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE,CAAC,GAAG,EAAE,EAAE;QACpD,IAAI,GAAG,CAAC,UAAU,KAAK,GAAG;YAAE,OAAO;QACnC,IAAI,IAAI,GAAG,EAAE,CAAC;QACd,GAAG,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,EAAE,GAAG,IAAI,IAAI,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;QAC9C,GAAG,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE;YACjB,IAAI,CAAC;gBACH,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;gBACrC,IAAI,OAAO,IAAI,OAAO,KAAK,eAAe,IAAI,OAAO,CAAC,OAAO,EAAE,eAAe,CAAC,EAAE,CAAC;oBAChF,OAAO,CAAC,GAAG,CACT,yBAAyB,eAAe,MAAM,OAAO,EAAE;wBACvD,4BAA4B,YAAY,iBAAiB,CAC1D,CAAC;gBACJ,CAAC;YACH,CAAC;YAAC,MAAM,CAAC,CAAA,CAAC;QACZ,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;IAEH,GAAG,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,EAAE,GAAE,CAAC,CAAC,CAAC;IAC1B,GAAG,CAAC,EAAE,CAAC,SAAS,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,OAAO,EAAE,CAAC,CAAC;AACzC,CAAC;AAED,SAAS,OAAO,CAAC,MAAc,EAAE,OAAe;IAC9C,MAAM,CAAC,GAAG,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACxC,MAAM,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACzC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;QAC3B,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;YAAE,OAAO,IAAI,CAAC;QAC3C,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;YAAE,OAAO,KAAK,CAAC;IAC9C,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "barkapi",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "API Contract Drift Detector — Your API's watchdog",
|
|
5
|
-
"keywords": [
|
|
5
|
+
"keywords": [
|
|
6
|
+
"api",
|
|
7
|
+
"openapi",
|
|
8
|
+
"swagger",
|
|
9
|
+
"drift",
|
|
10
|
+
"schema",
|
|
11
|
+
"contract",
|
|
12
|
+
"testing"
|
|
13
|
+
],
|
|
6
14
|
"license": "MIT",
|
|
7
15
|
"repository": {
|
|
8
16
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/
|
|
17
|
+
"url": "https://github.com/mruduljohn/BarkAPI.git"
|
|
10
18
|
},
|
|
11
19
|
"engines": {
|
|
12
20
|
"node": ">=18"
|
|
@@ -15,15 +23,19 @@
|
|
|
15
23
|
"barkapi": "dist/index.js"
|
|
16
24
|
},
|
|
17
25
|
"main": "dist/index.js",
|
|
18
|
-
"files": [
|
|
26
|
+
"files": [
|
|
27
|
+
"dist/",
|
|
28
|
+
"README.md"
|
|
29
|
+
],
|
|
19
30
|
"publishConfig": {
|
|
20
31
|
"access": "public"
|
|
21
32
|
},
|
|
22
33
|
"scripts": {
|
|
23
34
|
"build": "tsc",
|
|
24
35
|
"clean": "rm -rf dist",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
36
|
+
"test": "vitest run",
|
|
37
|
+
"test:watch": "vitest",
|
|
38
|
+
"prepublishOnly": "npm run build"
|
|
27
39
|
},
|
|
28
40
|
"dependencies": {
|
|
29
41
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
@@ -36,6 +48,7 @@
|
|
|
36
48
|
},
|
|
37
49
|
"devDependencies": {
|
|
38
50
|
"@barkapi/core": "0.1.0",
|
|
39
|
-
"typescript": "^5.4.0"
|
|
51
|
+
"typescript": "^5.4.0",
|
|
52
|
+
"vitest": "^4.0.18"
|
|
40
53
|
}
|
|
41
54
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"connection.d.ts","sourceRoot":"","sources":["../../src/db/connection.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,gBAAgB,CAAC;AAOtC,wBAAgB,KAAK,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC,QAAQ,CAcxD;AAED,wBAAgB,gBAAgB,IAAI,MAAM,CAGzC;AAED,wBAAgB,OAAO,IAAI,IAAI,CAK9B"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.getDb = getDb;
|
|
7
|
-
exports.getDefaultDbPath = getDefaultDbPath;
|
|
8
|
-
exports.closeDb = closeDb;
|
|
9
|
-
const better_sqlite3_1 = __importDefault(require("better-sqlite3"));
|
|
10
|
-
const path_1 = __importDefault(require("path"));
|
|
11
|
-
const fs_1 = __importDefault(require("fs"));
|
|
12
|
-
const schema_1 = require("./schema");
|
|
13
|
-
let db = null;
|
|
14
|
-
function getDb(dbPath) {
|
|
15
|
-
if (db)
|
|
16
|
-
return db;
|
|
17
|
-
const resolvedPath = dbPath || getDefaultDbPath();
|
|
18
|
-
const dir = path_1.default.dirname(resolvedPath);
|
|
19
|
-
if (!fs_1.default.existsSync(dir)) {
|
|
20
|
-
fs_1.default.mkdirSync(dir, { recursive: true });
|
|
21
|
-
}
|
|
22
|
-
db = new better_sqlite3_1.default(resolvedPath);
|
|
23
|
-
db.pragma('journal_mode = WAL');
|
|
24
|
-
db.pragma('foreign_keys = ON');
|
|
25
|
-
(0, schema_1.migrate)(db);
|
|
26
|
-
return db;
|
|
27
|
-
}
|
|
28
|
-
function getDefaultDbPath() {
|
|
29
|
-
const dataDir = process.env.BARKAPI_DATA_DIR || path_1.default.join(process.cwd(), '.barkapi');
|
|
30
|
-
return path_1.default.join(dataDir, 'barkapi.db');
|
|
31
|
-
}
|
|
32
|
-
function closeDb() {
|
|
33
|
-
if (db) {
|
|
34
|
-
db.close();
|
|
35
|
-
db = null;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
//# sourceMappingURL=connection.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"connection.js","sourceRoot":"","sources":["../../src/db/connection.ts"],"names":[],"mappings":";;;;;AAOA,sBAcC;AAED,4CAGC;AAED,0BAKC;AAjCD,oEAAsC;AACtC,gDAAwB;AACxB,4CAAoB;AACpB,qCAAmC;AAEnC,IAAI,EAAE,GAA6B,IAAI,CAAC;AAExC,SAAgB,KAAK,CAAC,MAAe;IACnC,IAAI,EAAE;QAAE,OAAO,EAAE,CAAC;IAElB,MAAM,YAAY,GAAG,MAAM,IAAI,gBAAgB,EAAE,CAAC;IAClD,MAAM,GAAG,GAAG,cAAI,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IACvC,IAAI,CAAC,YAAE,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE,CAAC;QACxB,YAAE,CAAC,SAAS,CAAC,GAAG,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;IACzC,CAAC;IAED,EAAE,GAAG,IAAI,wBAAQ,CAAC,YAAY,CAAC,CAAC;IAChC,EAAE,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC;IAChC,EAAE,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC;IAC/B,IAAA,gBAAO,EAAC,EAAE,CAAC,CAAC;IACZ,OAAO,EAAE,CAAC;AACZ,CAAC;AAED,SAAgB,gBAAgB;IAC9B,MAAM,OAAO,GAAG,OAAO,CAAC,GAAG,CAAC,gBAAgB,IAAI,cAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,UAAU,CAAC,CAAC;IACrF,OAAO,cAAI,CAAC,IAAI,CAAC,OAAO,EAAE,YAAY,CAAC,CAAC;AAC1C,CAAC;AAED,SAAgB,OAAO;IACrB,IAAI,EAAE,EAAE,CAAC;QACP,EAAE,CAAC,KAAK,EAAE,CAAC;QACX,EAAE,GAAG,IAAI,CAAC;IACZ,CAAC;AACH,CAAC"}
|
package/dist/core/db/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/db/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC"}
|
package/dist/core/db/index.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.migrate = exports.getDefaultDbPath = exports.closeDb = exports.getDb = void 0;
|
|
4
|
-
var connection_1 = require("./connection");
|
|
5
|
-
Object.defineProperty(exports, "getDb", { enumerable: true, get: function () { return connection_1.getDb; } });
|
|
6
|
-
Object.defineProperty(exports, "closeDb", { enumerable: true, get: function () { return connection_1.closeDb; } });
|
|
7
|
-
Object.defineProperty(exports, "getDefaultDbPath", { enumerable: true, get: function () { return connection_1.getDefaultDbPath; } });
|
|
8
|
-
var schema_1 = require("./schema");
|
|
9
|
-
Object.defineProperty(exports, "migrate", { enumerable: true, get: function () { return schema_1.migrate; } });
|
|
10
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/db/index.ts"],"names":[],"mappings":";;;AAAA,2CAAgE;AAAvD,mGAAA,KAAK,OAAA;AAAE,qGAAA,OAAO,OAAA;AAAE,8GAAA,gBAAgB,OAAA;AACzC,mCAAmC;AAA1B,iGAAA,OAAO,OAAA"}
|
package/dist/core/db/schema.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/db/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,gBAAgB,CAAC;AAE3C,wBAAgB,OAAO,CAAC,EAAE,EAAE,QAAQ,CAAC,QAAQ,GAAG,IAAI,CA6DnD"}
|