gitlab-ai-provider 5.1.1 → 5.1.2
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## <small>5.1.2 (2026-03-17)</small>
|
|
6
|
+
|
|
7
|
+
- fix: regenerate dists ([091d3ae](https://gitlab.com/vglafirov/gitlab-ai-provider/commit/091d3ae))
|
|
8
|
+
|
|
5
9
|
## <small>5.1.1 (2026-03-17)</small>
|
|
6
10
|
|
|
7
11
|
- Merge branch 'fix/builtin-fallback-security' into 'main' ([1026029](https://gitlab.com/vglafirov/gitlab-ai-provider/commit/1026029))
|
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -1576,7 +1576,7 @@ var GitLabOpenAILanguageModel = class {
|
|
|
1576
1576
|
var import_isomorphic_ws = __toESM(require("isomorphic-ws"));
|
|
1577
1577
|
|
|
1578
1578
|
// src/version.ts
|
|
1579
|
-
var VERSION = true ? "5.1.
|
|
1579
|
+
var VERSION = true ? "5.1.1" : "0.0.0-dev";
|
|
1580
1580
|
|
|
1581
1581
|
// src/gitlab-workflow-types.ts
|
|
1582
1582
|
var WorkflowType = /* @__PURE__ */ ((WorkflowType2) => {
|
package/dist/index.mjs
CHANGED
|
@@ -1506,7 +1506,7 @@ var GitLabOpenAILanguageModel = class {
|
|
|
1506
1506
|
import WebSocket from "isomorphic-ws";
|
|
1507
1507
|
|
|
1508
1508
|
// src/version.ts
|
|
1509
|
-
var VERSION = true ? "5.1.
|
|
1509
|
+
var VERSION = true ? "5.1.1" : "0.0.0-dev";
|
|
1510
1510
|
|
|
1511
1511
|
// src/gitlab-workflow-types.ts
|
|
1512
1512
|
var WorkflowType = /* @__PURE__ */ ((WorkflowType2) => {
|
package/package.json
CHANGED
|
Binary file
|