@vornrun/connector-linear 0.1.2 → 0.1.3
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-linear`.
|
|
4
4
|
|
|
5
|
+
## 0.1.3
|
|
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.2
|
|
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
|
@@ -353,7 +353,7 @@ function serveIfEntryPoint(connector, moduleUrl, serve = serveConnector) {
|
|
|
353
353
|
// package.json
|
|
354
354
|
var package_default = {
|
|
355
355
|
name: "@vornrun/connector-linear",
|
|
356
|
-
version: "0.1.
|
|
356
|
+
version: "0.1.3",
|
|
357
357
|
description: "Trigger workflows from Linear issues.",
|
|
358
358
|
type: "module",
|
|
359
359
|
license: "MIT",
|
|
@@ -377,7 +377,7 @@ var package_default = {
|
|
|
377
377
|
test: "vitest run"
|
|
378
378
|
},
|
|
379
379
|
dependencies: {
|
|
380
|
-
"@vornrun/connector-sdk": "^0.7.
|
|
380
|
+
"@vornrun/connector-sdk": "^0.7.1-beta.3"
|
|
381
381
|
},
|
|
382
382
|
devDependencies: {
|
|
383
383
|
"@types/node": "^22.10.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vornrun/connector-linear",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Trigger workflows from Linear issues.",
|
|
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",
|