@anyproto/anytype-mcp 1.2.4 → 1.2.5
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.
|
@@ -51,7 +51,7 @@ jobs:
|
|
|
51
51
|
# build and push docker image
|
|
52
52
|
- name: Docker meta
|
|
53
53
|
id: meta
|
|
54
|
-
uses: docker/metadata-action@
|
|
54
|
+
uses: docker/metadata-action@v6
|
|
55
55
|
with:
|
|
56
56
|
images: |
|
|
57
57
|
${{ github.repository }}
|
|
@@ -65,26 +65,26 @@ jobs:
|
|
|
65
65
|
type=semver,pattern={{major}}
|
|
66
66
|
|
|
67
67
|
- name: Login to Docker Hub
|
|
68
|
-
uses: docker/login-action@
|
|
68
|
+
uses: docker/login-action@v4
|
|
69
69
|
with:
|
|
70
70
|
registry: docker.io
|
|
71
71
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
72
72
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
73
73
|
|
|
74
74
|
- name: Login to GitHub Container Registry
|
|
75
|
-
uses: docker/login-action@
|
|
75
|
+
uses: docker/login-action@v4
|
|
76
76
|
with:
|
|
77
77
|
registry: ghcr.io
|
|
78
78
|
username: ${{ github.repository_owner }}
|
|
79
79
|
password: ${{ secrets.GITHUB_TOKEN }}
|
|
80
80
|
|
|
81
81
|
- name: Set up QEMU
|
|
82
|
-
uses: docker/setup-qemu-action@
|
|
82
|
+
uses: docker/setup-qemu-action@v4
|
|
83
83
|
- name: Set up Docker Buildx
|
|
84
|
-
uses: docker/setup-buildx-action@
|
|
84
|
+
uses: docker/setup-buildx-action@v4
|
|
85
85
|
|
|
86
86
|
- name: Build and push
|
|
87
|
-
uses: docker/build-push-action@
|
|
87
|
+
uses: docker/build-push-action@v7
|
|
88
88
|
with:
|
|
89
89
|
context: .
|
|
90
90
|
file: Dockerfile-multi-stage
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"mcp",
|
|
8
8
|
"server"
|
|
9
9
|
],
|
|
10
|
-
"version": "1.2.
|
|
10
|
+
"version": "1.2.5",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"type": "module",
|
|
13
13
|
"scripts": {
|
|
@@ -36,23 +36,23 @@
|
|
|
36
36
|
"zod": "4.3.6"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@anthropic-ai/sdk": "0.
|
|
39
|
+
"@anthropic-ai/sdk": "0.80.0",
|
|
40
40
|
"@eslint/js": "9.39.2",
|
|
41
41
|
"@types/json-schema": "7.0.15",
|
|
42
42
|
"@types/mustache": "4.2.6",
|
|
43
|
-
"@types/node": "25.
|
|
43
|
+
"@types/node": "25.5.0",
|
|
44
44
|
"@types/which": "3.0.4",
|
|
45
|
-
"@vitest/coverage-v8": "4.0
|
|
46
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
47
|
-
"@typescript-eslint/parser": "8.
|
|
45
|
+
"@vitest/coverage-v8": "4.1.0",
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "8.57.1",
|
|
47
|
+
"@typescript-eslint/parser": "8.57.1",
|
|
48
48
|
"eslint": "9.39.2",
|
|
49
|
-
"esbuild": "0.27.
|
|
50
|
-
"openai": "6.
|
|
49
|
+
"esbuild": "0.27.4",
|
|
50
|
+
"openai": "6.32.0",
|
|
51
51
|
"prettier": "3.8.1",
|
|
52
52
|
"prettier-plugin-organize-imports": "4.3.0",
|
|
53
53
|
"tsx": "4.21.0",
|
|
54
54
|
"typescript": "5.9.3",
|
|
55
|
-
"vitest": "4.0
|
|
55
|
+
"vitest": "4.1.0"
|
|
56
56
|
},
|
|
57
57
|
"description": "Official MCP server for Anytype API",
|
|
58
58
|
"repository": {
|