@codexed/codex 0.121.0-codexed.4 → 0.124.0-codexed.1

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/bin/codex.js +2 -2
  2. package/bin/rg +79 -0
  3. package/package.json +4 -4
package/bin/codex.js CHANGED
@@ -14,7 +14,7 @@ const require = createRequire(import.meta.url);
14
14
 
15
15
  const PLATFORM_PACKAGE_BY_TARGET = {
16
16
  "x86_64-unknown-linux-gnu": "@codexed/codex-linux-x64",
17
- "aarch64-unknown-linux-musl": "@codexed/codex-linux-arm64",
17
+ "aarch64-unknown-linux-gnu": "@codexed/codex-linux-arm64",
18
18
  "x86_64-apple-darwin": "@codexed/codex-darwin-x64",
19
19
  "aarch64-apple-darwin": "@codexed/codex-darwin-arm64",
20
20
  "x86_64-pc-windows-msvc": "@codexed/codex-win32-x64",
@@ -32,7 +32,7 @@ switch (platform) {
32
32
  targetTriple = "x86_64-unknown-linux-gnu";
33
33
  break;
34
34
  case "arm64":
35
- targetTriple = "aarch64-unknown-linux-musl";
35
+ targetTriple = "aarch64-unknown-linux-gnu";
36
36
  break;
37
37
  default:
38
38
  break;
package/bin/rg ADDED
@@ -0,0 +1,79 @@
1
+ #!/usr/bin/env dotslash
2
+
3
+ {
4
+ "name": "rg",
5
+ "platforms": {
6
+ "macos-aarch64": {
7
+ "size": 1777930,
8
+ "hash": "sha256",
9
+ "digest": "378e973289176ca0c6054054ee7f631a065874a352bf43f0fa60ef079b6ba715",
10
+ "format": "tar.gz",
11
+ "path": "ripgrep-15.1.0-aarch64-apple-darwin/rg",
12
+ "providers": [
13
+ {
14
+ "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-aarch64-apple-darwin.tar.gz"
15
+ }
16
+ ]
17
+ },
18
+ "linux-aarch64": {
19
+ "size": 1869959,
20
+ "hash": "sha256",
21
+ "digest": "2b661c6ef508e902f388e9098d9c4c5aca72c87b55922d94abdba830b4dc885e",
22
+ "format": "tar.gz",
23
+ "path": "ripgrep-15.1.0-aarch64-unknown-linux-gnu/rg",
24
+ "providers": [
25
+ {
26
+ "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-aarch64-unknown-linux-gnu.tar.gz"
27
+ }
28
+ ]
29
+ },
30
+ "macos-x86_64": {
31
+ "size": 1894127,
32
+ "hash": "sha256",
33
+ "digest": "64811cb24e77cac3057d6c40b63ac9becf9082eedd54ca411b475b755d334882",
34
+ "format": "tar.gz",
35
+ "path": "ripgrep-15.1.0-x86_64-apple-darwin/rg",
36
+ "providers": [
37
+ {
38
+ "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-x86_64-apple-darwin.tar.gz"
39
+ }
40
+ ]
41
+ },
42
+ "linux-x86_64": {
43
+ "size": 2263077,
44
+ "hash": "sha256",
45
+ "digest": "1c9297be4a084eea7ecaedf93eb03d058d6faae29bbc57ecdaf5063921491599",
46
+ "format": "tar.gz",
47
+ "path": "ripgrep-15.1.0-x86_64-unknown-linux-musl/rg",
48
+ "providers": [
49
+ {
50
+ "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-x86_64-unknown-linux-musl.tar.gz"
51
+ }
52
+ ]
53
+ },
54
+ "windows-x86_64": {
55
+ "size": 1810687,
56
+ "hash": "sha256",
57
+ "digest": "124510b94b6baa3380d051fdf4650eaa80a302c876d611e9dba0b2e18d87493a",
58
+ "format": "zip",
59
+ "path": "ripgrep-15.1.0-x86_64-pc-windows-msvc/rg.exe",
60
+ "providers": [
61
+ {
62
+ "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-x86_64-pc-windows-msvc.zip"
63
+ }
64
+ ]
65
+ },
66
+ "windows-aarch64": {
67
+ "size": 1675460,
68
+ "hash": "sha256",
69
+ "digest": "00d931fb5237c9696ca49308818edb76d8eb6fc132761cb2a1bd616b2df02f8e",
70
+ "format": "zip",
71
+ "path": "ripgrep-15.1.0-aarch64-pc-windows-msvc/rg.exe",
72
+ "providers": [
73
+ {
74
+ "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-aarch64-pc-windows-msvc.zip"
75
+ }
76
+ ]
77
+ }
78
+ }
79
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codexed/codex",
3
- "version": "0.121.0-codexed.4",
3
+ "version": "0.124.0-codexed.1",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "engines": {
@@ -21,8 +21,8 @@
21
21
  "postinstall": "node scripts/postinstall.mjs"
22
22
  },
23
23
  "optionalDependencies": {
24
- "@codexed/codex-linux-x64": "0.121.0-codexed.4",
25
- "@codexed/codex-linux-arm64": "0.121.0-codexed.4",
26
- "@codexed/codex-win32-x64": "0.121.0-codexed.4"
24
+ "@codexed/codex-linux-x64": "0.124.0-codexed.1",
25
+ "@codexed/codex-linux-arm64": "0.124.0-codexed.1",
26
+ "@codexed/codex-win32-x64": "0.124.0-codexed.1"
27
27
  }
28
28
  }