conductor-oss 0.61.21 → 0.61.23
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/node_modules/@conductor-oss/core/package.json +1 -1
- package/package.json +6 -6
- package/web/.next/standalone/node_modules/@img/sharp-libvips-linux-x64/README.md +46 -0
- package/web/.next/standalone/node_modules/@img/sharp-libvips-linux-x64/lib/glib-2.0/include/glibconfig.h +219 -0
- package/web/.next/standalone/node_modules/@img/{sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 → sharp-libvips-linux-x64/lib/libvips-cpp.so.8.18.3} +0 -0
- package/web/.next/standalone/node_modules/@img/sharp-libvips-linux-x64/package.json +2 -2
- package/web/.next/standalone/node_modules/@img/sharp-libvips-linux-x64/versions.json +20 -20
- package/web/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/README.md +46 -0
- package/web/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/glib-2.0/include/glibconfig.h +219 -0
- package/web/.next/standalone/node_modules/@img/{sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3 → sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.18.3} +0 -0
- package/web/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +2 -2
- package/web/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +20 -20
- package/web/.next/standalone/node_modules/@img/sharp-linux-x64/index.cjs +1 -0
- package/web/.next/standalone/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64-0.35.0.node +0 -0
- package/web/.next/standalone/node_modules/@img/sharp-linux-x64/package.json +6 -5
- package/web/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/index.cjs +1 -0
- package/web/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64-0.35.0.node +0 -0
- package/web/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +6 -5
- package/web/.next/standalone/node_modules/@next/env/package.json +8 -9
- package/web/.next/standalone/node_modules/next/dist/build/swc/index.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/build/webpack-config.js +3 -3
- package/web/.next/standalone/node_modules/next/dist/client/dev/debug-channel.js +102 -2
- package/web/.next/standalone/node_modules/next/dist/compiled/http-proxy/index.js +5 -5
- package/web/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js +11 -10
- package/web/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +12 -11
- package/web/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +14 -13
- package/web/.next/standalone/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js +11 -10
- package/web/.next/standalone/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js +2 -2
- package/web/.next/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +9 -9
- package/web/.next/standalone/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js +9 -9
- package/web/.next/standalone/node_modules/next/dist/lib/patch-incorrect-lockfile.js +3 -3
- package/web/.next/standalone/node_modules/next/dist/server/app-render/action-handler.js +147 -42
- package/web/.next/standalone/node_modules/next/dist/server/app-render/manifests-singleton.js +52 -4
- package/web/.next/standalone/node_modules/next/dist/server/config-schema.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/server/config-shared.js +0 -2
- package/web/.next/standalone/node_modules/next/dist/server/config.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +2 -2
- package/web/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/server/image-optimizer.js +8 -27
- package/web/.next/standalone/node_modules/next/dist/server/lib/app-info-log.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/server/lib/encode-cache-tag.js +45 -0
- package/web/.next/standalone/node_modules/next/dist/server/lib/implicit-tags.js +6 -3
- package/web/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/index.js +90 -53
- package/web/.next/standalone/node_modules/next/dist/server/lib/patch-fetch.js +20 -3
- package/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/proxy-request.js +4 -0
- package/web/.next/standalone/node_modules/next/dist/server/lib/start-server.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/shared/lib/router/router.js +8 -1
- package/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +2 -1
- package/web/.next/standalone/node_modules/next/dist/shared/lib/server-reference-info.js +12 -0
- package/web/.next/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/telemetry/events/swc-load-failure.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/telemetry/events/version.js +2 -2
- package/web/.next/standalone/node_modules/next/package.json +10 -252
- package/web/.next/standalone/node_modules/postcss/lib/container.js +81 -34
- package/web/.next/standalone/node_modules/postcss/lib/fromJSON.js +76 -23
- package/web/.next/standalone/node_modules/postcss/lib/input.js +13 -4
- package/web/.next/standalone/node_modules/postcss/lib/lazy-result.js +55 -13
- package/web/.next/standalone/node_modules/postcss/lib/node.js +105 -60
- package/web/.next/standalone/node_modules/postcss/lib/previous-map.js +11 -2
- package/web/.next/standalone/node_modules/postcss/lib/processor.js +1 -1
- package/web/.next/standalone/node_modules/postcss/lib/stringifier.js +90 -25
- package/web/.next/standalone/node_modules/postcss/package.json +1 -1
- package/web/.next/standalone/node_modules/sharp/{lib/channel.js → dist/channel.cjs} +1 -1
- package/web/.next/standalone/node_modules/sharp/{lib/colour.js → dist/colour.cjs} +1 -1
- package/web/.next/standalone/node_modules/sharp/{lib/composite.js → dist/composite.cjs} +2 -1
- package/web/.next/standalone/node_modules/sharp/{lib/constructor.js → dist/constructor.cjs} +41 -29
- package/web/.next/standalone/node_modules/sharp/dist/index.cjs +25 -0
- package/web/.next/standalone/node_modules/sharp/{lib/input.js → dist/input.cjs} +19 -14
- package/web/.next/standalone/node_modules/sharp/{lib/libvips.js → dist/libvips.cjs} +35 -30
- package/web/.next/standalone/node_modules/sharp/{lib/operation.js → dist/operation.cjs} +6 -35
- package/web/.next/standalone/node_modules/sharp/{lib/output.js → dist/output.cjs} +142 -14
- package/web/.next/standalone/node_modules/sharp/{lib/resize.js → dist/resize.cjs} +19 -1
- package/web/.next/standalone/node_modules/sharp/dist/sharp.cjs +164 -0
- package/web/.next/standalone/node_modules/sharp/{lib/utility.js → dist/utility.cjs} +11 -7
- package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/classes/range.js +24 -4
- package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/classes/semver.js +19 -2
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/clean.js +8 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/compare-build.js +9 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/compare-loose.js +5 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/diff.js +60 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/inc.js +21 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/major.js +5 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/minor.js +5 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/patch.js +5 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/prerelease.js +8 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/rcompare.js +5 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/rsort.js +5 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/sort.js +5 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/truncate.js +48 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/valid.js +8 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/index.js +93 -0
- package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/re.js +1 -1
- package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/package.json +4 -4
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/preload.js +4 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/gtr.js +6 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/intersects.js +9 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/ltr.js +6 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/min-version.js +63 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/outside.js +82 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/simplify.js +49 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/subset.js +249 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/to-comparators.js +10 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/valid.js +13 -0
- package/web/.next/standalone/node_modules/sharp/package.json +60 -49
- package/web/.next/standalone/package.json +3 -2
- package/web/.next/standalone/packages/web/.next/BUILD_ID +1 -1
- package/web/.next/standalone/packages/web/.next/app-path-routes-manifest.json +9 -9
- package/web/.next/standalone/packages/web/.next/build-manifest.json +4 -4
- package/web/.next/standalone/packages/web/.next/prerender-manifest.json +3 -3
- package/web/.next/standalone/packages/web/.next/react-loadable-manifest.json +8 -8
- package/web/.next/standalone/packages/web/.next/required-server-files.json +6 -1
- package/web/.next/standalone/packages/web/.next/server/app/__clerk/[[...path]]/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.html +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/access/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/agents/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/app-update/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/attachments/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/auth/profile/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/boards/comments/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/boards/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/bridges/[bridgeId]/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/bridges/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/devices/[deviceId]/app-update/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/devices/[deviceId]/repair/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/devices/[deviceId]/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/devices/[deviceId]/service-restart/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/devices/claims/complete/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/devices/code/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/devices/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridges/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/config/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/context-files/open/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/context-files/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/events/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/executor/health/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/filesystem/directory/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/filesystem/pick-directory/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/github/projects/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/github/projects/sync/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/github/repos/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/github/webhook/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/health/boards/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/health/sessions/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/notifications/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/preferences/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/project-notes/backlinks/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/project-notes/daily/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/project-notes/file/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/project-notes/graph/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/project-notes/open/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/project-notes/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/approve/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/bindings/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/feed/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/feed/stream/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/integration/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/interrupt/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/preferences/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/reject/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/send/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/tasks/[task]/handoff/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/tasks/[task]/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/tasks/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatchers/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/open/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/setup/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/repositories/[id]/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/repositories/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/actions/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/archive/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/checks/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/diff/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/files/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/keys/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/kill/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/output/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/output/stream/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/preview/dom/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/preview/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/preview/screenshot/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/restore/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/send/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/terminal/relay/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/terminal/snapshot/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/terminal/token/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/terminal/ttyd/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/terminal/ttyd/token/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/terminal/ttyd/ws/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/skills/activate/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/skills/catalog/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/skills/deactivate/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/skills/install/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/skills/installed/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/skills/session-active/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/skills/uninstall/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/spawn/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/workspaces/branches/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/workspaces/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/bridge/connect/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/bridge/connect/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/bridge/connect/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/bridge/install.ps1/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/bridge/install.sh/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/embed/terminal/[id]/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/embed/terminal/[id]/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/embed/terminal/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/icon.svg/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page.js +2 -2
- package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/settings/bridge/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/settings/bridge/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/settings/bridge/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/hosted/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/hosted/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/hosted/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/sso-callback/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/sso-callback/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/sso-callback/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-up/[[...sign-up]]/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-up/[[...sign-up]]/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-up/[[...sign-up]]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/unlock/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/unlock/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/unlock/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app-paths-manifest.json +9 -9
- package/web/.next/standalone/packages/web/.next/server/chunks/2074.js +1 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/2512.js +3 -3
- package/web/.next/standalone/packages/web/.next/server/chunks/3303.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/3698.js +5 -3
- package/web/.next/standalone/packages/web/.next/server/chunks/3786.js +2 -2
- package/web/.next/standalone/packages/web/.next/server/chunks/6108.js +1 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/6472.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/724.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/7481.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/7776.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/8688.js +1 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/9455.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/9787.js +3 -3
- package/web/.next/standalone/packages/web/.next/server/middleware-build-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/middleware.js +4 -4
- package/web/.next/standalone/packages/web/.next/server/next-font-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/next-font-manifest.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/pages/500.html +1 -1
- package/web/.next/standalone/packages/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/server-reference-manifest.json +1 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/17319.f853545792589ec2.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/{34443.c71c524d5fcc197f.js → 34443.fa5f443480cf2b8a.js} +1 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/39816.fd2a8af735afdbe1.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/41696.3e691c667c1e7b81.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/41998.bfd148a33a5b285a.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/{61968-84de5fd1d154571d.js → 61968-1d55f423ea1ad7fb.js} +1 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/76892-86e55e6d0e7ca057.js +1 -0
- package/web/.next/{static/chunks/79593-c8c8ed0f8829c660.js → standalone/packages/web/.next/static/chunks/79593-2f58ba44bc178231.js} +2 -2
- package/web/.next/standalone/packages/web/.next/static/chunks/81132.92c626a062747078.js +3 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/9016-c4fa23038e6de72b.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/app/{layout-1d6034a5d57a2849.js → layout-dc8ca6126999c95c.js} +1 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/app/page-f3925343b6c5eaa9.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/app/sessions/[id]/page-b1d7e1d41fba2817.js +1 -0
- package/web/.next/{static/chunks/main-e776ff7a08a61c77.js → standalone/packages/web/.next/static/chunks/main-0a70c45f3b60fdcf.js} +1 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/webpack-0562fb102dd7e557.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/css/dfd1cecfd68c43ff.css +1 -0
- package/web/.next/standalone/packages/web/package.json +2 -1
- package/web/.next/standalone/packages/web/server.js +1 -1
- package/web/.next/static/chunks/17319.f853545792589ec2.js +1 -0
- package/web/.next/static/chunks/{34443.c71c524d5fcc197f.js → 34443.fa5f443480cf2b8a.js} +1 -1
- package/web/.next/static/chunks/39816.fd2a8af735afdbe1.js +1 -0
- package/web/.next/static/chunks/41696.3e691c667c1e7b81.js +1 -0
- package/web/.next/static/chunks/41998.bfd148a33a5b285a.js +1 -0
- package/web/.next/static/chunks/{61968-84de5fd1d154571d.js → 61968-1d55f423ea1ad7fb.js} +1 -1
- package/web/.next/static/chunks/76892-86e55e6d0e7ca057.js +1 -0
- package/web/.next/{standalone/packages/web/.next/static/chunks/79593-c8c8ed0f8829c660.js → static/chunks/79593-2f58ba44bc178231.js} +2 -2
- package/web/.next/static/chunks/81132.92c626a062747078.js +3 -0
- package/web/.next/static/chunks/9016-c4fa23038e6de72b.js +1 -0
- package/web/.next/static/chunks/app/{layout-1d6034a5d57a2849.js → layout-dc8ca6126999c95c.js} +1 -1
- package/web/.next/static/chunks/app/page-f3925343b6c5eaa9.js +1 -0
- package/web/.next/static/chunks/app/sessions/[id]/page-b1d7e1d41fba2817.js +1 -0
- package/web/.next/{standalone/packages/web/.next/static/chunks/main-e776ff7a08a61c77.js → static/chunks/main-0a70c45f3b60fdcf.js} +1 -1
- package/web/.next/static/chunks/webpack-0562fb102dd7e557.js +1 -0
- package/web/.next/static/css/dfd1cecfd68c43ff.css +1 -0
- package/web/.next/standalone/node_modules/@img/sharp-linux-x64/LICENSE +0 -191
- package/web/.next/standalone/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
- package/web/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/LICENSE +0 -191
- package/web/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
- package/web/.next/standalone/node_modules/sharp/lib/index.js +0 -16
- package/web/.next/standalone/node_modules/sharp/lib/sharp.js +0 -121
- package/web/.next/standalone/packages/web/.next/server/chunks/1364.js +0 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/4013.js +0 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/9398.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/28386-0121205400994756.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/39816.a3835fb513390d7c.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/41696.08fe09203aaf1a18.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/41998.4a8b2f9f7d29a4dc.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/81132.bfc52d50d21324b2.js +0 -3
- package/web/.next/standalone/packages/web/.next/static/chunks/84322.a03fd8fc2bb2e8d7.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/9016-2b7d7b8b143a8323.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/app/page-0ba7acf47a6b3ac6.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/app/sessions/[id]/page-aeb1ccc1a89248d5.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/webpack-c447583f01d6313b.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/css/895fa8ff3c08143e.css +0 -1
- package/web/.next/static/chunks/28386-0121205400994756.js +0 -1
- package/web/.next/static/chunks/39816.a3835fb513390d7c.js +0 -1
- package/web/.next/static/chunks/41696.08fe09203aaf1a18.js +0 -1
- package/web/.next/static/chunks/41998.4a8b2f9f7d29a4dc.js +0 -1
- package/web/.next/static/chunks/81132.bfc52d50d21324b2.js +0 -3
- package/web/.next/static/chunks/84322.a03fd8fc2bb2e8d7.js +0 -1
- package/web/.next/static/chunks/9016-2b7d7b8b143a8323.js +0 -1
- package/web/.next/static/chunks/app/page-0ba7acf47a6b3ac6.js +0 -1
- package/web/.next/static/chunks/app/sessions/[id]/page-aeb1ccc1a89248d5.js +0 -1
- package/web/.next/static/chunks/webpack-c447583f01d6313b.js +0 -1
- package/web/.next/static/css/895fa8ff3c08143e.css +0 -1
- /package/web/.next/standalone/node_modules/sharp/{lib/is.js → dist/is.cjs} +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/classes/comparator.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/cmp.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/coerce.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/compare.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/eq.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/gt.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/gte.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/lt.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/lte.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/neq.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/parse.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/satisfies.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/constants.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/debug.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/identifiers.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/lrucache.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/parse-options.js +0 -0
- /package/web/.next/standalone/packages/web/.next/static/{bUZhqJ_eDpMX4oqHwonGR → p-tYD_lKtKhjhiZkKCbLL}/_buildManifest.js +0 -0
- /package/web/.next/standalone/packages/web/.next/static/{bUZhqJ_eDpMX4oqHwonGR → p-tYD_lKtKhjhiZkKCbLL}/_ssgManifest.js +0 -0
- /package/web/.next/static/{bUZhqJ_eDpMX4oqHwonGR → p-tYD_lKtKhjhiZkKCbLL}/_buildManifest.js +0 -0
- /package/web/.next/static/{bUZhqJ_eDpMX4oqHwonGR → p-tYD_lKtKhjhiZkKCbLL}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright 2013 Lovell Fuller and others.
|
|
3
|
+
SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
// Inspects the runtime environment and exports the relevant sharp.node binary
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const { familySync, versionSync } = require("detect-libc");
|
|
10
|
+
|
|
11
|
+
const libvips = require("./libvips.cjs");
|
|
12
|
+
const pkg = require('../package.json');
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
const { version } = pkg;
|
|
16
|
+
|
|
17
|
+
const { runtimePlatformArch, isUnsupportedNodeRuntime, prebuiltPlatforms, minimumLibvipsVersion } = libvips;
|
|
18
|
+
const runtimePlatform = runtimePlatformArch();
|
|
19
|
+
|
|
20
|
+
/* node:coverage disable */
|
|
21
|
+
|
|
22
|
+
let sharp;
|
|
23
|
+
const errors = [];
|
|
24
|
+
try {
|
|
25
|
+
sharp = require(`../src/build/Release/sharp-${runtimePlatform}-${version}.node`);
|
|
26
|
+
} catch (err) {
|
|
27
|
+
errors.push(err);
|
|
28
|
+
}
|
|
29
|
+
if (!sharp) {
|
|
30
|
+
try {
|
|
31
|
+
sharp = require(`../src/build/Release/sharp-wasm32-${version}.node`);
|
|
32
|
+
} catch (err) {
|
|
33
|
+
errors.push(err);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
if (!sharp) {
|
|
37
|
+
try {
|
|
38
|
+
switch (runtimePlatform) {
|
|
39
|
+
case "darwin-arm64":
|
|
40
|
+
sharp = require("@img/sharp-darwin-arm64/sharp.node");
|
|
41
|
+
break;
|
|
42
|
+
case "darwin-x64":
|
|
43
|
+
sharp = require("@img/sharp-darwin-x64/sharp.node");
|
|
44
|
+
break;
|
|
45
|
+
case "linux-arm":
|
|
46
|
+
sharp = require("@img/sharp-linux-arm/sharp.node");
|
|
47
|
+
break;
|
|
48
|
+
case "linux-arm64":
|
|
49
|
+
sharp = require("@img/sharp-linux-arm64/sharp.node");
|
|
50
|
+
break;
|
|
51
|
+
case "linux-ppc64":
|
|
52
|
+
sharp = require("@img/sharp-linux-ppc64/sharp.node");
|
|
53
|
+
break;
|
|
54
|
+
case "linux-riscv64":
|
|
55
|
+
sharp = require("@img/sharp-linux-riscv64/sharp.node");
|
|
56
|
+
break;
|
|
57
|
+
case "linux-s390x":
|
|
58
|
+
sharp = require("@img/sharp-linux-s390x/sharp.node");
|
|
59
|
+
break;
|
|
60
|
+
case "linux-x64":
|
|
61
|
+
sharp = require("@img/sharp-linux-x64/sharp.node");
|
|
62
|
+
break;
|
|
63
|
+
case "linuxmusl-arm64":
|
|
64
|
+
sharp = require("@img/sharp-linuxmusl-arm64/sharp.node");
|
|
65
|
+
break;
|
|
66
|
+
case "linuxmusl-x64":
|
|
67
|
+
sharp = require("@img/sharp-linuxmusl-x64/sharp.node");
|
|
68
|
+
break;
|
|
69
|
+
case "win32-arm64":
|
|
70
|
+
sharp = require("@img/sharp-win32-arm64/sharp.node");
|
|
71
|
+
break;
|
|
72
|
+
case "win32-ia32":
|
|
73
|
+
sharp = require("@img/sharp-win32-ia32/sharp.node");
|
|
74
|
+
break;
|
|
75
|
+
case "win32-x64":
|
|
76
|
+
sharp = require("@img/sharp-win32-x64/sharp.node");
|
|
77
|
+
break;
|
|
78
|
+
case "freebsd-arm64":
|
|
79
|
+
case "freebsd-x64":
|
|
80
|
+
sharp = require("@img/sharp-freebsd-wasm32/sharp.node");
|
|
81
|
+
break;
|
|
82
|
+
case "linux-wasm32":
|
|
83
|
+
sharp = require("@img/sharp-webcontainers-wasm32/sharp.node");
|
|
84
|
+
break;
|
|
85
|
+
default:
|
|
86
|
+
sharp = require("@img/sharp-wasm32/sharp.node");
|
|
87
|
+
break;
|
|
88
|
+
}
|
|
89
|
+
if (["linux-x64", "linuxmusl-x64"].includes(runtimePlatform) && !sharp._isUsingX64V2()) {
|
|
90
|
+
const err = new Error("Prebuilt binaries for Linux x64 require v2 microarchitecture");
|
|
91
|
+
err.code = "Unsupported CPU";
|
|
92
|
+
errors.push(err);
|
|
93
|
+
sharp = null;
|
|
94
|
+
}
|
|
95
|
+
} catch (err) {
|
|
96
|
+
errors.push(err);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
if (!sharp) {
|
|
101
|
+
const [isLinux, isMacOs, isWindows] = ["linux", "darwin", "win32"].map((os) => runtimePlatform.startsWith(os));
|
|
102
|
+
|
|
103
|
+
const help = [`Could not load the "sharp" module using the ${runtimePlatform} runtime`];
|
|
104
|
+
errors.forEach((err) => {
|
|
105
|
+
if (!err.code.endsWith("MODULE_NOT_FOUND")) {
|
|
106
|
+
help.push(`${err.code}: ${err.message}`);
|
|
107
|
+
}
|
|
108
|
+
});
|
|
109
|
+
const messages = errors.map((err) => err.message).join(" ");
|
|
110
|
+
help.push("Possible solutions:");
|
|
111
|
+
// Common error messages
|
|
112
|
+
if (isUnsupportedNodeRuntime()) {
|
|
113
|
+
const { found, expected } = isUnsupportedNodeRuntime();
|
|
114
|
+
help.push("- Please upgrade Node.js:", ` Found ${found}`, ` Requires ${expected}`);
|
|
115
|
+
} else if (prebuiltPlatforms.includes(runtimePlatform)) {
|
|
116
|
+
const [os, cpu] = runtimePlatform.split("-");
|
|
117
|
+
const libc = os.endsWith("musl") ? " --libc=musl" : "";
|
|
118
|
+
help.push(
|
|
119
|
+
"- Ensure optional dependencies can be installed:",
|
|
120
|
+
" npm install --include=optional sharp",
|
|
121
|
+
"- Ensure your package manager supports multi-platform installation:",
|
|
122
|
+
" See https://sharp.pixelplumbing.com/install#cross-platform",
|
|
123
|
+
"- Add platform-specific dependencies:",
|
|
124
|
+
` npm install --os=${os.replace("musl", "")}${libc} --cpu=${cpu} sharp`,
|
|
125
|
+
);
|
|
126
|
+
} else {
|
|
127
|
+
help.push(
|
|
128
|
+
`- Manually install libvips >= ${minimumLibvipsVersion}`,
|
|
129
|
+
" See https://sharp.pixelplumbing.com/install#building-from-source",
|
|
130
|
+
"- Add WebAssembly-based dependencies:",
|
|
131
|
+
" npm install sharp @img/sharp-wasm32",
|
|
132
|
+
);
|
|
133
|
+
}
|
|
134
|
+
if (isLinux && /(symbol not found|CXXABI_)/i.test(messages)) {
|
|
135
|
+
try {
|
|
136
|
+
const { config } = require(`@img/sharp-libvips-${runtimePlatform}/package`);
|
|
137
|
+
const libcFound = `${familySync()} ${versionSync()}`;
|
|
138
|
+
const libcRequires = `${config.musl ? "musl" : "glibc"} ${config.musl || config.glibc}`;
|
|
139
|
+
help.push("- Update your OS:", ` Found ${libcFound}`, ` Requires ${libcRequires}`);
|
|
140
|
+
} catch (_errEngines) {}
|
|
141
|
+
}
|
|
142
|
+
if (isLinux && /\/snap\/core[0-9]{2}/.test(messages)) {
|
|
143
|
+
help.push("- Remove the Node.js Snap, which does not support native modules", " snap remove node");
|
|
144
|
+
}
|
|
145
|
+
if (isMacOs && /Incompatible library version/.test(messages)) {
|
|
146
|
+
help.push("- Update Homebrew:", " brew update && brew upgrade vips");
|
|
147
|
+
}
|
|
148
|
+
if (errors.some((err) => err.code === "ERR_DLOPEN_DISABLED")) {
|
|
149
|
+
help.push("- Run Node.js without using the --no-addons flag");
|
|
150
|
+
}
|
|
151
|
+
// Link to installation docs
|
|
152
|
+
if (isWindows && /The specified procedure could not be found/.test(messages)) {
|
|
153
|
+
help.push(
|
|
154
|
+
"- Using the canvas package on Windows?",
|
|
155
|
+
" See https://sharp.pixelplumbing.com/install#canvas-and-windows",
|
|
156
|
+
"- Check for outdated versions of sharp in the dependency tree:",
|
|
157
|
+
" npm ls sharp",
|
|
158
|
+
);
|
|
159
|
+
}
|
|
160
|
+
help.push("- Consult the installation documentation:", " See https://sharp.pixelplumbing.com/install");
|
|
161
|
+
throw new Error(help.join("\n"));
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
module.exports = sharp;
|
|
@@ -4,13 +4,17 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
const events = require('node:events');
|
|
7
|
+
|
|
8
|
+
const { availableParallelism } = require("node:os");
|
|
7
9
|
const detectLibc = require('detect-libc');
|
|
8
10
|
|
|
9
|
-
const is = require('./is');
|
|
10
|
-
const
|
|
11
|
-
const sharp = require('./sharp');
|
|
11
|
+
const is = require('./is.cjs');
|
|
12
|
+
const libvips = require('./libvips.cjs');
|
|
13
|
+
const sharp = require('./sharp.cjs');
|
|
14
|
+
const pkg = require("../package.json");
|
|
15
|
+
|
|
12
16
|
|
|
13
|
-
const runtimePlatform = runtimePlatformArch();
|
|
17
|
+
const runtimePlatform = libvips.runtimePlatformArch();
|
|
14
18
|
const libvipsVersion = sharp.libvipsVersion();
|
|
15
19
|
|
|
16
20
|
/**
|
|
@@ -24,7 +28,7 @@ const format = sharp.format();
|
|
|
24
28
|
format.heif.output.alias = ['avif', 'heic'];
|
|
25
29
|
format.jpeg.output.alias = ['jpe', 'jpg'];
|
|
26
30
|
format.tiff.output.alias = ['tif'];
|
|
27
|
-
format.
|
|
31
|
+
format.jp2.output.alias = ['j2c', 'j2k', 'jp2', 'jpx'];
|
|
28
32
|
|
|
29
33
|
/**
|
|
30
34
|
* An Object containing the available interpolators and their proper values
|
|
@@ -73,7 +77,7 @@ if (!libvipsVersion.isGlobal) {
|
|
|
73
77
|
} catch (_) {}
|
|
74
78
|
}
|
|
75
79
|
}
|
|
76
|
-
versions.sharp =
|
|
80
|
+
versions.sharp = pkg.version;
|
|
77
81
|
|
|
78
82
|
/* node:coverage ignore next 5 */
|
|
79
83
|
if (versions.heif && format.heif) {
|
|
@@ -156,7 +160,7 @@ if (detectLibc.familySync() === detectLibc.GLIBC && !sharp._isUsingJemalloc()) {
|
|
|
156
160
|
sharp.concurrency(1);
|
|
157
161
|
} else if (detectLibc.familySync() === detectLibc.MUSL && sharp.concurrency() === 1024) {
|
|
158
162
|
// Reduce default concurrency when musl thread over-subscription detected
|
|
159
|
-
sharp.concurrency(
|
|
163
|
+
sharp.concurrency(availableParallelism());
|
|
160
164
|
}
|
|
161
165
|
|
|
162
166
|
/**
|
package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/classes/range.js
RENAMED
|
@@ -98,6 +98,9 @@ class Range {
|
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
parseRange (range) {
|
|
101
|
+
// strip build metadata so it can't bleed into the version
|
|
102
|
+
range = range.replace(BUILDSTRIPRE, '')
|
|
103
|
+
|
|
101
104
|
// memoize range parsing for performance.
|
|
102
105
|
// this is a very hot path, and fully deterministic.
|
|
103
106
|
const memoOpts =
|
|
@@ -223,6 +226,7 @@ const debug = require('../internal/debug')
|
|
|
223
226
|
const SemVer = require('./semver')
|
|
224
227
|
const {
|
|
225
228
|
safeRe: re,
|
|
229
|
+
src,
|
|
226
230
|
t,
|
|
227
231
|
comparatorTrimReplace,
|
|
228
232
|
tildeTrimReplace,
|
|
@@ -230,6 +234,9 @@ const {
|
|
|
230
234
|
} = require('../internal/re')
|
|
231
235
|
const { FLAG_INCLUDE_PRERELEASE, FLAG_LOOSE } = require('../internal/constants')
|
|
232
236
|
|
|
237
|
+
// unbounded global build-metadata stripper used by parseRange
|
|
238
|
+
const BUILDSTRIPRE = new RegExp(src[t.BUILD], 'g')
|
|
239
|
+
|
|
233
240
|
const isNullSet = c => c.value === '<0.0.0-0'
|
|
234
241
|
const isAny = c => c.value === ''
|
|
235
242
|
|
|
@@ -270,6 +277,11 @@ const parseComparator = (comp, options) => {
|
|
|
270
277
|
|
|
271
278
|
const isX = id => !id || id.toLowerCase() === 'x' || id === '*'
|
|
272
279
|
|
|
280
|
+
const invalidXRangeOrder = (M, m, p) => (
|
|
281
|
+
(isX(M) && !isX(m)) ||
|
|
282
|
+
(isX(m) && p && !isX(p))
|
|
283
|
+
)
|
|
284
|
+
|
|
273
285
|
// ~, ~> --> * (any, kinda silly)
|
|
274
286
|
// ~2, ~2.x, ~2.x.x, ~>2, ~>2.x ~>2.x.x --> >=2.0.0 <3.0.0-0
|
|
275
287
|
// ~2.0, ~2.0.x, ~>2.0, ~>2.0.x --> >=2.0.0 <2.1.0-0
|
|
@@ -287,6 +299,10 @@ const replaceTildes = (comp, options) => {
|
|
|
287
299
|
|
|
288
300
|
const replaceTilde = (comp, options) => {
|
|
289
301
|
const r = options.loose ? re[t.TILDELOOSE] : re[t.TILDE]
|
|
302
|
+
// if we're including prereleases in the match, then the lower bound is
|
|
303
|
+
// -0, the lowest possible prerelease value, just like x-ranges and carets.
|
|
304
|
+
// this keeps `~1.2` equivalent to the `1.2.x` x-range it's documented as.
|
|
305
|
+
const z = options.includePrerelease ? '-0' : ''
|
|
290
306
|
return comp.replace(r, (_, M, m, p, pr) => {
|
|
291
307
|
debug('tilde', comp, _, M, m, p, pr)
|
|
292
308
|
let ret
|
|
@@ -294,10 +310,10 @@ const replaceTilde = (comp, options) => {
|
|
|
294
310
|
if (isX(M)) {
|
|
295
311
|
ret = ''
|
|
296
312
|
} else if (isX(m)) {
|
|
297
|
-
ret = `>=${M}.0.0 <${+M + 1}.0.0-0`
|
|
313
|
+
ret = `>=${M}.0.0${z} <${+M + 1}.0.0-0`
|
|
298
314
|
} else if (isX(p)) {
|
|
299
315
|
// ~1.2 == >=1.2.0 <1.3.0-0
|
|
300
|
-
ret = `>=${M}.${m}.0 <${M}.${+m + 1}.0-0`
|
|
316
|
+
ret = `>=${M}.${m}.0${z} <${M}.${+m + 1}.0-0`
|
|
301
317
|
} else if (pr) {
|
|
302
318
|
debug('replaceTilde pr', pr)
|
|
303
319
|
ret = `>=${M}.${m}.${p}-${pr
|
|
@@ -366,10 +382,10 @@ const replaceCaret = (comp, options) => {
|
|
|
366
382
|
if (M === '0') {
|
|
367
383
|
if (m === '0') {
|
|
368
384
|
ret = `>=${M}.${m}.${p
|
|
369
|
-
}
|
|
385
|
+
} <${M}.${m}.${+p + 1}-0`
|
|
370
386
|
} else {
|
|
371
387
|
ret = `>=${M}.${m}.${p
|
|
372
|
-
}
|
|
388
|
+
} <${M}.${+m + 1}.0-0`
|
|
373
389
|
}
|
|
374
390
|
} else {
|
|
375
391
|
ret = `>=${M}.${m}.${p
|
|
@@ -395,6 +411,10 @@ const replaceXRange = (comp, options) => {
|
|
|
395
411
|
const r = options.loose ? re[t.XRANGELOOSE] : re[t.XRANGE]
|
|
396
412
|
return comp.replace(r, (ret, gtlt, M, m, p, pr) => {
|
|
397
413
|
debug('xRange', comp, ret, gtlt, M, m, p, pr)
|
|
414
|
+
if (invalidXRangeOrder(M, m, p)) {
|
|
415
|
+
return comp
|
|
416
|
+
}
|
|
417
|
+
|
|
398
418
|
const xM = isX(M)
|
|
399
419
|
const xm = xM || isX(m)
|
|
400
420
|
const xp = xm || isX(p)
|
package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/classes/semver.js
RENAMED
|
@@ -6,6 +6,22 @@ const { safeRe: re, t } = require('../internal/re')
|
|
|
6
6
|
|
|
7
7
|
const parseOptions = require('../internal/parse-options')
|
|
8
8
|
const { compareIdentifiers } = require('../internal/identifiers')
|
|
9
|
+
|
|
10
|
+
const isPrereleaseIdentifier = (prerelease, identifier) => {
|
|
11
|
+
const identifiers = identifier.split('.')
|
|
12
|
+
if (identifiers.length > prerelease.length) {
|
|
13
|
+
return false
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
for (let i = 0; i < identifiers.length; i++) {
|
|
17
|
+
if (compareIdentifiers(prerelease[i], identifiers[i]) !== 0) {
|
|
18
|
+
return false
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
return true
|
|
23
|
+
}
|
|
24
|
+
|
|
9
25
|
class SemVer {
|
|
10
26
|
constructor (version, options) {
|
|
11
27
|
options = parseOptions(options)
|
|
@@ -309,8 +325,9 @@ class SemVer {
|
|
|
309
325
|
if (identifierBase === false) {
|
|
310
326
|
prerelease = [identifier]
|
|
311
327
|
}
|
|
312
|
-
if (
|
|
313
|
-
|
|
328
|
+
if (isPrereleaseIdentifier(this.prerelease, identifier)) {
|
|
329
|
+
const prereleaseBase = this.prerelease[identifier.split('.').length]
|
|
330
|
+
if (isNaN(prereleaseBase)) {
|
|
314
331
|
this.prerelease = prerelease
|
|
315
332
|
}
|
|
316
333
|
} else {
|
package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/compare-build.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
3
|
+
const SemVer = require('../classes/semver')
|
|
4
|
+
const compareBuild = (a, b, loose) => {
|
|
5
|
+
const versionA = new SemVer(a, loose)
|
|
6
|
+
const versionB = new SemVer(b, loose)
|
|
7
|
+
return versionA.compare(versionB) || versionA.compareBuild(versionB)
|
|
8
|
+
}
|
|
9
|
+
module.exports = compareBuild
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
3
|
+
const parse = require('./parse.js')
|
|
4
|
+
|
|
5
|
+
const diff = (version1, version2) => {
|
|
6
|
+
const v1 = parse(version1, null, true)
|
|
7
|
+
const v2 = parse(version2, null, true)
|
|
8
|
+
const comparison = v1.compare(v2)
|
|
9
|
+
|
|
10
|
+
if (comparison === 0) {
|
|
11
|
+
return null
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const v1Higher = comparison > 0
|
|
15
|
+
const highVersion = v1Higher ? v1 : v2
|
|
16
|
+
const lowVersion = v1Higher ? v2 : v1
|
|
17
|
+
const highHasPre = !!highVersion.prerelease.length
|
|
18
|
+
const lowHasPre = !!lowVersion.prerelease.length
|
|
19
|
+
|
|
20
|
+
if (lowHasPre && !highHasPre) {
|
|
21
|
+
// Going from prerelease -> no prerelease requires some special casing
|
|
22
|
+
|
|
23
|
+
// If the low version has only a major, then it will always be a major
|
|
24
|
+
// Some examples:
|
|
25
|
+
// 1.0.0-1 -> 1.0.0
|
|
26
|
+
// 1.0.0-1 -> 1.1.1
|
|
27
|
+
// 1.0.0-1 -> 2.0.0
|
|
28
|
+
if (!lowVersion.patch && !lowVersion.minor) {
|
|
29
|
+
return 'major'
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// If the main part has no difference
|
|
33
|
+
if (lowVersion.compareMain(highVersion) === 0) {
|
|
34
|
+
if (lowVersion.minor && !lowVersion.patch) {
|
|
35
|
+
return 'minor'
|
|
36
|
+
}
|
|
37
|
+
return 'patch'
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// add the `pre` prefix if we are going to a prerelease version
|
|
42
|
+
const prefix = highHasPre ? 'pre' : ''
|
|
43
|
+
|
|
44
|
+
if (v1.major !== v2.major) {
|
|
45
|
+
return prefix + 'major'
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
if (v1.minor !== v2.minor) {
|
|
49
|
+
return prefix + 'minor'
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
if (v1.patch !== v2.patch) {
|
|
53
|
+
return prefix + 'patch'
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
// high and low are prereleases
|
|
57
|
+
return 'prerelease'
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
module.exports = diff
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
3
|
+
const SemVer = require('../classes/semver')
|
|
4
|
+
|
|
5
|
+
const inc = (version, release, options, identifier, identifierBase) => {
|
|
6
|
+
if (typeof (options) === 'string') {
|
|
7
|
+
identifierBase = identifier
|
|
8
|
+
identifier = options
|
|
9
|
+
options = undefined
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
try {
|
|
13
|
+
return new SemVer(
|
|
14
|
+
version instanceof SemVer ? version.version : version,
|
|
15
|
+
options
|
|
16
|
+
).inc(release, identifier, identifierBase).version
|
|
17
|
+
} catch (er) {
|
|
18
|
+
return null
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
module.exports = inc
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
3
|
+
const parse = require('./parse')
|
|
4
|
+
const constants = require('../internal/constants')
|
|
5
|
+
const SemVer = require('../classes/semver')
|
|
6
|
+
|
|
7
|
+
const truncate = (version, truncation, options) => {
|
|
8
|
+
if (!constants.RELEASE_TYPES.includes(truncation)) {
|
|
9
|
+
return null
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const clonedVersion = cloneInputVersion(version, options)
|
|
13
|
+
return clonedVersion && doTruncation(clonedVersion, truncation)
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
const cloneInputVersion = (version, options) => {
|
|
17
|
+
const versionStringToParse = (
|
|
18
|
+
version instanceof SemVer ? version.version : version
|
|
19
|
+
)
|
|
20
|
+
|
|
21
|
+
return parse(versionStringToParse, options)
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
const doTruncation = (version, truncation) => {
|
|
25
|
+
if (isPrerelease(truncation)) {
|
|
26
|
+
return version.version
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
version.prerelease = []
|
|
30
|
+
|
|
31
|
+
switch (truncation) {
|
|
32
|
+
case 'major':
|
|
33
|
+
version.minor = 0
|
|
34
|
+
version.patch = 0
|
|
35
|
+
break
|
|
36
|
+
case 'minor':
|
|
37
|
+
version.patch = 0
|
|
38
|
+
break
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
return version.format()
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
const isPrerelease = (type) => {
|
|
45
|
+
return type.startsWith('pre')
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
module.exports = truncate
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
3
|
+
// just pre-load all the stuff that index.js lazily exports
|
|
4
|
+
const internalRe = require('./internal/re')
|
|
5
|
+
const constants = require('./internal/constants')
|
|
6
|
+
const SemVer = require('./classes/semver')
|
|
7
|
+
const identifiers = require('./internal/identifiers')
|
|
8
|
+
const parse = require('./functions/parse')
|
|
9
|
+
const valid = require('./functions/valid')
|
|
10
|
+
const clean = require('./functions/clean')
|
|
11
|
+
const inc = require('./functions/inc')
|
|
12
|
+
const diff = require('./functions/diff')
|
|
13
|
+
const major = require('./functions/major')
|
|
14
|
+
const minor = require('./functions/minor')
|
|
15
|
+
const patch = require('./functions/patch')
|
|
16
|
+
const prerelease = require('./functions/prerelease')
|
|
17
|
+
const compare = require('./functions/compare')
|
|
18
|
+
const rcompare = require('./functions/rcompare')
|
|
19
|
+
const compareLoose = require('./functions/compare-loose')
|
|
20
|
+
const compareBuild = require('./functions/compare-build')
|
|
21
|
+
const sort = require('./functions/sort')
|
|
22
|
+
const rsort = require('./functions/rsort')
|
|
23
|
+
const gt = require('./functions/gt')
|
|
24
|
+
const lt = require('./functions/lt')
|
|
25
|
+
const eq = require('./functions/eq')
|
|
26
|
+
const neq = require('./functions/neq')
|
|
27
|
+
const gte = require('./functions/gte')
|
|
28
|
+
const lte = require('./functions/lte')
|
|
29
|
+
const cmp = require('./functions/cmp')
|
|
30
|
+
const coerce = require('./functions/coerce')
|
|
31
|
+
const truncate = require('./functions/truncate')
|
|
32
|
+
const Comparator = require('./classes/comparator')
|
|
33
|
+
const Range = require('./classes/range')
|
|
34
|
+
const satisfies = require('./functions/satisfies')
|
|
35
|
+
const toComparators = require('./ranges/to-comparators')
|
|
36
|
+
const maxSatisfying = require('./ranges/max-satisfying')
|
|
37
|
+
const minSatisfying = require('./ranges/min-satisfying')
|
|
38
|
+
const minVersion = require('./ranges/min-version')
|
|
39
|
+
const validRange = require('./ranges/valid')
|
|
40
|
+
const outside = require('./ranges/outside')
|
|
41
|
+
const gtr = require('./ranges/gtr')
|
|
42
|
+
const ltr = require('./ranges/ltr')
|
|
43
|
+
const intersects = require('./ranges/intersects')
|
|
44
|
+
const simplifyRange = require('./ranges/simplify')
|
|
45
|
+
const subset = require('./ranges/subset')
|
|
46
|
+
module.exports = {
|
|
47
|
+
parse,
|
|
48
|
+
valid,
|
|
49
|
+
clean,
|
|
50
|
+
inc,
|
|
51
|
+
diff,
|
|
52
|
+
major,
|
|
53
|
+
minor,
|
|
54
|
+
patch,
|
|
55
|
+
prerelease,
|
|
56
|
+
compare,
|
|
57
|
+
rcompare,
|
|
58
|
+
compareLoose,
|
|
59
|
+
compareBuild,
|
|
60
|
+
sort,
|
|
61
|
+
rsort,
|
|
62
|
+
gt,
|
|
63
|
+
lt,
|
|
64
|
+
eq,
|
|
65
|
+
neq,
|
|
66
|
+
gte,
|
|
67
|
+
lte,
|
|
68
|
+
cmp,
|
|
69
|
+
coerce,
|
|
70
|
+
truncate,
|
|
71
|
+
Comparator,
|
|
72
|
+
Range,
|
|
73
|
+
satisfies,
|
|
74
|
+
toComparators,
|
|
75
|
+
maxSatisfying,
|
|
76
|
+
minSatisfying,
|
|
77
|
+
minVersion,
|
|
78
|
+
validRange,
|
|
79
|
+
outside,
|
|
80
|
+
gtr,
|
|
81
|
+
ltr,
|
|
82
|
+
intersects,
|
|
83
|
+
simplifyRange,
|
|
84
|
+
subset,
|
|
85
|
+
SemVer,
|
|
86
|
+
re: internalRe.re,
|
|
87
|
+
src: internalRe.src,
|
|
88
|
+
tokens: internalRe.t,
|
|
89
|
+
SEMVER_SPEC_VERSION: constants.SEMVER_SPEC_VERSION,
|
|
90
|
+
RELEASE_TYPES: constants.RELEASE_TYPES,
|
|
91
|
+
compareIdentifiers: identifiers.compareIdentifiers,
|
|
92
|
+
rcompareIdentifiers: identifiers.rcompareIdentifiers,
|
|
93
|
+
}
|
package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/re.js
RENAMED
|
@@ -136,7 +136,7 @@ createToken('LOOSE', `^${src[t.LOOSEPLAIN]}$`)
|
|
|
136
136
|
createToken('GTLT', '((?:<|>)?=?)')
|
|
137
137
|
|
|
138
138
|
// Something like "2.*" or "1.2.x".
|
|
139
|
-
// Note that "x.x" is a valid xRange
|
|
139
|
+
// Note that "x.x" is a valid xRange identifier, meaning "any version"
|
|
140
140
|
// Only the first item is strictly required.
|
|
141
141
|
createToken('XRANGEIDENTIFIERLOOSE', `${src[t.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`)
|
|
142
142
|
createToken('XRANGEIDENTIFIER', `${src[t.NUMERICIDENTIFIER]}|x|X|\\*`)
|