neex 0.8.11 → 0.8.16

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 +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <div align="center">
2
2
  <a href="https://github.com/Neexjs">
3
3
  <picture>
4
- <source media="(prefers-color-scheme: dark)" srcset="https://neex.storage.c2.liara.space/Neex.png">
4
+ <source media="(prefers-color-scheme: dark)" srcset="https://i.ibb.co/6ct76YVN/neex.png">
5
5
  <img width="130" height="120" alt="Neex" src="https://github.com/user-attachments/assets/e64198e3-6489-4067-9d8a-19ef06d135da" style="border-radius: 50%;" />
6
6
  </picture>
7
7
  </a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neex",
3
- "version": "0.8.11",
3
+ "version": "0.8.16",
4
4
  "description": "Ultra-fast monorepo build tool with tiered caching",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -30,10 +30,10 @@
30
30
  "README.md"
31
31
  ],
32
32
  "optionalDependencies": {
33
- "@neexjs/darwin-arm64": "0.8.11",
34
- "@neexjs/darwin-x64": "0.8.11",
35
- "@neexjs/linux-x64": "0.8.11",
36
- "@neexjs/win32-x64": "0.8.11"
33
+ "@neexjs/darwin-arm64": "0.8.16",
34
+ "@neexjs/darwin-x64": "0.8.16",
35
+ "@neexjs/linux-x64": "0.8.16",
36
+ "@neexjs/win32-x64": "0.8.16"
37
37
  },
38
38
  "engines": {
39
39
  "node": ">=18"