veryfront 0.1.1183 → 0.1.1186
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/esm/cli/commands/eval/command.js +1 -1
- package/esm/cli/commands/generate/integration-generator.js +1 -1
- package/esm/cli/commands/routes/command.js +1 -1
- package/esm/cli/commands/skills/create.js +1 -1
- package/esm/cli/commands/skills/validate.js +1 -1
- package/esm/cli/scaffold/engine.js +1 -1
- package/esm/cli/skills/loader.js +1 -1
- package/esm/deno.d.ts +20 -1
- package/esm/deno.js +31 -6
- package/esm/deps/jsr.io/@std/fs/1.0.23/_create_walk_entry.js +2 -2
- package/esm/deps/jsr.io/@std/fs/1.0.23/_is_same_path.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.23/_is_subdir.js +2 -2
- package/esm/deps/jsr.io/@std/fs/1.0.23/_to_path_string.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.23/copy.js +3 -3
- package/esm/deps/jsr.io/@std/fs/1.0.23/empty_dir.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.23/ensure_file.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.23/ensure_link.js +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.23/ensure_symlink.js +2 -2
- package/esm/deps/jsr.io/@std/fs/1.0.23/expand_glob.d.ts +1 -1
- package/esm/deps/jsr.io/@std/fs/1.0.23/expand_glob.js +6 -6
- package/esm/deps/jsr.io/@std/fs/1.0.23/walk.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/assert_path.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/assert_path.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/basename.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/basename.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/constants.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/constants.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/dirname.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/dirname.js +1 -1
- package/esm/deps/jsr.io/@std/path/1.1.6/_common/env.d.ts +2 -0
- package/esm/deps/jsr.io/@std/path/1.1.6/_common/env.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.1.6/_common/env.js +11 -0
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/from_file_url.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/from_file_url.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/glob_to_reg_exp.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/glob_to_reg_exp.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/normalize.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/normalize.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/normalize_string.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/normalize_string.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/strip_trailing_separators.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/strip_trailing_separators.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/basename.d.ts +4 -1
- package/esm/deps/jsr.io/@std/path/1.1.6/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/basename.js +5 -2
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/constants.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/constants.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/dirname.d.ts +4 -1
- package/esm/deps/jsr.io/@std/path/1.1.6/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/dirname.js +5 -2
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/from_file_url.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/from_file_url.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/glob_to_regexp.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/glob_to_regexp.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/is_absolute.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/is_absolute.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/is_glob.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/is_glob.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/join.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/join.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/join_globs.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/join_globs.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/normalize.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/normalize.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/_util.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/_util.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/basename.d.ts +5 -0
- package/esm/deps/jsr.io/@std/path/1.1.6/posix/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/basename.js +6 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/constants.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/constants.js +2 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/dirname.d.ts +5 -0
- package/esm/deps/jsr.io/@std/path/1.1.6/posix/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/dirname.js +6 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/from_file_url.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/from_file_url.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/glob_to_regexp.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/glob_to_regexp.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/is_absolute.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/is_absolute.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/join.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/join.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/join_globs.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/join_globs.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/normalize.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/normalize.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/normalize_glob.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/normalize_glob.js +1 -1
- package/esm/deps/jsr.io/@std/path/1.1.6/posix/resolve.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/resolve.js +4 -9
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/resolve.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/resolve.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/_util.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/_util.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/basename.d.ts +1 -0
- package/esm/deps/jsr.io/@std/path/1.1.6/windows/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/basename.js +2 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/constants.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/constants.js +2 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/dirname.d.ts +1 -0
- package/esm/deps/jsr.io/@std/path/1.1.6/windows/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/dirname.js +2 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/from_file_url.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/from_file_url.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/glob_to_regexp.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/glob_to_regexp.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/is_absolute.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/is_absolute.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/join.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/join.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/join_globs.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/join_globs.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/normalize.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/normalize.js +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/normalize_glob.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/normalize_glob.js +1 -1
- package/esm/deps/jsr.io/@std/path/1.1.6/windows/resolve.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/resolve.js +5 -14
- package/esm/src/agent/hosted/chat-runtime-tool-assembly.js +16 -11
- package/esm/src/agent/hosted/cloud-agent-provider-bootstrap.d.ts.map +1 -1
- package/esm/src/agent/hosted/cloud-agent-provider-bootstrap.js +7 -2
- package/esm/src/agent/hosted/runtime-request-config.d.ts +1 -1
- package/esm/src/agent/hosted/runtime-request-config.d.ts.map +1 -1
- package/esm/src/agent/hosted/runtime-request-config.js +3 -2
- package/esm/src/agent/runtime/agent-runtime-step.d.ts +2 -0
- package/esm/src/agent/runtime/agent-runtime-step.d.ts.map +1 -1
- package/esm/src/agent/runtime/agent-runtime-step.js +6 -0
- package/esm/src/agent/runtime/index.d.ts.map +1 -1
- package/esm/src/agent/runtime/index.js +27 -5
- package/esm/src/agent/runtime/runtime-tool-config.d.ts.map +1 -1
- package/esm/src/agent/runtime/runtime-tool-config.js +2 -2
- package/esm/src/agent/runtime/tool-exposure.d.ts +9 -2
- package/esm/src/agent/runtime/tool-exposure.d.ts.map +1 -1
- package/esm/src/agent/runtime/tool-exposure.js +107 -47
- package/esm/src/agent/schemas/agent.schema.d.ts +2 -2
- package/esm/src/agent/service/node-sentry.d.ts +2 -0
- package/esm/src/agent/service/node-sentry.d.ts.map +1 -1
- package/esm/src/agent/service/node-sentry.js +23 -1
- package/esm/src/build/asset-pipeline/css-optimizer/types/index.d.ts +18 -22
- package/esm/src/build/asset-pipeline/css-optimizer/types/index.d.ts.map +1 -1
- package/esm/src/build/production-build/static-generation.d.ts.map +1 -1
- package/esm/src/build/production-build/static-generation.js +7 -9
- package/esm/src/cache/backend.d.ts +1 -0
- package/esm/src/cache/backend.d.ts.map +1 -1
- package/esm/src/cache/backend.js +1 -0
- package/esm/src/cache/backends/api.d.ts +3 -0
- package/esm/src/cache/backends/api.d.ts.map +1 -1
- package/esm/src/cache/backends/api.js +54 -3
- package/esm/src/cache/backends/disk.d.ts +21 -3
- package/esm/src/cache/backends/disk.d.ts.map +1 -1
- package/esm/src/cache/backends/disk.js +447 -119
- package/esm/src/cache/backends/index.d.ts +1 -0
- package/esm/src/cache/backends/index.d.ts.map +1 -1
- package/esm/src/cache/backends/index.js +1 -0
- package/esm/src/cache/backends/memory.d.ts +1 -0
- package/esm/src/cache/backends/memory.d.ts.map +1 -1
- package/esm/src/cache/backends/memory.js +9 -0
- package/esm/src/cache/bounded-read.d.ts +18 -0
- package/esm/src/cache/bounded-read.d.ts.map +1 -0
- package/esm/src/cache/bounded-read.js +97 -0
- package/esm/src/cache/types.d.ts +2 -0
- package/esm/src/cache/types.d.ts.map +1 -1
- package/esm/src/config/schemas/config.schema.d.ts +12 -8
- package/esm/src/config/schemas/config.schema.d.ts.map +1 -1
- package/esm/src/config/schemas/config.schema.js +29 -7
- package/esm/src/errors/error-registry/general.d.ts +1 -0
- package/esm/src/errors/error-registry/general.d.ts.map +1 -1
- package/esm/src/errors/error-registry/general.js +1 -0
- package/esm/src/errors/error-registry/module.d.ts +1 -0
- package/esm/src/errors/error-registry/module.d.ts.map +1 -1
- package/esm/src/errors/error-registry/module.js +1 -0
- package/esm/src/errors/index.d.ts +13 -0
- package/esm/src/errors/index.d.ts.map +1 -1
- package/esm/src/errors/index.js +13 -0
- package/esm/src/eval/datasets.js +1 -1
- package/esm/src/eval/discovery.js +1 -1
- package/esm/src/eval/provenance.js +1 -1
- package/esm/src/eval/run-report.js +1 -1
- package/esm/src/eval/studio.d.ts +1 -1
- package/esm/src/extensions/abort-signal.d.ts +8 -0
- package/esm/src/extensions/abort-signal.d.ts.map +1 -0
- package/esm/src/extensions/abort-signal.js +32 -0
- package/esm/src/extensions/builtin-extensions.d.ts.map +1 -1
- package/esm/src/extensions/builtin-extensions.js +0 -7
- package/esm/src/extensions/builtin-schema-validator.js +1 -1
- package/esm/src/extensions/capabilities.d.ts +4 -0
- package/esm/src/extensions/capabilities.d.ts.map +1 -1
- package/esm/src/extensions/capabilities.js +168 -29
- package/esm/src/extensions/css/css-optimization-engine.d.ts +46 -0
- package/esm/src/extensions/css/css-optimization-engine.d.ts.map +1 -0
- package/esm/src/extensions/css/css-optimization-engine.js +65 -0
- package/esm/src/extensions/css/css-processor.d.ts +30 -30
- package/esm/src/extensions/css/css-processor.d.ts.map +1 -1
- package/esm/src/extensions/css/css-processor.js +108 -8
- package/esm/src/extensions/css/css-purging-engine.d.ts +36 -0
- package/esm/src/extensions/css/css-purging-engine.d.ts.map +1 -0
- package/esm/src/extensions/css/css-purging-engine.js +57 -0
- package/esm/src/extensions/css/index.d.ts +7 -2
- package/esm/src/extensions/css/index.d.ts.map +1 -1
- package/esm/src/extensions/css/index.js +4 -1
- package/esm/src/extensions/diagnostic-string.d.ts +8 -0
- package/esm/src/extensions/diagnostic-string.d.ts.map +1 -0
- package/esm/src/extensions/diagnostic-string.js +36 -0
- package/esm/src/extensions/discovery.d.ts +43 -4
- package/esm/src/extensions/discovery.d.ts.map +1 -1
- package/esm/src/extensions/discovery.js +261 -46
- package/esm/src/extensions/distributed/defaults.d.ts +6 -0
- package/esm/src/extensions/distributed/defaults.d.ts.map +1 -0
- package/esm/src/extensions/distributed/defaults.js +14 -0
- package/esm/src/extensions/distributed/index.d.ts +5 -0
- package/esm/src/extensions/distributed/index.d.ts.map +1 -0
- package/esm/src/extensions/distributed/index.js +3 -0
- package/esm/src/extensions/distributed/owned-redis-client.d.ts +19 -0
- package/esm/src/extensions/distributed/owned-redis-client.d.ts.map +1 -0
- package/esm/src/extensions/distributed/owned-redis-client.js +173 -0
- package/esm/src/extensions/distributed/redis-runtime-provider.d.ts +150 -0
- package/esm/src/extensions/distributed/redis-runtime-provider.d.ts.map +1 -0
- package/esm/src/extensions/distributed/redis-runtime-provider.js +384 -0
- package/esm/src/extensions/entrypoint-identity.d.ts +92 -0
- package/esm/src/extensions/entrypoint-identity.d.ts.map +1 -0
- package/esm/src/extensions/entrypoint-identity.js +418 -0
- package/esm/src/extensions/factory-loader.d.ts +11 -1
- package/esm/src/extensions/factory-loader.d.ts.map +1 -1
- package/esm/src/extensions/factory-loader.js +72 -7
- package/esm/src/extensions/image/image-optimization-engine.d.ts +64 -0
- package/esm/src/extensions/image/image-optimization-engine.d.ts.map +1 -0
- package/esm/src/extensions/image/image-optimization-engine.js +63 -0
- package/esm/src/extensions/image/index.d.ts +9 -0
- package/esm/src/extensions/image/index.d.ts.map +1 -0
- package/esm/src/extensions/image/index.js +7 -0
- package/esm/src/extensions/index.d.ts +6 -2
- package/esm/src/extensions/index.d.ts.map +1 -1
- package/esm/src/extensions/index.js +6 -1
- package/esm/src/extensions/manifest-reader.d.ts +57 -0
- package/esm/src/extensions/manifest-reader.d.ts.map +1 -0
- package/esm/src/extensions/manifest-reader.js +623 -0
- package/esm/src/extensions/orchestrate.d.ts +11 -4
- package/esm/src/extensions/orchestrate.d.ts.map +1 -1
- package/esm/src/extensions/orchestrate.js +59 -26
- package/esm/src/extensions/property-inspection.d.ts +21 -0
- package/esm/src/extensions/property-inspection.d.ts.map +1 -0
- package/esm/src/extensions/property-inspection.js +62 -0
- package/esm/src/extensions/recommendations.d.ts.map +1 -1
- package/esm/src/extensions/recommendations.js +5 -0
- package/esm/src/extensions/types.d.ts +3 -0
- package/esm/src/extensions/types.d.ts.map +1 -1
- package/esm/src/extensions/types.js +5 -1
- package/esm/src/extensions/validation.d.ts.map +1 -1
- package/esm/src/extensions/validation.js +9 -0
- package/esm/src/extensions/websocket/index.d.ts +4 -0
- package/esm/src/extensions/websocket/index.d.ts.map +1 -0
- package/esm/src/extensions/websocket/index.js +3 -0
- package/esm/src/extensions/websocket/node-websocket-server-provider.d.ts +51 -0
- package/esm/src/extensions/websocket/node-websocket-server-provider.d.ts.map +1 -0
- package/esm/src/extensions/websocket/node-websocket-server-provider.js +146 -0
- package/esm/src/fs/index.d.ts +1 -0
- package/esm/src/fs/index.d.ts.map +1 -1
- package/esm/src/fs/index.js +1 -0
- package/esm/src/html/hydration-script-builder/hydration-runtime.generated.js +1 -1
- package/esm/src/html/styles-builder/candidate-extractor.d.ts +5 -18
- package/esm/src/html/styles-builder/candidate-extractor.d.ts.map +1 -1
- package/esm/src/html/styles-builder/candidate-extractor.js +68 -38
- package/esm/src/html/styles-builder/candidate-tokenizer.d.ts +9 -0
- package/esm/src/html/styles-builder/candidate-tokenizer.d.ts.map +1 -0
- package/esm/src/html/styles-builder/candidate-tokenizer.js +51 -0
- package/esm/src/html/styles-builder/css-hash-cache.d.ts +18 -43
- package/esm/src/html/styles-builder/css-hash-cache.d.ts.map +1 -1
- package/esm/src/html/styles-builder/css-hash-cache.js +203 -235
- package/esm/src/html/styles-builder/css-identity.d.ts +18 -0
- package/esm/src/html/styles-builder/css-identity.d.ts.map +1 -0
- package/esm/src/html/styles-builder/css-identity.js +61 -0
- package/esm/src/html/styles-builder/css-pregeneration.d.ts.map +1 -1
- package/esm/src/html/styles-builder/css-pregeneration.js +29 -10
- package/esm/src/html/styles-builder/index.d.ts +2 -2
- package/esm/src/html/styles-builder/index.d.ts.map +1 -1
- package/esm/src/html/styles-builder/index.js +1 -1
- package/esm/src/html/styles-builder/prepared-project-css-cache.d.ts +5 -1
- package/esm/src/html/styles-builder/prepared-project-css-cache.d.ts.map +1 -1
- package/esm/src/html/styles-builder/prepared-project-css-cache.js +134 -48
- package/esm/src/html/styles-builder/project-css-cache.d.ts +8 -5
- package/esm/src/html/styles-builder/project-css-cache.d.ts.map +1 -1
- package/esm/src/html/styles-builder/project-css-cache.js +148 -46
- package/esm/src/html/styles-builder/style-scope-profile.d.ts.map +1 -1
- package/esm/src/html/styles-builder/style-scope-profile.js +2 -6
- package/esm/src/html/styles-builder/tailwind-compiler-cache.d.ts +20 -18
- package/esm/src/html/styles-builder/tailwind-compiler-cache.d.ts.map +1 -1
- package/esm/src/html/styles-builder/tailwind-compiler-cache.js +152 -162
- package/esm/src/html/styles-builder/tailwind-compiler-utils.d.ts +1 -14
- package/esm/src/html/styles-builder/tailwind-compiler-utils.d.ts.map +1 -1
- package/esm/src/html/styles-builder/tailwind-compiler-utils.js +61 -108
- package/esm/src/html/styles-builder/tailwind-compiler.d.ts +34 -20
- package/esm/src/html/styles-builder/tailwind-compiler.d.ts.map +1 -1
- package/esm/src/html/styles-builder/tailwind-compiler.js +172 -129
- package/esm/src/middleware/builtin/security/redis-rate-limit.d.ts +1 -6
- package/esm/src/middleware/builtin/security/redis-rate-limit.d.ts.map +1 -1
- package/esm/src/middleware/builtin/security/redis-rate-limit.js +12 -53
- package/esm/src/observability/sentry.d.ts +9 -1
- package/esm/src/observability/sentry.d.ts.map +1 -1
- package/esm/src/observability/sentry.js +81 -14
- package/esm/src/platform/adapters/base.d.ts +35 -0
- package/esm/src/platform/adapters/base.d.ts.map +1 -1
- package/esm/src/platform/adapters/base.js +54 -5
- package/esm/src/platform/adapters/bounded-file-read.d.ts +34 -0
- package/esm/src/platform/adapters/bounded-file-read.d.ts.map +1 -0
- package/esm/src/platform/adapters/bounded-file-read.js +179 -0
- package/esm/src/platform/adapters/file-snapshot-error.d.ts +6 -0
- package/esm/src/platform/adapters/file-snapshot-error.d.ts.map +1 -0
- package/esm/src/platform/adapters/file-snapshot-error.js +11 -0
- package/esm/src/platform/adapters/file-system-capabilities.d.ts +38 -0
- package/esm/src/platform/adapters/file-system-capabilities.d.ts.map +1 -0
- package/esm/src/platform/adapters/file-system-capabilities.js +274 -0
- package/esm/src/platform/adapters/fs/veryfront/adapter.d.ts +6 -0
- package/esm/src/platform/adapters/fs/veryfront/adapter.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/veryfront/adapter.js +43 -0
- package/esm/src/platform/adapters/fs/veryfront/multi-project-adapter.d.ts +2 -0
- package/esm/src/platform/adapters/fs/veryfront/multi-project-adapter.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/veryfront/multi-project-adapter.js +14 -0
- package/esm/src/platform/adapters/fs/veryfront/read-operations-helpers.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/veryfront/read-operations-helpers.js +8 -0
- package/esm/src/platform/adapters/fs/veryfront/read-operations.d.ts +2 -0
- package/esm/src/platform/adapters/fs/veryfront/read-operations.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/veryfront/read-operations.js +66 -0
- package/esm/src/platform/adapters/fs/veryfront/types.d.ts +9 -0
- package/esm/src/platform/adapters/fs/veryfront/types.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/wrapper.d.ts +13 -0
- package/esm/src/platform/adapters/fs/wrapper.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/wrapper.js +109 -7
- package/esm/src/platform/adapters/mock.d.ts +5 -0
- package/esm/src/platform/adapters/mock.d.ts.map +1 -1
- package/esm/src/platform/adapters/mock.js +70 -2
- package/esm/src/platform/adapters/redis/modules.d.ts +1 -0
- package/esm/src/platform/adapters/redis/modules.d.ts.map +1 -1
- package/esm/src/platform/adapters/redis/modules.js +27 -13
- package/esm/src/platform/adapters/redis/node.js +1 -1
- package/esm/src/platform/adapters/redis/types.d.ts +1 -57
- package/esm/src/platform/adapters/redis/types.d.ts.map +1 -1
- package/esm/src/platform/adapters/runtime/bun/filesystem-adapter.d.ts +6 -0
- package/esm/src/platform/adapters/runtime/bun/filesystem-adapter.d.ts.map +1 -1
- package/esm/src/platform/adapters/runtime/bun/filesystem-adapter.js +42 -0
- package/esm/src/platform/adapters/runtime/deno/adapter.d.ts +6 -0
- package/esm/src/platform/adapters/runtime/deno/adapter.d.ts.map +1 -1
- package/esm/src/platform/adapters/runtime/deno/adapter.js +61 -0
- package/esm/src/platform/adapters/runtime/node/filesystem-adapter.d.ts +6 -0
- package/esm/src/platform/adapters/runtime/node/filesystem-adapter.d.ts.map +1 -1
- package/esm/src/platform/adapters/runtime/node/filesystem-adapter.js +43 -1
- package/esm/src/platform/adapters/runtime/node/http-server.d.ts +50 -4
- package/esm/src/platform/adapters/runtime/node/http-server.d.ts.map +1 -1
- package/esm/src/platform/adapters/runtime/node/http-server.js +779 -81
- package/esm/src/platform/adapters/runtime/node/types.d.ts +5 -17
- package/esm/src/platform/adapters/runtime/node/types.d.ts.map +1 -1
- package/esm/src/platform/adapters/runtime/node/websocket-adapter.d.ts +7 -19
- package/esm/src/platform/adapters/runtime/node/websocket-adapter.d.ts.map +1 -1
- package/esm/src/platform/adapters/runtime/node/websocket-adapter.js +88 -121
- package/esm/src/platform/adapters/runtime/shared/deferred-websocket.d.ts +44 -0
- package/esm/src/platform/adapters/runtime/shared/deferred-websocket.d.ts.map +1 -0
- package/esm/src/platform/adapters/runtime/shared/deferred-websocket.js +218 -0
- package/esm/src/platform/adapters/runtime/shared/native-file-capabilities.d.ts +33 -0
- package/esm/src/platform/adapters/runtime/shared/native-file-capabilities.d.ts.map +1 -0
- package/esm/src/platform/adapters/runtime/shared/native-file-capabilities.js +205 -0
- package/esm/src/platform/adapters/veryfront-api-client/client.d.ts +3 -1
- package/esm/src/platform/adapters/veryfront-api-client/client.d.ts.map +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/client.js +25 -0
- package/esm/src/platform/adapters/veryfront-api-client/operations.d.ts +3 -0
- package/esm/src/platform/adapters/veryfront-api-client/operations.d.ts.map +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/operations.js +61 -0
- package/esm/src/platform/adapters/veryfront-api-transport.d.ts +14 -1
- package/esm/src/platform/adapters/veryfront-api-transport.d.ts.map +1 -1
- package/esm/src/platform/adapters/veryfront-api-transport.js +150 -12
- package/esm/src/platform/compat/console/deno.d.ts +15 -3
- package/esm/src/platform/compat/console/deno.d.ts.map +1 -1
- package/esm/src/platform/compat/console/deno.js +18 -2
- package/esm/src/platform/compat/console/index.d.ts +2 -2
- package/esm/src/platform/compat/console/index.d.ts.map +1 -1
- package/esm/src/platform/compat/console/index.js +7 -38
- package/esm/src/platform/compat/console/node.d.ts +2 -2
- package/esm/src/platform/compat/console/node.d.ts.map +1 -1
- package/esm/src/platform/compat/console/node.js +22 -21
- package/esm/src/platform/compat/fs.d.ts +6 -2
- package/esm/src/platform/compat/fs.d.ts.map +1 -1
- package/esm/src/platform/compat/fs.js +55 -19
- package/esm/src/platform/compat/http/websocket-upgrade-options.d.ts +23 -0
- package/esm/src/platform/compat/http/websocket-upgrade-options.d.ts.map +1 -0
- package/esm/src/platform/compat/http/websocket-upgrade-options.js +98 -0
- package/esm/src/platform/compat/not-found-error.d.ts +7 -0
- package/esm/src/platform/compat/not-found-error.d.ts.map +1 -0
- package/esm/src/platform/compat/not-found-error.js +41 -0
- package/esm/src/platform/compat/path/basic-operations.d.ts +1 -1
- package/esm/src/platform/compat/path/basic-operations.d.ts.map +1 -1
- package/esm/src/platform/compat/path/basic-operations.js +24 -44
- package/esm/src/platform/compat/path/index.d.ts +1 -0
- package/esm/src/platform/compat/path/index.d.ts.map +1 -1
- package/esm/src/platform/compat/path/index.js +1 -0
- package/esm/src/platform/compat/path/parse-format.d.ts.map +1 -1
- package/esm/src/platform/compat/path/parse-format.js +26 -20
- package/esm/src/platform/compat/path/portable.d.ts +16 -0
- package/esm/src/platform/compat/path/portable.d.ts.map +1 -0
- package/esm/src/platform/compat/path/portable.js +307 -0
- package/esm/src/platform/compat/path/posix.d.ts +14 -0
- package/esm/src/platform/compat/path/posix.d.ts.map +1 -0
- package/esm/src/platform/compat/path/posix.js +206 -0
- package/esm/src/platform/compat/path/resolution.d.ts +1 -1
- package/esm/src/platform/compat/path/resolution.d.ts.map +1 -1
- package/esm/src/platform/compat/path/resolution.js +28 -112
- package/esm/src/platform/compat/path/runtime.d.ts +2 -1
- package/esm/src/platform/compat/path/runtime.d.ts.map +1 -1
- package/esm/src/platform/compat/path/runtime.js +5 -0
- package/esm/src/platform/compat/path/types.d.ts +5 -1
- package/esm/src/platform/compat/path/types.d.ts.map +1 -1
- package/esm/src/platform/compat/path/url-conversion.d.ts +10 -0
- package/esm/src/platform/compat/path/url-conversion.d.ts.map +1 -1
- package/esm/src/platform/compat/path/url-conversion.js +63 -41
- package/esm/src/platform/compat/process/env.d.ts +1 -0
- package/esm/src/platform/compat/process/env.d.ts.map +1 -1
- package/esm/src/platform/compat/process/env.js +1 -0
- package/esm/src/platform/compat/std/fmt-colors.d.ts +11 -0
- package/esm/src/platform/compat/std/fmt-colors.d.ts.map +1 -0
- package/esm/src/platform/compat/std/fmt-colors.js +46 -0
- package/esm/src/platform/compat/time-scale.d.ts +5 -0
- package/esm/src/platform/compat/time-scale.d.ts.map +1 -0
- package/esm/src/platform/compat/time-scale.js +20 -0
- package/esm/src/proxy/routing-invalidation-redis.d.ts +2 -2
- package/esm/src/proxy/routing-invalidation-redis.d.ts.map +1 -1
- package/esm/src/proxy/routing-invalidation-redis.js +1 -2
- package/esm/src/react/components/ui/label.d.ts +1 -1
- package/esm/src/registry/project-scoped-registry-manager.d.ts +14 -0
- package/esm/src/registry/project-scoped-registry-manager.d.ts.map +1 -1
- package/esm/src/registry/project-scoped-registry-manager.js +100 -4
- package/esm/src/release-assets/build-executor.d.ts +2 -2
- package/esm/src/release-assets/css-compile.d.ts +11 -11
- package/esm/src/release-assets/css-compile.d.ts.map +1 -1
- package/esm/src/release-assets/css-compile.js +40 -49
- package/esm/src/release-assets/index.d.ts +6 -0
- package/esm/src/release-assets/index.d.ts.map +1 -1
- package/esm/src/release-assets/index.js +6 -0
- package/esm/src/rendering/cache/stores/redis-store.d.ts +1 -2
- package/esm/src/rendering/cache/stores/redis-store.d.ts.map +1 -1
- package/esm/src/rendering/cache/stores/redis-store.js +21 -38
- package/esm/src/rendering/orchestrator/pipeline-helpers.d.ts.map +1 -1
- package/esm/src/rendering/orchestrator/pipeline-helpers.js +4 -2
- package/esm/src/repositories/types.d.ts +6 -1
- package/esm/src/repositories/types.d.ts.map +1 -1
- package/esm/src/runs/schemas.d.ts +9 -9
- package/esm/src/security/secure-fs.d.ts +10 -0
- package/esm/src/security/secure-fs.d.ts.map +1 -1
- package/esm/src/security/secure-fs.js +286 -24
- package/esm/src/server/bootstrap.d.ts +5 -0
- package/esm/src/server/bootstrap.d.ts.map +1 -1
- package/esm/src/server/bootstrap.js +12 -0
- package/esm/src/server/dev-server/server.d.ts +4 -0
- package/esm/src/server/dev-server/server.d.ts.map +1 -1
- package/esm/src/server/dev-server/server.js +7 -0
- package/esm/src/server/handlers/dev/styles-css.handler.d.ts.map +1 -1
- package/esm/src/server/handlers/dev/styles-css.handler.js +33 -36
- package/esm/src/server/handlers/request/css.handler.d.ts.map +1 -1
- package/esm/src/server/handlers/request/css.handler.js +13 -9
- package/esm/src/server/handlers/request/project-run-execute.handler.js +2 -2
- package/esm/src/server/index.d.ts +2 -0
- package/esm/src/server/index.d.ts.map +1 -1
- package/esm/src/server/index.js +178 -28
- package/esm/src/server/node-upgrade-lifecycle.d.ts +44 -0
- package/esm/src/server/node-upgrade-lifecycle.d.ts.map +1 -0
- package/esm/src/server/node-upgrade-lifecycle.js +152 -0
- package/esm/src/server/production-server.d.ts.map +1 -1
- package/esm/src/server/production-server.js +12 -2
- package/esm/src/server/service-server.d.ts +5 -0
- package/esm/src/server/service-server.d.ts.map +1 -1
- package/esm/src/server/service-server.js +51 -26
- package/esm/src/task/discovery.js +1 -1
- package/esm/src/testing/timing.d.ts.map +1 -1
- package/esm/src/testing/timing.js +3 -13
- package/esm/src/transforms/mdx/esm-module-loader/module-fetcher/module-cache.d.ts.map +1 -1
- package/esm/src/transforms/mdx/esm-module-loader/module-fetcher/module-cache.js +18 -14
- package/esm/src/transforms/mdx/esm-module-loader/resolution/file-finder.d.ts.map +1 -1
- package/esm/src/transforms/mdx/esm-module-loader/resolution/file-finder.js +6 -1
- package/esm/src/transforms/mdx/esm-module-loader/resolution/module-path.d.ts +7 -0
- package/esm/src/transforms/mdx/esm-module-loader/resolution/module-path.d.ts.map +1 -0
- package/esm/src/transforms/mdx/esm-module-loader/resolution/module-path.js +35 -0
- package/esm/src/trigger/discovery.js +1 -1
- package/esm/src/types/index.d.ts +1 -1
- package/esm/src/types/index.d.ts.map +1 -1
- package/esm/src/utils/circuit-breaker.d.ts +3 -1
- package/esm/src/utils/circuit-breaker.d.ts.map +1 -1
- package/esm/src/utils/circuit-breaker.js +7 -1
- package/esm/src/utils/constants/build.d.ts +9 -0
- package/esm/src/utils/constants/build.d.ts.map +1 -1
- package/esm/src/utils/constants/build.js +9 -0
- package/esm/src/utils/constants/css.d.ts +20 -0
- package/esm/src/utils/constants/css.d.ts.map +1 -0
- package/esm/src/utils/constants/css.js +19 -0
- package/esm/src/utils/constants/index.d.ts +1 -1
- package/esm/src/utils/constants/index.d.ts.map +1 -1
- package/esm/src/utils/constants/index.js +1 -1
- package/esm/src/utils/css-artifact-identity.d.ts +23 -0
- package/esm/src/utils/css-artifact-identity.d.ts.map +1 -0
- package/esm/src/utils/css-artifact-identity.js +77 -0
- package/esm/src/utils/css-candidate-admission.d.ts +5 -0
- package/esm/src/utils/css-candidate-admission.d.ts.map +1 -0
- package/esm/src/utils/css-candidate-admission.js +162 -0
- package/esm/src/utils/css-content-admission.d.ts +5 -0
- package/esm/src/utils/css-content-admission.d.ts.map +1 -0
- package/esm/src/utils/css-content-admission.js +25 -0
- package/esm/src/utils/index.d.ts +1 -0
- package/esm/src/utils/index.d.ts.map +1 -1
- package/esm/src/utils/index.js +1 -0
- package/esm/src/utils/is-well-formed-string.d.ts +4 -0
- package/esm/src/utils/is-well-formed-string.d.ts.map +1 -0
- package/esm/src/utils/is-well-formed-string.js +21 -0
- package/esm/src/utils/redis-client.d.ts +2 -29
- package/esm/src/utils/redis-client.d.ts.map +1 -1
- package/esm/src/utils/redis-client.js +42 -114
- package/esm/src/utils/response-body.d.ts +62 -1
- package/esm/src/utils/response-body.d.ts.map +1 -1
- package/esm/src/utils/response-body.js +943 -10
- package/esm/src/utils/retained-string.d.ts +8 -0
- package/esm/src/utils/retained-string.d.ts.map +1 -0
- package/esm/src/utils/retained-string.js +50 -0
- package/esm/src/utils/utf8-byte-length.d.ts +9 -0
- package/esm/src/utils/utf8-byte-length.d.ts.map +1 -0
- package/esm/src/utils/utf8-byte-length.js +52 -0
- package/esm/src/utils/version-constant.d.ts +1 -1
- package/esm/src/utils/version-constant.js +1 -1
- package/esm/src/workflow/blob/blob-id.d.ts +3 -2
- package/esm/src/workflow/blob/blob-id.d.ts.map +1 -1
- package/esm/src/workflow/blob/blob-id.js +3 -2
- package/esm/src/workflow/blob/index.d.ts +18 -0
- package/esm/src/workflow/blob/index.d.ts.map +1 -0
- package/esm/src/workflow/blob/index.js +17 -0
- package/esm/src/workflow/blob/types.d.ts +21 -0
- package/esm/src/workflow/blob/types.d.ts.map +1 -1
- package/esm/src/workflow/blob/types.js +2 -1
- package/esm/src/workflow/claude-code/event-publisher.d.ts +9 -17
- package/esm/src/workflow/claude-code/event-publisher.d.ts.map +1 -1
- package/esm/src/workflow/claude-code/event-publisher.js +60 -75
- package/esm/src/workflow/claude-code/types.d.ts +1 -0
- package/esm/src/workflow/claude-code/types.d.ts.map +1 -1
- package/esm/src/workflow/claude-code/types.js +4 -1
- package/esm/src/workflow/claude-code/workspace-sync.d.ts.map +1 -1
- package/esm/src/workflow/claude-code/workspace-sync.js +9 -4
- package/esm/src/workflow/discovery/workflow-discovery.js +1 -1
- package/esm/src/workflow/schemas/workflow.schema.d.ts +14 -14
- package/package.json +46 -11
- package/esm/deps/jsr.io/@std/fmt/1.0.9/colors.d.ts +0 -700
- package/esm/deps/jsr.io/@std/fmt/1.0.9/colors.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/fmt/1.0.9/colors.js +0 -903
- package/esm/deps/jsr.io/@std/path/1.1.4/_common/common.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.1.4/_common/common.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/_common/common.js +0 -23
- package/esm/deps/jsr.io/@std/path/1.1.4/_common/format.d.ts +0 -4
- package/esm/deps/jsr.io/@std/path/1.1.4/_common/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/_common/format.js +0 -19
- package/esm/deps/jsr.io/@std/path/1.1.4/_common/relative.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.1.4/_common/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/_common/relative.js +0 -9
- package/esm/deps/jsr.io/@std/path/1.1.4/_common/to_file_url.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.1.4/_common/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/_common/to_file_url.js +0 -15
- package/esm/deps/jsr.io/@std/path/1.1.4/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/common.d.ts +0 -28
- package/esm/deps/jsr.io/@std/path/1.1.4/common.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/common.js +0 -33
- package/esm/deps/jsr.io/@std/path/1.1.4/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/extname.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.1.4/extname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/extname.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.1.4/format.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.1.4/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/format.js +0 -27
- package/esm/deps/jsr.io/@std/path/1.1.4/mod.d.ts +0 -213
- package/esm/deps/jsr.io/@std/path/1.1.4/mod.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/mod.js +0 -216
- package/esm/deps/jsr.io/@std/path/1.1.4/normalize_glob.d.ts +0 -29
- package/esm/deps/jsr.io/@std/path/1.1.4/normalize_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/normalize_glob.js +0 -35
- package/esm/deps/jsr.io/@std/path/1.1.4/parse.d.ts +0 -35
- package/esm/deps/jsr.io/@std/path/1.1.4/parse.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/parse.js +0 -39
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/common.d.ts +0 -19
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/common.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/common.js +0 -24
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/extname.d.ts +0 -37
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/extname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/extname.js +0 -93
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/format.d.ts +0 -24
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/format.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/is_glob.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/is_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/is_glob.js +0 -3
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/mod.d.ts +0 -40
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/mod.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/mod.js +0 -43
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/parse.d.ts +0 -25
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/parse.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/parse.js +0 -115
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/relative.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/relative.js +0 -106
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/resolve.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/to_file_url.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/to_file_url.js +0 -27
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/to_namespaced_path.d.ts +0 -16
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/posix/to_namespaced_path.js +0 -20
- package/esm/deps/jsr.io/@std/path/1.1.4/relative.d.ts +0 -24
- package/esm/deps/jsr.io/@std/path/1.1.4/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/relative.js +0 -30
- package/esm/deps/jsr.io/@std/path/1.1.4/to_file_url.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.1.4/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/to_file_url.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.1.4/to_namespaced_path.d.ts +0 -21
- package/esm/deps/jsr.io/@std/path/1.1.4/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/to_namespaced_path.js +0 -29
- package/esm/deps/jsr.io/@std/path/1.1.4/types.d.ts +0 -38
- package/esm/deps/jsr.io/@std/path/1.1.4/types.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/types.js +0 -3
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/extname.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/extname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/extname.js +0 -82
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/format.d.ts +0 -24
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/format.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/parse.d.ts +0 -25
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/parse.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/parse.js +0 -176
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/relative.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/relative.js +0 -131
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/resolve.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/to_file_url.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/to_file_url.js +0 -34
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/to_namespaced_path.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.1.4/windows/to_namespaced_path.js +0 -49
- package/esm/src/build/asset-pipeline/tailwind-processor/css-utils.d.ts +0 -3
- package/esm/src/build/asset-pipeline/tailwind-processor/css-utils.d.ts.map +0 -1
- package/esm/src/build/asset-pipeline/tailwind-processor/css-utils.js +0 -13
- package/esm/src/build/binary-plugin-includes.d.ts +0 -6
- package/esm/src/build/binary-plugin-includes.d.ts.map +0 -1
- package/esm/src/build/binary-plugin-includes.js +0 -30
- package/esm/src/html/styles-builder/plugin-loader.d.ts +0 -15
- package/esm/src/html/styles-builder/plugin-loader.d.ts.map +0 -1
- package/esm/src/html/styles-builder/plugin-loader.js +0 -206
- package/esm/src/html/styles-builder/tailwind-plugin-allowlist.d.ts +0 -29
- package/esm/src/html/styles-builder/tailwind-plugin-allowlist.d.ts.map +0 -1
- package/esm/src/html/styles-builder/tailwind-plugin-allowlist.js +0 -48
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/assert_path.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/basename.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/constants.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/dirname.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/from_file_url.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/glob_to_reg_exp.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/normalize.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/normalize_string.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/_common/strip_trailing_separators.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/constants.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/from_file_url.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/glob_to_regexp.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/is_absolute.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/is_glob.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/join.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/join_globs.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/normalize.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/_util.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/constants.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/from_file_url.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/glob_to_regexp.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/is_absolute.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/join.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/join_globs.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/normalize.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/normalize_glob.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/posix/resolve.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/resolve.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/_util.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/constants.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/from_file_url.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/glob_to_regexp.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/is_absolute.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/join.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/join_globs.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/normalize.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/normalize_glob.d.ts +0 -0
- /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.6}/windows/resolve.d.ts +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Eval command - Discover and run eval definitions from the evals/ directory.
|
|
3
3
|
*/
|
|
4
4
|
import * as dntShim from "../../../_dnt.shims.js";
|
|
5
|
-
import { dirname, isAbsolute, relative, resolve } from "../../../
|
|
5
|
+
import { dirname, isAbsolute, relative, resolve } from "../../../src/platform/compat/path/index.js";
|
|
6
6
|
import { isErroredToolExecutionResult, } from "../../../src/tool/index.js";
|
|
7
7
|
import { orchestrateExtensions } from "../../../src/extensions/index.js";
|
|
8
8
|
import { createEvalReportExporterRegistry, EvalReportExporterRegistryName, } from "../../../src/extensions/eval/index.js";
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Generates new service integration scaffolds with interactive prompts.
|
|
5
5
|
* Creates connector.json, API client, OAuth routes, token store, and tool skeletons.
|
|
6
6
|
*/
|
|
7
|
-
import { join } from "../../../
|
|
7
|
+
import { join } from "../../../src/platform/compat/path/index.js";
|
|
8
8
|
import { bold, brand, dim } from "../../ui/index.js";
|
|
9
9
|
import { cliLogger } from "../../utils/index.js";
|
|
10
10
|
import { createFileSystem } from "../../../src/platform/index.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { join, relative } from "../../../
|
|
1
|
+
import { join, relative } from "../../../src/platform/compat/path/index.js";
|
|
2
2
|
import { runtime } from "../../../src/platform/index.js";
|
|
3
3
|
import { getConfig } from "../../../src/config/index.js";
|
|
4
4
|
import { cliLogger } from "../../utils/index.js";
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @module cli/commands/skills/create
|
|
5
5
|
*/
|
|
6
6
|
import * as dntShim from "../../../_dnt.shims.js";
|
|
7
|
-
import { relative } from "../../../
|
|
7
|
+
import { relative } from "../../../src/platform/compat/path/index.js";
|
|
8
8
|
import { createSuccessEnvelope, isJsonMode, outputJson } from "../../shared/json-output.js";
|
|
9
9
|
import { exitProcess, logSuccess, logUsageError } from "../../utils/index.js";
|
|
10
10
|
import { scaffoldProjectFile } from "../../scaffold/engine.js";
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import { createSuccessEnvelope, isJsonMode, outputJson } from "../../shared/json-output.js";
|
|
7
7
|
import { exitProcess, logError, logSuccess, logWarning } from "../../utils/index.js";
|
|
8
8
|
import { createFileSystem } from "../../../src/platform/index.js";
|
|
9
|
-
import { basename, resolve } from "../../../
|
|
9
|
+
import { basename, resolve } from "../../../src/platform/compat/path/index.js";
|
|
10
10
|
import { parseSkillFrontmatter, SKILL_NAME_REGEX, validateSkillMetadata } from "../../../src/skill/index.js";
|
|
11
11
|
export async function validateSkill(args) {
|
|
12
12
|
const dir = args._[2] ?? ".";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { dirname, join } from "../../
|
|
1
|
+
import { dirname, join } from "../../src/platform/compat/path/index.js";
|
|
2
2
|
import { createFileSystem } from "../../src/platform/index.js";
|
|
3
3
|
import { ensureDir, fileExists } from "../utils/fs.js";
|
|
4
4
|
import { toComponentName, toSlug } from "../utils/string.js";
|
package/esm/cli/skills/loader.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createFileSystem } from "../../src/platform/index.js";
|
|
2
2
|
import { cwd } from "../../src/platform/index.js";
|
|
3
|
-
import { basename } from "../../
|
|
3
|
+
import { basename } from "../../src/platform/compat/path/index.js";
|
|
4
4
|
import { parseSkillFrontmatter, validateSkillMetadata } from "../../src/skill/index.js";
|
|
5
5
|
import { CORE_SKILLS } from "./core-skills.js";
|
|
6
6
|
function getCoreSkillsDir() {
|
package/esm/deno.d.ts
CHANGED
|
@@ -35,8 +35,10 @@ declare namespace _default {
|
|
|
35
35
|
"./channels/invoke": string;
|
|
36
36
|
"./tool": string;
|
|
37
37
|
"./workflow": string;
|
|
38
|
+
"./workflow/blob": string;
|
|
38
39
|
"./workflow/worker": string;
|
|
39
40
|
"./workflow/claude-code": string;
|
|
41
|
+
"./workflow/claude-code/types": string;
|
|
40
42
|
"./workflow/claude-code/react": string;
|
|
41
43
|
"./workflow/discovery": string;
|
|
42
44
|
"./schemas": string;
|
|
@@ -50,9 +52,12 @@ declare namespace _default {
|
|
|
50
52
|
"./webhook": string;
|
|
51
53
|
"./mcp": string;
|
|
52
54
|
"./middleware": string;
|
|
55
|
+
"./errors": string;
|
|
53
56
|
"./observability": string;
|
|
54
57
|
"./observability/sentry": string;
|
|
55
58
|
"./observability/otlp-setup": string;
|
|
59
|
+
"./errors/general": string;
|
|
60
|
+
"./errors/module": string;
|
|
56
61
|
"./utils": string;
|
|
57
62
|
"./utils/logger": string;
|
|
58
63
|
"./release-assets": string;
|
|
@@ -66,21 +71,26 @@ declare namespace _default {
|
|
|
66
71
|
"./embedding": string;
|
|
67
72
|
"./knowledge": string;
|
|
68
73
|
"./extensions": string;
|
|
74
|
+
"./extensions/types": string;
|
|
69
75
|
"./extensions/llm": string;
|
|
70
76
|
"./extensions/auth": string;
|
|
71
77
|
"./extensions/bundler": string;
|
|
72
78
|
"./extensions/cache": string;
|
|
73
79
|
"./extensions/content": string;
|
|
80
|
+
"./extensions/distributed": string;
|
|
74
81
|
"./extensions/contracts": string;
|
|
75
82
|
"./extensions/compat": string;
|
|
76
83
|
"./extensions/first-party-import": string;
|
|
77
84
|
"./extensions/css": string;
|
|
85
|
+
"./extensions/image": string;
|
|
78
86
|
"./extensions/database": string;
|
|
79
87
|
"./extensions/eval": string;
|
|
80
88
|
"./extensions/parser": string;
|
|
81
89
|
"./extensions/sandbox": string;
|
|
82
90
|
"./extensions/schema": string;
|
|
83
91
|
"./extensions/observability": string;
|
|
92
|
+
"./extensions/websocket": string;
|
|
93
|
+
"./platform/env": string;
|
|
84
94
|
"./testing": string;
|
|
85
95
|
"./testing/assert": string;
|
|
86
96
|
"./testing/bdd": string;
|
|
@@ -127,6 +137,7 @@ declare namespace _default {
|
|
|
127
137
|
"veryfront/workflow/runtime": string;
|
|
128
138
|
"veryfront/workflow/worker": string;
|
|
129
139
|
"veryfront/workflow/claude-code": string;
|
|
140
|
+
"veryfront/workflow/claude-code/types": string;
|
|
130
141
|
"veryfront/workflow/claude-code/react": string;
|
|
131
142
|
"veryfront/workflow/discovery": string;
|
|
132
143
|
"veryfront/utils": string;
|
|
@@ -144,6 +155,7 @@ declare namespace _default {
|
|
|
144
155
|
"veryfront/observability/otlp-setup": string;
|
|
145
156
|
"veryfront/observability/sentry": string;
|
|
146
157
|
"veryfront/platform/esbuild-init": string;
|
|
158
|
+
"veryfront/platform/env": string;
|
|
147
159
|
"veryfront/platform/path": string;
|
|
148
160
|
"veryfront/platform/http": string;
|
|
149
161
|
"veryfront/cli": string;
|
|
@@ -163,6 +175,8 @@ declare namespace _default {
|
|
|
163
175
|
"veryfront/cache": string;
|
|
164
176
|
"veryfront/security": string;
|
|
165
177
|
"veryfront/errors": string;
|
|
178
|
+
"veryfront/errors/general": string;
|
|
179
|
+
"veryfront/errors/module": string;
|
|
166
180
|
"veryfront/trigger/target": string;
|
|
167
181
|
"veryfront/trigger/validation": string;
|
|
168
182
|
"veryfront/issues": string;
|
|
@@ -174,6 +188,7 @@ declare namespace _default {
|
|
|
174
188
|
"veryfront/tool/schema": string;
|
|
175
189
|
"veryfront/agent/composition": string;
|
|
176
190
|
"veryfront/extensions": string;
|
|
191
|
+
"veryfront/extensions/types": string;
|
|
177
192
|
"veryfront/testing": string;
|
|
178
193
|
"veryfront/testing/assert": string;
|
|
179
194
|
"veryfront/testing/bdd": string;
|
|
@@ -182,10 +197,12 @@ declare namespace _default {
|
|
|
182
197
|
"veryfront/extensions/bundler": string;
|
|
183
198
|
"veryfront/extensions/cache": string;
|
|
184
199
|
"veryfront/extensions/content": string;
|
|
200
|
+
"veryfront/extensions/distributed": string;
|
|
185
201
|
"veryfront/extensions/compat": string;
|
|
186
202
|
"veryfront/extensions/contracts": string;
|
|
187
203
|
"veryfront/extensions/first-party-import": string;
|
|
188
204
|
"veryfront/extensions/css": string;
|
|
205
|
+
"veryfront/extensions/image": string;
|
|
189
206
|
"veryfront/extensions/database": string;
|
|
190
207
|
"veryfront/extensions/eval": string;
|
|
191
208
|
"veryfront/extensions/parser": string;
|
|
@@ -214,6 +231,8 @@ declare namespace _default {
|
|
|
214
231
|
"#veryfront/eval/agent-service": string;
|
|
215
232
|
"#veryfront/metrics": string;
|
|
216
233
|
"#veryfront/extensions/eval": string;
|
|
234
|
+
"#veryfront/extensions/distributed": string;
|
|
235
|
+
"#veryfront/extensions/distributed/": string;
|
|
217
236
|
"#veryfront/extensions/first-party-import.ts": string;
|
|
218
237
|
"#veryfront/html": string;
|
|
219
238
|
"#veryfront/mcp": string;
|
|
@@ -240,6 +259,7 @@ declare namespace _default {
|
|
|
240
259
|
"#veryfront/trigger/": string;
|
|
241
260
|
"#veryfront/server": string;
|
|
242
261
|
"#veryfront/server/project-env": string;
|
|
262
|
+
"#veryfront/extensions/websocket": string;
|
|
243
263
|
"#veryfront/testing": string;
|
|
244
264
|
"#veryfront/testing/assert": string;
|
|
245
265
|
"#veryfront/testing/bdd": string;
|
|
@@ -323,7 +343,6 @@ declare namespace _default {
|
|
|
323
343
|
"react/jsx-dev-runtime": string;
|
|
324
344
|
"veryfront/schemas": string;
|
|
325
345
|
"veryfront/chat/message-prep": string;
|
|
326
|
-
"#dnt": string;
|
|
327
346
|
};
|
|
328
347
|
export namespace compilerOptions {
|
|
329
348
|
let jsx: string;
|
package/esm/deno.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"name": "veryfront",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1186",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"nodeModulesDir": "auto",
|
|
6
6
|
"minimumDependencyAge": {
|
|
@@ -44,9 +44,16 @@ export default {
|
|
|
44
44
|
"./extensions/ext-llm-google",
|
|
45
45
|
"./extensions/ext-llm-openai",
|
|
46
46
|
"./extensions/ext-auth-jwt",
|
|
47
|
+
"./extensions/ext-blob-gcs",
|
|
48
|
+
"./extensions/ext-blob-s3",
|
|
47
49
|
"./extensions/ext-bundler-esbuild",
|
|
48
50
|
"./extensions/ext-cache-redis",
|
|
51
|
+
"./extensions/ext-redis",
|
|
52
|
+
"./extensions/ext-css-lightning",
|
|
53
|
+
"./extensions/ext-css-purgecss",
|
|
49
54
|
"./extensions/ext-css-tailwind",
|
|
55
|
+
"./extensions/ext-image-sharp",
|
|
56
|
+
"./extensions/ext-node-websocket-ws",
|
|
50
57
|
"./extensions/ext-document-kreuzberg",
|
|
51
58
|
"./extensions/ext-db-sqlite",
|
|
52
59
|
"./extensions/ext-parser-babel",
|
|
@@ -68,8 +75,7 @@ export default {
|
|
|
68
75
|
"data/",
|
|
69
76
|
".deno_cache/",
|
|
70
77
|
"cli/templates/files/",
|
|
71
|
-
"cli/templates/integrations/"
|
|
72
|
-
"extensions/"
|
|
78
|
+
"cli/templates/integrations/"
|
|
73
79
|
],
|
|
74
80
|
"exports": {
|
|
75
81
|
".": "./src/index.ts",
|
|
@@ -96,8 +102,10 @@ export default {
|
|
|
96
102
|
"./channels/invoke": "./src/channels/invoke.ts",
|
|
97
103
|
"./tool": "./src/tool/index.ts",
|
|
98
104
|
"./workflow": "./src/workflow/index.ts",
|
|
105
|
+
"./workflow/blob": "./src/workflow/blob/index.ts",
|
|
99
106
|
"./workflow/worker": "./src/workflow/worker/index.ts",
|
|
100
107
|
"./workflow/claude-code": "./src/workflow/claude-code/index.ts",
|
|
108
|
+
"./workflow/claude-code/types": "./src/workflow/claude-code/types.ts",
|
|
101
109
|
"./workflow/claude-code/react": "./src/workflow/claude-code/react/index.ts",
|
|
102
110
|
"./workflow/discovery": "./src/workflow/discovery/index.ts",
|
|
103
111
|
"./schemas": "./src/schemas/index.ts",
|
|
@@ -111,9 +119,12 @@ export default {
|
|
|
111
119
|
"./webhook": "./src/webhook/index.ts",
|
|
112
120
|
"./mcp": "./src/mcp/index.ts",
|
|
113
121
|
"./middleware": "./src/middleware/index.ts",
|
|
122
|
+
"./errors": "./src/errors/index.ts",
|
|
114
123
|
"./observability": "./src/observability/index.ts",
|
|
115
124
|
"./observability/sentry": "./src/observability/sentry.ts",
|
|
116
125
|
"./observability/otlp-setup": "./src/observability/tracing/otlp-setup.ts",
|
|
126
|
+
"./errors/general": "./src/errors/error-registry/general.ts",
|
|
127
|
+
"./errors/module": "./src/errors/error-registry/module.ts",
|
|
117
128
|
"./utils": "./src/utils/index.ts",
|
|
118
129
|
"./utils/logger": "./src/utils/logger/index.ts",
|
|
119
130
|
"./release-assets": "./src/release-assets/index.ts",
|
|
@@ -127,21 +138,26 @@ export default {
|
|
|
127
138
|
"./embedding": "./src/embedding/index.ts",
|
|
128
139
|
"./knowledge": "./src/knowledge/index.ts",
|
|
129
140
|
"./extensions": "./src/extensions/index.ts",
|
|
141
|
+
"./extensions/types": "./src/extensions/types.ts",
|
|
130
142
|
"./extensions/llm": "./src/extensions/llm/index.ts",
|
|
131
143
|
"./extensions/auth": "./src/extensions/auth/index.ts",
|
|
132
144
|
"./extensions/bundler": "./src/extensions/bundler/index.ts",
|
|
133
145
|
"./extensions/cache": "./src/extensions/cache/index.ts",
|
|
134
146
|
"./extensions/content": "./src/extensions/content/index.ts",
|
|
147
|
+
"./extensions/distributed": "./src/extensions/distributed/index.ts",
|
|
135
148
|
"./extensions/contracts": "./src/extensions/contracts.ts",
|
|
136
149
|
"./extensions/compat": "./src/extensions/compat/index.ts",
|
|
137
150
|
"./extensions/first-party-import": "./src/extensions/first-party-import.ts",
|
|
138
151
|
"./extensions/css": "./src/extensions/css/index.ts",
|
|
152
|
+
"./extensions/image": "./src/extensions/image/index.ts",
|
|
139
153
|
"./extensions/database": "./src/extensions/database/index.ts",
|
|
140
154
|
"./extensions/eval": "./src/extensions/eval/index.ts",
|
|
141
155
|
"./extensions/parser": "./src/extensions/parser/index.ts",
|
|
142
156
|
"./extensions/sandbox": "./src/extensions/sandbox/index.ts",
|
|
143
157
|
"./extensions/schema": "./src/extensions/schema/index.ts",
|
|
144
158
|
"./extensions/observability": "./src/extensions/observability/index.ts",
|
|
159
|
+
"./extensions/websocket": "./src/extensions/websocket/index.ts",
|
|
160
|
+
"./platform/env": "./src/platform/compat/process/env.ts",
|
|
145
161
|
"./testing": "./src/testing/index.ts",
|
|
146
162
|
"./testing/assert": "./src/testing/assert.ts",
|
|
147
163
|
"./testing/bdd": "./src/testing/bdd.ts",
|
|
@@ -188,6 +204,7 @@ export default {
|
|
|
188
204
|
"veryfront/workflow/runtime": "./src/workflow/runtime/index.ts",
|
|
189
205
|
"veryfront/workflow/worker": "./src/workflow/worker/index.ts",
|
|
190
206
|
"veryfront/workflow/claude-code": "./src/workflow/claude-code/index.ts",
|
|
207
|
+
"veryfront/workflow/claude-code/types": "./src/workflow/claude-code/types.ts",
|
|
191
208
|
"veryfront/workflow/claude-code/react": "./src/workflow/claude-code/react/index.ts",
|
|
192
209
|
"veryfront/workflow/discovery": "./src/workflow/discovery/index.ts",
|
|
193
210
|
"veryfront/utils": "./src/utils/index.ts",
|
|
@@ -205,6 +222,7 @@ export default {
|
|
|
205
222
|
"veryfront/observability/otlp-setup": "./src/observability/tracing/otlp-setup.ts",
|
|
206
223
|
"veryfront/observability/sentry": "./src/observability/sentry.ts",
|
|
207
224
|
"veryfront/platform/esbuild-init": "./src/platform/compat/esbuild-init.ts",
|
|
225
|
+
"veryfront/platform/env": "./src/platform/compat/process/env.ts",
|
|
208
226
|
"veryfront/platform/path": "./src/platform/compat/path/index.ts",
|
|
209
227
|
"veryfront/platform/http": "./src/platform/compat/http/index.ts",
|
|
210
228
|
"veryfront/cli": "./cli/main.ts",
|
|
@@ -224,6 +242,8 @@ export default {
|
|
|
224
242
|
"veryfront/cache": "./src/cache/index.ts",
|
|
225
243
|
"veryfront/security": "./src/security/index.ts",
|
|
226
244
|
"veryfront/errors": "./src/errors/index.ts",
|
|
245
|
+
"veryfront/errors/general": "./src/errors/error-registry/general.ts",
|
|
246
|
+
"veryfront/errors/module": "./src/errors/error-registry/module.ts",
|
|
227
247
|
"veryfront/trigger/target": "./src/trigger/target.ts",
|
|
228
248
|
"veryfront/trigger/validation": "./src/trigger/validation.ts",
|
|
229
249
|
"veryfront/issues": "./src/issues/index.ts",
|
|
@@ -235,6 +255,7 @@ export default {
|
|
|
235
255
|
"veryfront/tool/schema": "./src/tool/schema/index.ts",
|
|
236
256
|
"veryfront/agent/composition": "./src/agent/composition/index.ts",
|
|
237
257
|
"veryfront/extensions": "./src/extensions/index.ts",
|
|
258
|
+
"veryfront/extensions/types": "./src/extensions/types.ts",
|
|
238
259
|
"veryfront/testing": "./src/testing/index.ts",
|
|
239
260
|
"veryfront/testing/assert": "./src/testing/assert.ts",
|
|
240
261
|
"veryfront/testing/bdd": "./src/testing/bdd.ts",
|
|
@@ -243,10 +264,12 @@ export default {
|
|
|
243
264
|
"veryfront/extensions/bundler": "./src/extensions/bundler/index.ts",
|
|
244
265
|
"veryfront/extensions/cache": "./src/extensions/cache/index.ts",
|
|
245
266
|
"veryfront/extensions/content": "./src/extensions/content/index.ts",
|
|
267
|
+
"veryfront/extensions/distributed": "./src/extensions/distributed/index.ts",
|
|
246
268
|
"veryfront/extensions/compat": "./src/extensions/compat/index.ts",
|
|
247
269
|
"veryfront/extensions/contracts": "./src/extensions/contracts.ts",
|
|
248
270
|
"veryfront/extensions/first-party-import": "./src/extensions/first-party-import.ts",
|
|
249
271
|
"veryfront/extensions/css": "./src/extensions/css/index.ts",
|
|
272
|
+
"veryfront/extensions/image": "./src/extensions/image/index.ts",
|
|
250
273
|
"veryfront/extensions/database": "./src/extensions/database/index.ts",
|
|
251
274
|
"veryfront/extensions/eval": "./src/extensions/eval/index.ts",
|
|
252
275
|
"veryfront/extensions/parser": "./src/extensions/parser/index.ts",
|
|
@@ -275,6 +298,8 @@ export default {
|
|
|
275
298
|
"#veryfront/eval/agent-service": "./src/eval/agent-service.ts",
|
|
276
299
|
"#veryfront/metrics": "./src/metrics/index.ts",
|
|
277
300
|
"#veryfront/extensions/eval": "./src/extensions/eval/index.ts",
|
|
301
|
+
"#veryfront/extensions/distributed": "./src/extensions/distributed/index.ts",
|
|
302
|
+
"#veryfront/extensions/distributed/": "./src/extensions/distributed/",
|
|
278
303
|
"#veryfront/extensions/first-party-import.ts": "./src/extensions/first-party-import.ts",
|
|
279
304
|
"#veryfront/html": "./src/html/index.ts",
|
|
280
305
|
"#veryfront/mcp": "./src/mcp/index.ts",
|
|
@@ -301,6 +326,7 @@ export default {
|
|
|
301
326
|
"#veryfront/trigger/": "./src/trigger/",
|
|
302
327
|
"#veryfront/server": "./src/server/index.ts",
|
|
303
328
|
"#veryfront/server/project-env": "./src/server/project-env/index.ts",
|
|
329
|
+
"#veryfront/extensions/websocket": "./src/extensions/websocket/index.ts",
|
|
304
330
|
"#veryfront/testing": "./src/testing/index.ts",
|
|
305
331
|
"#veryfront/testing/assert": "./src/testing/assert.ts",
|
|
306
332
|
"#veryfront/testing/bdd": "./src/testing/bdd.ts",
|
|
@@ -383,8 +409,7 @@ export default {
|
|
|
383
409
|
"react/jsx-runtime": "./react/jsx-runtime.ts",
|
|
384
410
|
"react/jsx-dev-runtime": "./react/jsx-dev-runtime.ts",
|
|
385
411
|
"veryfront/schemas": "./src/schemas/index.ts",
|
|
386
|
-
"veryfront/chat/message-prep": "./src/chat/message-prep.ts"
|
|
387
|
-
"#dnt": "jsr:@deno/dnt@0.42.3"
|
|
412
|
+
"veryfront/chat/message-prep": "./src/chat/message-prep.ts"
|
|
388
413
|
},
|
|
389
414
|
"compilerOptions": {
|
|
390
415
|
"jsx": "react-jsx",
|
|
@@ -411,7 +436,7 @@ export default {
|
|
|
411
436
|
"production": "deno task generate && deno run --allow-read --allow-write --allow-net --allow-env --allow-run --allow-sys --unstable-worker-options --unstable-net cli/main.ts serve --mode=production",
|
|
412
437
|
"build:prepare": "deno run -A scripts/build/generate-integrations-module.ts && deno task generate && deno run -A scripts/build/prepare-framework-sources.ts",
|
|
413
438
|
"build": "deno task build:prepare && deno run -A scripts/build/compile-binary.ts --output ./bin/veryfront",
|
|
414
|
-
"build:npm": "deno run -A scripts/build/generate-integrations-module.ts && deno task generate && deno run -A scripts/build/build-npm-dnt.ts",
|
|
439
|
+
"build:npm": "deno run -A scripts/build/generate-integrations-module.ts && deno task generate && deno run --config=scripts/test.deno.json --frozen -A scripts/build/build-npm-dnt.ts",
|
|
415
440
|
"release": "deno run -A scripts/release.ts",
|
|
416
441
|
"test": "deno task generate && DENO_TESTING=1 VF_DISABLE_LRU_INTERVAL=1 SSR_TRANSFORM_PER_PROJECT_LIMIT=0 REVALIDATION_PER_PROJECT_LIMIT=0 NODE_ENV=production LOG_FORMAT=text deno test --preload=src/schemas/_test-setup.ts --no-check --parallel --allow-all '--ignore=tests/e2e,tests/integration/compiled-binary-e2e.test.ts' --unstable-worker-options --unstable-net",
|
|
417
442
|
"test:unit": "deno task generate && DENO_TESTING=1 VF_DISABLE_LRU_INTERVAL=1 SSR_TRANSFORM_PER_PROJECT_LIMIT=0 REVALIDATION_PER_PROJECT_LIMIT=0 NODE_ENV=production LOG_FORMAT=text deno test --preload=src/schemas/_test-setup.ts --no-check --parallel --allow-all --v8-flags=--max-old-space-size=8192 '--ignore=tests,src/workflow/__tests__' --unstable-worker-options --unstable-net $(find src cli -name '*.test.ts*' ! -name '*.integration.test.ts*')",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// Copyright 2018-2026 the Deno authors. MIT license.
|
|
2
2
|
// Copyright the Browserify authors. MIT License.
|
|
3
3
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
4
|
-
import { basename } from "../../path/1.1.
|
|
5
|
-
import { normalize } from "../../path/1.1.
|
|
4
|
+
import { basename } from "../../path/1.1.6/basename.js";
|
|
5
|
+
import { normalize } from "../../path/1.1.6/normalize.js";
|
|
6
6
|
import { toPathString } from "./_to_path_string.js";
|
|
7
7
|
/** Create {@linkcode WalkEntry} for the `path` synchronously. */
|
|
8
8
|
export function createWalkEntrySync(path) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Copyright 2018-2026 the Deno authors. MIT license.
|
|
2
2
|
// Copyright the Browserify authors. MIT License.
|
|
3
|
-
import { resolve } from "../../path/1.1.
|
|
3
|
+
import { resolve } from "../../path/1.1.6/resolve.js";
|
|
4
4
|
import { toPathString } from "./_to_path_string.js";
|
|
5
5
|
/**
|
|
6
6
|
* Checks if two paths are the same.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Copyright 2018-2026 the Deno authors. MIT license.
|
|
2
2
|
// Copyright the Browserify authors. MIT License.
|
|
3
|
-
import { resolve } from "../../path/1.1.
|
|
4
|
-
import { SEPARATOR } from "../../path/1.1.
|
|
3
|
+
import { resolve } from "../../path/1.1.6/resolve.js";
|
|
4
|
+
import { SEPARATOR } from "../../path/1.1.6/constants.js";
|
|
5
5
|
import { toPathString } from "./_to_path_string.js";
|
|
6
6
|
/**
|
|
7
7
|
* Checks whether `src` is a sub-directory of `dest`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Copyright 2018-2026 the Deno authors. MIT license.
|
|
2
2
|
// Copyright the Browserify authors. MIT License.
|
|
3
|
-
import { fromFileUrl } from "../../path/1.1.
|
|
3
|
+
import { fromFileUrl } from "../../path/1.1.6/from_file_url.js";
|
|
4
4
|
/**
|
|
5
5
|
* Convert a URL or string to a path.
|
|
6
6
|
*
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// Copyright 2018-2026 the Deno authors. MIT license.
|
|
2
2
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
3
|
-
import { basename } from "../../path/1.1.
|
|
4
|
-
import { join } from "../../path/1.1.
|
|
5
|
-
import { resolve } from "../../path/1.1.
|
|
3
|
+
import { basename } from "../../path/1.1.6/basename.js";
|
|
4
|
+
import { join } from "../../path/1.1.6/join.js";
|
|
5
|
+
import { resolve } from "../../path/1.1.6/resolve.js";
|
|
6
6
|
import { ensureDir, ensureDirSync } from "./ensure_dir.js";
|
|
7
7
|
import { getFileInfoType } from "./_get_file_info_type.js";
|
|
8
8
|
import { toPathString } from "./_to_path_string.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Copyright 2018-2026 the Deno authors. MIT license.
|
|
2
2
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
3
|
-
import { join } from "../../path/1.1.
|
|
3
|
+
import { join } from "../../path/1.1.6/join.js";
|
|
4
4
|
import { toPathString } from "./_to_path_string.js";
|
|
5
5
|
/**
|
|
6
6
|
* Asynchronously ensures that a directory is empty.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Copyright 2018-2026 the Deno authors. MIT license.
|
|
2
2
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
3
|
-
import { dirname } from "../../path/1.1.
|
|
3
|
+
import { dirname } from "../../path/1.1.6/dirname.js";
|
|
4
4
|
import { ensureDir, ensureDirSync } from "./ensure_dir.js";
|
|
5
5
|
import { getFileInfoType } from "./_get_file_info_type.js";
|
|
6
6
|
import { toPathString } from "./_to_path_string.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Copyright 2018-2026 the Deno authors. MIT license.
|
|
2
2
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
3
|
-
import { dirname } from "../../path/1.1.
|
|
3
|
+
import { dirname } from "../../path/1.1.6/dirname.js";
|
|
4
4
|
import { ensureDir, ensureDirSync } from "./ensure_dir.js";
|
|
5
5
|
import { toPathString } from "./_to_path_string.js";
|
|
6
6
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Copyright 2018-2026 the Deno authors. MIT license.
|
|
2
2
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
3
|
-
import { dirname } from "../../path/1.1.
|
|
4
|
-
import { resolve } from "../../path/1.1.
|
|
3
|
+
import { dirname } from "../../path/1.1.6/dirname.js";
|
|
4
|
+
import { resolve } from "../../path/1.1.6/resolve.js";
|
|
5
5
|
import { ensureDir, ensureDirSync } from "./ensure_dir.js";
|
|
6
6
|
import { getFileInfoType } from "./_get_file_info_type.js";
|
|
7
7
|
import { toPathString } from "./_to_path_string.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type GlobOptions } from "../../path/1.1.
|
|
1
|
+
import { type GlobOptions } from "../../path/1.1.6/glob_to_regexp.js";
|
|
2
2
|
import { type WalkEntry } from "./_create_walk_entry.js";
|
|
3
3
|
export type { GlobOptions, WalkEntry };
|
|
4
4
|
/** Options for {@linkcode expandGlob} and {@linkcode expandGlobSync}. */
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// Copyright 2018-2026 the Deno authors. MIT license.
|
|
2
2
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
3
|
-
import { globToRegExp } from "../../path/1.1.
|
|
4
|
-
import { joinGlobs } from "../../path/1.1.
|
|
5
|
-
import { isGlob } from "../../path/1.1.
|
|
6
|
-
import { isAbsolute } from "../../path/1.1.
|
|
7
|
-
import { resolve } from "../../path/1.1.
|
|
8
|
-
import { SEPARATOR_PATTERN } from "../../path/1.1.
|
|
3
|
+
import { globToRegExp } from "../../path/1.1.6/glob_to_regexp.js";
|
|
4
|
+
import { joinGlobs } from "../../path/1.1.6/join_globs.js";
|
|
5
|
+
import { isGlob } from "../../path/1.1.6/is_glob.js";
|
|
6
|
+
import { isAbsolute } from "../../path/1.1.6/is_absolute.js";
|
|
7
|
+
import { resolve } from "../../path/1.1.6/resolve.js";
|
|
8
|
+
import { SEPARATOR_PATTERN } from "../../path/1.1.6/constants.js";
|
|
9
9
|
import { walk, walkSync } from "./walk.js";
|
|
10
10
|
import { toPathString } from "./_to_path_string.js";
|
|
11
11
|
import { createWalkEntry, createWalkEntrySync, } from "./_create_walk_entry.js";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// https://golang.org/pkg/path/filepath/#Walk
|
|
4
4
|
// Copyright 2009 The Go Authors. All rights reserved. BSD license.
|
|
5
5
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
6
|
-
import { join } from "../../path/1.1.
|
|
6
|
+
import { join } from "../../path/1.1.6/join.js";
|
|
7
7
|
import { toPathString } from "./_to_path_string.js";
|
|
8
8
|
import { createWalkEntry, createWalkEntrySync, } from "./_create_walk_entry.js";
|
|
9
9
|
function include(path, exts, match, skip) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assert_path.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.
|
|
1
|
+
{"version":3,"file":"assert_path.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.6/_common/assert_path.ts"],"names":[],"mappings":"AAGA,wBAAgB,UAAU,CAAC,IAAI,CAAC,EAAE,MAAM,QAMvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"basename.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.
|
|
1
|
+
{"version":3,"file":"basename.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.6/_common/basename.ts"],"names":[],"mappings":"AAKA,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,CAchE;AAED,wBAAgB,eAAe,CAC7B,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,EAChC,KAAK,SAAI,GACR,MAAM,CAiBR;AAED,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,sBAQtD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.6/_common/constants.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,gBAAgB,KAAK,CAAC;AACnC,eAAO,MAAM,gBAAgB,KAAK,CAAC;AACnC,eAAO,MAAM,gBAAgB,KAAK,CAAC;AACnC,eAAO,MAAM,gBAAgB,MAAM,CAAC;AAGpC,eAAO,MAAM,QAAQ,KAAK,CAAC;AAC3B,eAAO,MAAM,kBAAkB,KAAK,CAAC;AACrC,eAAO,MAAM,mBAAmB,KAAK,CAAC;AACtC,eAAO,MAAM,kBAAkB,MAAM,CAAC;AACtC,eAAO,MAAM,UAAU,KAAK,CAAC;AAC7B,eAAO,MAAM,kBAAkB,KAAK,CAAC;AACrC,eAAO,MAAM,eAAe,KAAK,CAAC;AAClC,eAAO,MAAM,cAAc,KAAK,CAAC;AACjC,eAAO,MAAM,oBAAoB,KAAK,CAAC;AACvC,eAAO,MAAM,QAAQ,IAAI,CAAC;AAC1B,eAAO,MAAM,cAAc,KAAK,CAAC;AACjC,eAAO,MAAM,qBAAqB,KAAK,CAAC;AACxC,eAAO,MAAM,SAAS,KAAK,CAAC;AAC5B,eAAO,MAAM,UAAU,KAAK,CAAC;AAC7B,eAAO,MAAM,mBAAmB,MAAM,CAAC;AACvC,eAAO,MAAM,6BAA6B,QAAQ,CAAC;AACnD,eAAO,MAAM,wBAAwB,KAAK,CAAC;AAC3C,eAAO,MAAM,yBAAyB,KAAK,CAAC;AAC5C,eAAO,MAAM,uBAAuB,KAAK,CAAC;AAC1C,eAAO,MAAM,wBAAwB,KAAK,CAAC;AAC3C,eAAO,MAAM,uBAAuB,MAAM,CAAC;AAC3C,eAAO,MAAM,wBAAwB,MAAM,CAAC;AAC5C,eAAO,MAAM,iBAAiB,KAAK,CAAC;AACpC,eAAO,MAAM,SAAS,KAAK,CAAC;AAC5B,eAAO,MAAM,iBAAiB,KAAK,CAAC;AACpC,eAAO,MAAM,iBAAiB,KAAK,CAAC;AACpC,eAAO,MAAM,YAAY,KAAK,CAAC;AAC/B,eAAO,MAAM,cAAc,KAAK,CAAC;AACjC,eAAO,MAAM,sBAAsB,KAAK,CAAC;AACzC,eAAO,MAAM,iBAAiB,KAAK,CAAC;AACpC,eAAO,MAAM,OAAO,KAAK,CAAC;AAC1B,eAAO,MAAM,cAAc,KAAK,CAAC;AACjC,eAAO,MAAM,UAAU,KAAK,CAAC;AAG7B,eAAO,MAAM,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,MAAM,KAAK,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dirname.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.
|
|
1
|
+
{"version":3,"file":"dirname.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.6/_common/dirname.ts"],"names":[],"mappings":"AAKA,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,mBAGrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.6/_common/env.ts"],"names":[],"mappings":"AAIA,wBAAgB,GAAG,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAQhD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// Copyright 2018-2026 the Deno authors. MIT license.
|
|
2
|
+
import * as dntShim from "../../../../../../_dnt.shims.js";
|
|
3
|
+
export function cwd(errorMessage) {
|
|
4
|
+
// deno-lint-ignore no-explicit-any
|
|
5
|
+
const global = dntShim.dntGlobalThis;
|
|
6
|
+
const getCwd = global.process?.cwd ?? global.Deno?.cwd;
|
|
7
|
+
if (typeof getCwd !== "function") {
|
|
8
|
+
throw new TypeError(errorMessage);
|
|
9
|
+
}
|
|
10
|
+
return getCwd();
|
|
11
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"from_file_url.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.
|
|
1
|
+
{"version":3,"file":"from_file_url.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.6/_common/from_file_url.ts"],"names":[],"mappings":"AAGA,wBAAgB,SAAS,CAAC,GAAG,EAAE,GAAG,GAAG,MAAM,OAQ1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"glob_to_reg_exp.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.
|
|
1
|
+
{"version":3,"file":"glob_to_reg_exp.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.6/_common/glob_to_reg_exp.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAwBD,MAAM,WAAW,aAAa;IAC5B,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,aAAa,CAC3B,CAAC,EAAE,aAAa,EAChB,IAAI,EAAE,MAAM,EACZ,EACE,QAAe,EACf,QAAQ,EAAE,cAAqB,EAE/B,eAAuB,GACxB,GAAE,WAAgB,GAClB,MAAM,CAiOR"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"normalize.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.
|
|
1
|
+
{"version":3,"file":"normalize.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.6/_common/normalize.ts"],"names":[],"mappings":"AAKA,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,mBAGrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"normalize_string.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.
|
|
1
|
+
{"version":3,"file":"normalize_string.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.6/_common/normalize_string.ts"],"names":[],"mappings":"AAQA,wBAAgB,eAAe,CAC7B,IAAI,EAAE,MAAM,EACZ,cAAc,EAAE,OAAO,EACvB,SAAS,EAAE,MAAM,EACjB,eAAe,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,GACzC,MAAM,CA4DR"}
|