@vornrun/connector-gitlab 0.1.1 → 0.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 +4 -0
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@vornrun/connector-gitlab`.
|
|
4
4
|
|
|
5
|
+
## 0.1.2
|
|
6
|
+
|
|
7
|
+
Speaks Vorn's own connector protocol instead of MCP, so it needs Vorn 0.7.1-beta.3 or later. Action arguments arrive as typed values.
|
|
8
|
+
|
|
5
9
|
## 0.1.1
|
|
6
10
|
|
|
7
11
|
Read the version from the bundle instead of a package.json the packed connector does not carry.
|
package/dist/index.js
CHANGED
|
@@ -861,7 +861,7 @@ function serveIfEntryPoint(connector, moduleUrl, serve = serveConnector) {
|
|
|
861
861
|
// package.json
|
|
862
862
|
var package_default = {
|
|
863
863
|
name: "@vornrun/connector-gitlab",
|
|
864
|
-
version: "0.1.
|
|
864
|
+
version: "0.1.2",
|
|
865
865
|
description: "Trigger workflows from GitLab issues, merge requests and pipelines.",
|
|
866
866
|
type: "module",
|
|
867
867
|
license: "MIT",
|
|
@@ -885,7 +885,7 @@ var package_default = {
|
|
|
885
885
|
test: "vitest run"
|
|
886
886
|
},
|
|
887
887
|
dependencies: {
|
|
888
|
-
"@vornrun/connector-sdk": "^0.7.
|
|
888
|
+
"@vornrun/connector-sdk": "^0.7.1-beta.3"
|
|
889
889
|
},
|
|
890
890
|
devDependencies: {
|
|
891
891
|
"@types/node": "^22.10.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vornrun/connector-gitlab",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Trigger workflows from GitLab issues, merge requests and pipelines.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"test": "vitest run"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@vornrun/connector-sdk": "^0.7.
|
|
27
|
+
"@vornrun/connector-sdk": "^0.7.1-beta.3"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "^22.10.2",
|