@builder.io/dev-tools 1.27.2-dev.202602161631.fd50a12ad → 1.27.2-dev.202602171053.e26d160bf

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.
Files changed (30) hide show
  1. package/cli/index.cjs +1518 -982
  2. package/cli/index.cjs.map +4 -4
  3. package/core/index.cjs +1 -1
  4. package/core/index.mjs +1 -1
  5. package/node/index.cjs +1 -1
  6. package/node/index.mjs +1 -1
  7. package/package.json +1 -1
  8. package/server/index.cjs +2 -2
  9. package/server/index.mjs +2 -2
  10. package/types/cli/launch/dev-server-orchestrator.d.ts +1 -0
  11. package/types/cli/utils/agents/browser-testing-agent.d.ts +2 -0
  12. package/types/cli/utils/agents/project-configuration-agent.d.ts +2 -0
  13. package/types/cli/utils/agents/project-setup-agent.d.ts +2 -0
  14. package/types/cli/utils/agents/setup-project-agent.d.ts +2 -0
  15. package/types/tsconfig.tsbuildinfo +1 -1
  16. package/types/cli/code-tools.test.d.ts +0 -1
  17. package/types/cli/github-cli.test.d.ts +0 -1
  18. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/COPYING +0 -3
  19. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/LICENSE-MIT +0 -21
  20. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/README.md +0 -516
  21. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/UNLICENSE +0 -24
  22. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/complete/_rg +0 -665
  23. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/complete/_rg.ps1 +0 -213
  24. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/complete/rg.bash +0 -783
  25. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/complete/rg.fish +0 -175
  26. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/doc/CHANGELOG.md +0 -1689
  27. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/doc/FAQ.md +0 -1046
  28. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/doc/GUIDE.md +0 -1022
  29. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/doc/rg.1 +0 -2178
  30. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/rg.exe +0 -0
@@ -31,6 +31,7 @@ export interface DevCommandProcessOptions {
31
31
  export interface DevServerOrchestrator {
32
32
  devCommand: string;
33
33
  setupCommand: string | undefined;
34
+ setupDependencies: SetupDependency[] | undefined;
34
35
  setupState: SetupCommandState;
35
36
  lastServerBody: string | undefined;
36
37
  lastServerStatus: number | undefined;
@@ -0,0 +1,2 @@
1
+ import type { CustomAgentDefinition } from "$/ai-utils";
2
+ export declare const BROWSER_TESTING_AGENT: CustomAgentDefinition;
@@ -0,0 +1,2 @@
1
+ import type { CustomAgentDefinition } from "$/ai-utils";
2
+ export declare const PROJECT_CONFIGURATION_AGENT: CustomAgentDefinition;
@@ -0,0 +1,2 @@
1
+ import type { CustomAgentDefinition } from "$/ai-utils";
2
+ export declare const PROJECT_SETUP_AGENT: CustomAgentDefinition;
@@ -0,0 +1,2 @@
1
+ import type { CustomAgentDefinition } from "$/ai-utils";
2
+ export declare const PROJECT_SETUP_AGENT: CustomAgentDefinition;