@compozy/agh 0.0.4 → 0.0.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.
- package/README.md +8 -0
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -93,6 +93,14 @@ make verify
|
|
|
93
93
|
|
|
94
94
|
Contributions are welcome. Open an issue or pull request, and run `make verify` before sending changes.
|
|
95
95
|
|
|
96
|
+
## Contributors
|
|
97
|
+
|
|
98
|
+
Thanks to everyone who has contributed to AGH.
|
|
99
|
+
|
|
100
|
+
<a href="https://github.com/compozy/agh/graphs/contributors">
|
|
101
|
+
<img src="https://contrib.rocks/image?repo=compozy/agh" alt="Contributors" />
|
|
102
|
+
</a>
|
|
103
|
+
|
|
96
104
|
## License
|
|
97
105
|
|
|
98
106
|
AGH is released under the [MIT License](LICENSE).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compozy/agh",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.5",
|
|
5
5
|
"description": "AGH — Artificial General Hivemind",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"postinstall": "node install.js",
|
|
@@ -28,50 +28,50 @@
|
|
|
28
28
|
"archives": {
|
|
29
29
|
"darwin-arm64": {
|
|
30
30
|
"name": "agh_darwin_arm64.tar.gz",
|
|
31
|
-
"url": "https://github.com/compozy/agh/releases/download/v0.0.
|
|
31
|
+
"url": "https://github.com/compozy/agh/releases/download/v0.0.5/agh_darwin_arm64.tar.gz",
|
|
32
32
|
"bins": [
|
|
33
33
|
"agh"
|
|
34
34
|
],
|
|
35
35
|
"format": "tar.gz",
|
|
36
36
|
"checksum": {
|
|
37
37
|
"algorithm": "sha256",
|
|
38
|
-
"digest": "
|
|
38
|
+
"digest": "9e8a59a11d2e87039eb0a68a9e734fa2b05a137d2e6d1e5cdd98e16f7c52d713"
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"darwin-x64": {
|
|
42
42
|
"name": "agh_darwin_x86_64.tar.gz",
|
|
43
|
-
"url": "https://github.com/compozy/agh/releases/download/v0.0.
|
|
43
|
+
"url": "https://github.com/compozy/agh/releases/download/v0.0.5/agh_darwin_x86_64.tar.gz",
|
|
44
44
|
"bins": [
|
|
45
45
|
"agh"
|
|
46
46
|
],
|
|
47
47
|
"format": "tar.gz",
|
|
48
48
|
"checksum": {
|
|
49
49
|
"algorithm": "sha256",
|
|
50
|
-
"digest": "
|
|
50
|
+
"digest": "e633e38f3a4b11a191fe72eba8305e6ef61f9dad2cdfb25280d351b245c37e51"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"linux-arm64": {
|
|
54
54
|
"name": "agh_linux_arm64.tar.gz",
|
|
55
|
-
"url": "https://github.com/compozy/agh/releases/download/v0.0.
|
|
55
|
+
"url": "https://github.com/compozy/agh/releases/download/v0.0.5/agh_linux_arm64.tar.gz",
|
|
56
56
|
"bins": [
|
|
57
57
|
"agh"
|
|
58
58
|
],
|
|
59
59
|
"format": "tar.gz",
|
|
60
60
|
"checksum": {
|
|
61
61
|
"algorithm": "sha256",
|
|
62
|
-
"digest": "
|
|
62
|
+
"digest": "db88ffedb2993f483dda17b7d4cccd27dc5e5c34fd55a2af6c224cd633237efc"
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"linux-x64": {
|
|
66
66
|
"name": "agh_linux_x86_64.tar.gz",
|
|
67
|
-
"url": "https://github.com/compozy/agh/releases/download/v0.0.
|
|
67
|
+
"url": "https://github.com/compozy/agh/releases/download/v0.0.5/agh_linux_x86_64.tar.gz",
|
|
68
68
|
"bins": [
|
|
69
69
|
"agh"
|
|
70
70
|
],
|
|
71
71
|
"format": "tar.gz",
|
|
72
72
|
"checksum": {
|
|
73
73
|
"algorithm": "sha256",
|
|
74
|
-
"digest": "
|
|
74
|
+
"digest": "6b5a0fcd60a67db3b990243a40bbaab084677547ca42f6c6be2e5f77c6f99a02"
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
}
|