@taoeffects/crush 0.70.0-taoeffect.2 → 0.70.0-taoeffect.4

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 (3) hide show
  1. package/README.md +4 -5
  2. package/install.js +1 -1
  3. package/package.json +17 -17
package/README.md CHANGED
@@ -26,13 +26,12 @@
26
26
  Install the Tao Effect fork from npm:
27
27
 
28
28
  ```bash
29
- npm install -g @taoeffects/crush@taoeffect
29
+ npm install -g @taoeffects/crush
30
30
  ```
31
31
 
32
- The `@taoeffects/crush` package is published under the `taoeffect` npm dist-tag
33
- because fork releases use prerelease versions such as `0.70.0-taoeffect.1`:
34
- `0.70.0` identifies the upstream Crush release, and `taoeffect.1` identifies the
35
- fork release iteration.
32
+ Fork releases use versions such as `0.70.0-taoeffect.1`: `0.70.0` identifies
33
+ the upstream Crush release, and `taoeffect.1` identifies this fork's release
34
+ iteration.
36
35
 
37
36
  Or just install it with Go from a clone:
38
37
 
package/install.js CHANGED
@@ -6,7 +6,7 @@ import { Readable } from "node:stream";
6
6
  import { pipeline } from "node:stream/promises";
7
7
 
8
8
  import { ProxyAgent } from "proxy-agent";
9
- import tar from "tar";
9
+ import * as tar from "tar";
10
10
 
11
11
  import {
12
12
  assertSafeArchivePath,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@taoeffects/crush",
3
3
  "type": "module",
4
- "version": "0.70.0-taoeffect.2",
4
+ "version": "0.70.0-taoeffect.4",
5
5
  "description": "A terminal-based AI coding assistant forked from Charm Crush.",
6
6
  "scripts": {
7
7
  "postinstall": "node install.js",
@@ -33,43 +33,43 @@
33
33
  "repo": "taoeffect/crush",
34
34
  "archives": {
35
35
  "linux-x64": {
36
- "name": "crush_0.70.0-taoeffect.2_Linux_x86_64.tar.gz",
37
- "url": "https://github.com/taoeffect/crush/releases/download/v0.70.0-taoeffect.2/crush_0.70.0-taoeffect.2_Linux_x86_64.tar.gz",
36
+ "name": "crush_0.70.0-taoeffect.4_Linux_x86_64.tar.gz",
37
+ "url": "https://github.com/taoeffect/crush/releases/download/v0.70.0-taoeffect.4/crush_0.70.0-taoeffect.4_Linux_x86_64.tar.gz",
38
38
  "checksum": {
39
39
  "algorithm": "sha256",
40
- "digest": "cf906be49bb348b5750970748212e34e7d3b987187e18c6b791f05c4649b3129"
40
+ "digest": "219eeee00f74b8bdf1e206c894a6d681f0c65a1721553b3c86c427456d7dc4e6"
41
41
  },
42
- "wrappedIn": "crush_0.70.0-taoeffect.2_Linux_x86_64",
42
+ "wrappedIn": "crush_0.70.0-taoeffect.4_Linux_x86_64",
43
43
  "bin": "crush"
44
44
  },
45
45
  "linux-arm64": {
46
- "name": "crush_0.70.0-taoeffect.2_Linux_arm64.tar.gz",
47
- "url": "https://github.com/taoeffect/crush/releases/download/v0.70.0-taoeffect.2/crush_0.70.0-taoeffect.2_Linux_arm64.tar.gz",
46
+ "name": "crush_0.70.0-taoeffect.4_Linux_arm64.tar.gz",
47
+ "url": "https://github.com/taoeffect/crush/releases/download/v0.70.0-taoeffect.4/crush_0.70.0-taoeffect.4_Linux_arm64.tar.gz",
48
48
  "checksum": {
49
49
  "algorithm": "sha256",
50
- "digest": "29e775ddd9e66ff842eb47da74c3fae91311c117c3adfd341018e8ae84a5e4b4"
50
+ "digest": "fe15eaf5eafb72a5c8aa6f62af0c8eb9a1ffb3ef2d099f6070a48905789a2ed1"
51
51
  },
52
- "wrappedIn": "crush_0.70.0-taoeffect.2_Linux_arm64",
52
+ "wrappedIn": "crush_0.70.0-taoeffect.4_Linux_arm64",
53
53
  "bin": "crush"
54
54
  },
55
55
  "darwin-x64": {
56
- "name": "crush_0.70.0-taoeffect.2_Darwin_x86_64.tar.gz",
57
- "url": "https://github.com/taoeffect/crush/releases/download/v0.70.0-taoeffect.2/crush_0.70.0-taoeffect.2_Darwin_x86_64.tar.gz",
56
+ "name": "crush_0.70.0-taoeffect.4_Darwin_x86_64.tar.gz",
57
+ "url": "https://github.com/taoeffect/crush/releases/download/v0.70.0-taoeffect.4/crush_0.70.0-taoeffect.4_Darwin_x86_64.tar.gz",
58
58
  "checksum": {
59
59
  "algorithm": "sha256",
60
- "digest": "781ae090cd6ca63a19ae7e5e20fcad73f9dc6aaf0c3c868c2633de3ac490fb6f"
60
+ "digest": "ac160ab67f976539f1e458bb55fd1cb942a0eb420157a307b2ffbf00bb7eca6a"
61
61
  },
62
- "wrappedIn": "crush_0.70.0-taoeffect.2_Darwin_x86_64",
62
+ "wrappedIn": "crush_0.70.0-taoeffect.4_Darwin_x86_64",
63
63
  "bin": "crush"
64
64
  },
65
65
  "darwin-arm64": {
66
- "name": "crush_0.70.0-taoeffect.2_Darwin_arm64.tar.gz",
67
- "url": "https://github.com/taoeffect/crush/releases/download/v0.70.0-taoeffect.2/crush_0.70.0-taoeffect.2_Darwin_arm64.tar.gz",
66
+ "name": "crush_0.70.0-taoeffect.4_Darwin_arm64.tar.gz",
67
+ "url": "https://github.com/taoeffect/crush/releases/download/v0.70.0-taoeffect.4/crush_0.70.0-taoeffect.4_Darwin_arm64.tar.gz",
68
68
  "checksum": {
69
69
  "algorithm": "sha256",
70
- "digest": "a637ffd34ba1b5f7b3ef88f2ba2875993f5deb52c5c71f2d723f80b2da83306f"
70
+ "digest": "b13268045e591ce4c8144bfcccf94b6718e325a20e257d67212002a3964eebde"
71
71
  },
72
- "wrappedIn": "crush_0.70.0-taoeffect.2_Darwin_arm64",
72
+ "wrappedIn": "crush_0.70.0-taoeffect.4_Darwin_arm64",
73
73
  "bin": "crush"
74
74
  }
75
75
  }