@builder.io/dev-tools 1.27.2-dev.202602171237.e26d160bf → 1.27.2-dev.202602171244.1af74c4d6

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 +1007 -1487
  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/code-tools.test.d.ts +1 -0
  11. package/types/cli/github-cli.test.d.ts +1 -0
  12. package/types/cli/launch/dev-server-orchestrator.d.ts +0 -1
  13. package/types/tsconfig.tsbuildinfo +1 -1
  14. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/COPYING +3 -0
  15. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/LICENSE-MIT +21 -0
  16. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/README.md +516 -0
  17. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/UNLICENSE +24 -0
  18. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/complete/_rg +665 -0
  19. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/complete/_rg.ps1 +213 -0
  20. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/complete/rg.bash +783 -0
  21. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/complete/rg.fish +175 -0
  22. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/doc/CHANGELOG.md +1689 -0
  23. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/doc/FAQ.md +1046 -0
  24. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/doc/GUIDE.md +1022 -0
  25. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/doc/rg.1 +2178 -0
  26. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/rg.exe +0 -0
  27. package/types/cli/utils/agents/browser-testing-agent.d.ts +0 -2
  28. package/types/cli/utils/agents/project-configuration-agent.d.ts +0 -2
  29. package/types/cli/utils/agents/project-setup-agent.d.ts +0 -2
  30. package/types/cli/utils/agents/setup-project-agent.d.ts +0 -2
@@ -1,2 +0,0 @@
1
- import type { CustomAgentDefinition } from "$/ai-utils";
2
- export declare const BROWSER_TESTING_AGENT: CustomAgentDefinition;
@@ -1,2 +0,0 @@
1
- import type { CustomAgentDefinition } from "$/ai-utils";
2
- export declare const PROJECT_CONFIGURATION_AGENT: CustomAgentDefinition;
@@ -1,2 +0,0 @@
1
- import type { CustomAgentDefinition } from "$/ai-utils";
2
- export declare const PROJECT_SETUP_AGENT: CustomAgentDefinition;
@@ -1,2 +0,0 @@
1
- import type { CustomAgentDefinition } from "$/ai-utils";
2
- export declare const PROJECT_SETUP_AGENT: CustomAgentDefinition;