gitlab-ai-provider 6.10.0 → 6.10.1

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/dist/index.mjs CHANGED
@@ -2424,7 +2424,7 @@ import { AsyncResource } from "async_hooks";
2424
2424
  import WebSocket from "isomorphic-ws";
2425
2425
 
2426
2426
  // src/version.ts
2427
- var VERSION = true ? "6.9.3" : "0.0.0-dev";
2427
+ var VERSION = true ? "6.10.0" : "0.0.0-dev";
2428
2428
 
2429
2429
  // src/gitlab-workflow-client.ts
2430
2430
  var WS_CONNECT_TIMEOUT_MS = 3e4;