@vornrun/connector-substack 0.2.0 → 0.2.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 +4 -0
- package/dist/index.js +3 -4
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@vornrun/connector-substack`.
|
|
4
4
|
|
|
5
|
+
## 0.2.1
|
|
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.2.0
|
|
6
10
|
|
|
7
11
|
Adds the whole archive and a single post's body, so a workflow can check what
|
package/dist/index.js
CHANGED
|
@@ -1501,7 +1501,7 @@ function postRef(value) {
|
|
|
1501
1501
|
// package.json
|
|
1502
1502
|
var package_default = {
|
|
1503
1503
|
name: "@vornrun/connector-substack",
|
|
1504
|
-
version: "0.2.
|
|
1504
|
+
version: "0.2.1",
|
|
1505
1505
|
description: "Trigger workflows from new posts on a Substack publication, and read, search, like, restack and comment on posts, post and read Notes, or save and update a draft from a step.",
|
|
1506
1506
|
type: "module",
|
|
1507
1507
|
license: "MIT",
|
|
@@ -1515,8 +1515,7 @@ var package_default = {
|
|
|
1515
1515
|
"vorn",
|
|
1516
1516
|
"connector",
|
|
1517
1517
|
"substack",
|
|
1518
|
-
"newsletter"
|
|
1519
|
-
"mcp"
|
|
1518
|
+
"newsletter"
|
|
1520
1519
|
],
|
|
1521
1520
|
bin: {
|
|
1522
1521
|
"vorn-connector-substack": "dist/index.js"
|
|
@@ -1540,7 +1539,7 @@ var package_default = {
|
|
|
1540
1539
|
test: "vitest run"
|
|
1541
1540
|
},
|
|
1542
1541
|
dependencies: {
|
|
1543
|
-
"@vornrun/connector-sdk": "^0.7.
|
|
1542
|
+
"@vornrun/connector-sdk": "^0.7.1-beta.3"
|
|
1544
1543
|
},
|
|
1545
1544
|
devDependencies: {
|
|
1546
1545
|
"@types/node": "^22.10.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vornrun/connector-substack",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Trigger workflows from new posts on a Substack publication, and read, search, like, restack and comment on posts, post and read Notes, or save and update a draft from a step.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -14,8 +14,7 @@
|
|
|
14
14
|
"vorn",
|
|
15
15
|
"connector",
|
|
16
16
|
"substack",
|
|
17
|
-
"newsletter"
|
|
18
|
-
"mcp"
|
|
17
|
+
"newsletter"
|
|
19
18
|
],
|
|
20
19
|
"bin": {
|
|
21
20
|
"vorn-connector-substack": "dist/index.js"
|
|
@@ -39,7 +38,7 @@
|
|
|
39
38
|
"test": "vitest run"
|
|
40
39
|
},
|
|
41
40
|
"dependencies": {
|
|
42
|
-
"@vornrun/connector-sdk": "^0.7.
|
|
41
|
+
"@vornrun/connector-sdk": "^0.7.1-beta.3"
|
|
43
42
|
},
|
|
44
43
|
"devDependencies": {
|
|
45
44
|
"@types/node": "^22.10.2",
|