@qitqode/qitqode-linux-arm64 0.2.2 → 0.2.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.
package/BUN_RELINKING.md CHANGED
@@ -7,8 +7,8 @@ General Public License. The accompanying `BUN_LICENSE.md` and
7
7
 
8
8
  Corresponding source and build materials:
9
9
 
10
- - QitQode 0.2.2 source: https://github.com/qitqode/qitqode/tree/v0.2.2
11
- - Exact QitQode source commit: https://github.com/qitqode/qitqode/tree/6b5ffd944b657a59173e2994e863cb0fe1d87a7a
10
+ - QitQode 0.2.4 source: https://github.com/qitqode/qitqode/tree/v0.2.4
11
+ - Exact QitQode source commit: https://github.com/qitqode/qitqode/tree/a262dc8280eec1f93f97181b102fcf2a14c36ef1
12
12
  - Bun source: https://github.com/oven-sh/bun/tree/bun-v1.3.11
13
13
  - Bun's patched WebKit source: https://github.com/oven-sh/webkit
14
14
 
@@ -18,7 +18,7 @@ source as described in `BUN_LICENSE.md`, place that Bun executable first on
18
18
  --frozen-lockfile`, and run:
19
19
 
20
20
  ```sh
21
- QITQODE_VERSION=0.2.2 QITQODE_CHANNEL=latest bun run packages/qitqode/script/build.ts
21
+ QITQODE_VERSION=0.2.4 QITQODE_CHANNEL=latest bun run packages/qitqode/script/build.ts
22
22
  ```
23
23
 
24
24
  The QitQode source and build scripts are provided in source form so recipients
package/bin/qitqode CHANGED
@@ -1,4 +1,4 @@
1
1
  [diffend] Oversized file quarantined before diffing.
2
2
  name: package/bin/qitqode
3
- size: 146495492 bytes
4
- sha256: dad72979453457e473890fd8f61c95669ab22a10040dbe4d8d5314df94b00bfd
3
+ size: 146489250 bytes
4
+ sha256: d6e5eee8a0c4a1e00b74a939570f351de4e1355262fa3a3694124fa645627fad
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qitqode/qitqode-linux-arm64",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Platform-specific binary for @qitqode/cli.",
5
5
  "license": "MIT",
6
6
  "author": "QitQode",