@buun_group/dna 0.2.1 → 0.2.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/README.md +0 -10
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -36,16 +36,6 @@ dna inbox messages <address>
|
|
|
36
36
|
|
|
37
37
|
This package installs a platform-specific binary via `optionalDependencies`. npm automatically downloads only the binary matching your OS and architecture.
|
|
38
38
|
|
|
39
|
-
## Building from Source
|
|
40
|
-
|
|
41
|
-
If you have Go installed, you can build directly:
|
|
42
|
-
|
|
43
|
-
```bash
|
|
44
|
-
git clone https://github.com/buun-group/destroy-network
|
|
45
|
-
cd destroy-network/packages/destroy-agent-cli
|
|
46
|
-
go build -o dna .
|
|
47
|
-
```
|
|
48
|
-
|
|
49
39
|
## License
|
|
50
40
|
|
|
51
41
|
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@buun_group/dna",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "DESTROY.NETWORK Agent CLI — privacy-first disposable email automation",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"postinstall": "node install.js"
|
|
11
11
|
},
|
|
12
12
|
"optionalDependencies": {
|
|
13
|
-
"@buun_group/dna-darwin-arm64": "0.2.
|
|
14
|
-
"@buun_group/dna-darwin-x64": "0.2.
|
|
15
|
-
"@buun_group/dna-linux-arm64": "0.2.
|
|
16
|
-
"@buun_group/dna-linux-x64": "0.2.
|
|
17
|
-
"@buun_group/dna-win32-x64": "0.2.
|
|
13
|
+
"@buun_group/dna-darwin-arm64": "0.2.2",
|
|
14
|
+
"@buun_group/dna-darwin-x64": "0.2.2",
|
|
15
|
+
"@buun_group/dna-linux-arm64": "0.2.2",
|
|
16
|
+
"@buun_group/dna-linux-x64": "0.2.2",
|
|
17
|
+
"@buun_group/dna-win32-x64": "0.2.2"
|
|
18
18
|
},
|
|
19
19
|
"files": [
|
|
20
20
|
"bin",
|