snpm 2026.1.7 → 2026.1.30

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 +1 -1
package/README.md CHANGED
@@ -46,4 +46,4 @@ For more information, visit the [snpm repository](https://github.com/binbandit/s
46
46
 
47
47
  ## License
48
48
 
49
- MIT
49
+ MIT OR Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snpm",
3
- "version": "2026.1.7",
3
+ "version": "2026.1.30",
4
4
  "description": "Speedy Node Package Manager - A fast, Rust-based package manager",
5
5
  "bin": {
6
6
  "snpm": "bin/snpm.js",