memoryblock 0.1.1-beta → 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/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "memoryblock",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Deploy isolated, multi-agent AI assistants on your local machine with extreme resource efficiency.",
|
|
6
6
|
"files": [
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
"dev": "tsc -p tsconfig.json --watch"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@memoryblock/daemon": "^0.1.
|
|
26
|
-
"@memoryblock/adapters": "^0.1.
|
|
27
|
-
"@memoryblock/channels": "^0.1.
|
|
28
|
-
"@memoryblock/tools": "^0.1.
|
|
29
|
-
"@memoryblock/api": "^0.1.
|
|
30
|
-
"@memoryblock/web": "^0.1.
|
|
31
|
-
"@memoryblock/locale": "^0.1.
|
|
32
|
-
"@memoryblock/plugin-installer": "^0.1.
|
|
33
|
-
"@memoryblock/plugin-agents": "^0.1.
|
|
25
|
+
"@memoryblock/daemon": "^0.1.2",
|
|
26
|
+
"@memoryblock/adapters": "^0.1.2",
|
|
27
|
+
"@memoryblock/channels": "^0.1.2",
|
|
28
|
+
"@memoryblock/tools": "^0.1.2",
|
|
29
|
+
"@memoryblock/api": "^0.1.2",
|
|
30
|
+
"@memoryblock/web": "^0.1.2",
|
|
31
|
+
"@memoryblock/locale": "^0.1.2",
|
|
32
|
+
"@memoryblock/plugin-installer": "^0.1.2",
|
|
33
|
+
"@memoryblock/plugin-agents": "^0.1.2",
|
|
34
34
|
"@clack/prompts": "^1.1.0",
|
|
35
35
|
"commander": "^13.0.0",
|
|
36
36
|
"chalk": "^5.4.0",
|