gitlab-ai-provider 5.3.0 → 5.3.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/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.3.1 (2026-03-23)</small>
|
|
6
|
+
|
|
7
|
+
- fix: rebuild dist files to include GPT-5.4 model mappings ([4bfe220](https://gitlab.com/vglafirov/gitlab-ai-provider/commit/4bfe220))
|
|
8
|
+
|
|
5
9
|
## 5.3.0 (2026-03-23)
|
|
6
10
|
|
|
7
11
|
- Merge branch 'feat/gpt-5-4-models' into 'main' ([79a5090](https://gitlab.com/vglafirov/gitlab-ai-provider/commit/79a5090))
|
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -1580,7 +1580,7 @@ var GitLabOpenAILanguageModel = class {
|
|
|
1580
1580
|
var import_isomorphic_ws = __toESM(require("isomorphic-ws"));
|
|
1581
1581
|
|
|
1582
1582
|
// src/version.ts
|
|
1583
|
-
var VERSION = true ? "5.
|
|
1583
|
+
var VERSION = true ? "5.3.0" : "0.0.0-dev";
|
|
1584
1584
|
|
|
1585
1585
|
// src/gitlab-workflow-types.ts
|
|
1586
1586
|
var WorkflowType = /* @__PURE__ */ ((WorkflowType2) => {
|
package/dist/index.mjs
CHANGED
|
@@ -1509,7 +1509,7 @@ var GitLabOpenAILanguageModel = class {
|
|
|
1509
1509
|
import WebSocket from "isomorphic-ws";
|
|
1510
1510
|
|
|
1511
1511
|
// src/version.ts
|
|
1512
|
-
var VERSION = true ? "5.
|
|
1512
|
+
var VERSION = true ? "5.3.0" : "0.0.0-dev";
|
|
1513
1513
|
|
|
1514
1514
|
// src/gitlab-workflow-types.ts
|
|
1515
1515
|
var WorkflowType = /* @__PURE__ */ ((WorkflowType2) => {
|
package/package.json
CHANGED
|
Binary file
|