@compozy/agh 0.0.3 → 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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. 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.3",
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.3/agh_darwin_arm64.tar.gz",
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": "75ecc1eef037a8dc64267c0e971b7c79128f89321c01037180b1209acad50e74"
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.3/agh_darwin_x86_64.tar.gz",
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": "8a1bbab0947ddeccfea521cf170573f247acab0bfaf185a5ad10089596479588"
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.3/agh_linux_arm64.tar.gz",
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": "0ad1f4d5c6c7acdd03af40af1e3c897507bb455454359788957bb282ddd0e8d1"
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.3/agh_linux_x86_64.tar.gz",
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": "a123a470a0d92c052c2b546e5f3ff36f69ae6069454d2e6a16548961885a8b37"
74
+ "digest": "6b5a0fcd60a67db3b990243a40bbaab084677547ca42f6c6be2e5f77c6f99a02"
75
75
  }
76
76
  }
77
77
  }