cxpher 2.0.18 → 2.0.20

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/CHANGELOG.md +1 -1
  2. package/package.json +14 -11
package/CHANGELOG.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  All notable changes to `cXpher` are recorded here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
 
5
- ## [2.0.18] - 2026-05-23
5
+ ## [2.0.20] - 2026-05-23
6
6
 
7
7
  ### Security Posture Overhaul
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cxpher",
3
- "version": "2.0.18",
3
+ "version": "2.0.20",
4
4
  "type": "module",
5
5
  "description": "Agentics Package Manager — Encrypted native binary compiler + package manager for JavaScript",
6
6
  "main": "bin/cXpher.js",
@@ -54,15 +54,18 @@
54
54
  "author": "Connor Etherington <connor@agentics.co.za>",
55
55
  "license": "MIT",
56
56
  "optionalDependencies": {
57
- "cxpher-darwin-arm64": "2.0.18",
58
- "cxpher-darwin-x64": "2.0.18",
59
- "cxpher-linux-arm32": "2.0.18",
60
- "cxpher-linux-arm64": "2.0.18",
61
- "cxpher-linux-x64": "2.0.18",
62
- "cxpher-linux-x86": "2.0.18",
63
- "cxpher-win-arm32": "2.0.18",
64
- "cxpher-win-arm64": "2.0.18",
65
- "cxpher-win-x64": "2.0.18",
66
- "cxpher-win-x86": "2.0.18"
57
+ "cxpher-darwin-arm64": "2.0.20",
58
+ "cxpher-darwin-x64": "2.0.20",
59
+ "cxpher-linux-arm32": "2.0.20",
60
+ "cxpher-linux-arm64": "2.0.20",
61
+ "cxpher-linux-x64": "2.0.20",
62
+ "cxpher-linux-x86": "2.0.20",
63
+ "cxpher-win-arm32": "2.0.20",
64
+ "cxpher-win-arm64": "2.0.20",
65
+ "cxpher-win-x64": "2.0.20",
66
+ "cxpher-win-x86": "2.0.20"
67
+ },
68
+ "dependencies": {
69
+ "cxpher": "2.0.19"
67
70
  }
68
71
  }