@noeton/logos 0.1.8 → 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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noeton/logos",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Logos — cross-tool memory and continuity for AI coding agents, over MCP. Your vault is markdown on your own disk.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"logos",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"node": ">=16"
|
|
33
33
|
},
|
|
34
34
|
"optionalDependencies": {
|
|
35
|
-
"@noeton/logos-darwin-arm64": "0.1
|
|
36
|
-
"@noeton/logos-darwin-x64": "0.1
|
|
37
|
-
"@noeton/logos-linux-x64": "0.1
|
|
38
|
-
"@noeton/logos-linux-arm64": "0.1
|
|
39
|
-
"@noeton/logos-win32-x64": "0.1
|
|
35
|
+
"@noeton/logos-darwin-arm64": "0.2.1",
|
|
36
|
+
"@noeton/logos-darwin-x64": "0.2.1",
|
|
37
|
+
"@noeton/logos-linux-x64": "0.2.1",
|
|
38
|
+
"@noeton/logos-linux-arm64": "0.2.1",
|
|
39
|
+
"@noeton/logos-win32-x64": "0.2.1"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "node scripts/build.js",
|