cxpher 2.0.4 → 2.0.7

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 +0 -30
  2. package/package.json +9 -11
package/CHANGELOG.md CHANGED
@@ -2,36 +2,6 @@
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.4] - 2026-05-23
6
-
7
- ### Added
8
-
9
- ### Changed
10
-
11
- ### Fixed
12
-
13
- ---
14
-
15
- ## [2.0.3] - 2026-05-23
16
-
17
- ### Added
18
-
19
- ### Changed
20
-
21
- ### Fixed
22
-
23
- ---
24
-
25
- ## [2.0.2] - 2026-05-23
26
-
27
- ### Added
28
-
29
- ### Changed
30
-
31
- ### Fixed
32
-
33
- ---
34
-
35
5
  ## [2.0.1] - 2026-05-23
36
6
 
37
7
  ### Security Posture Overhaul
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cxpher",
3
- "version": "2.0.4",
3
+ "version": "2.0.7",
4
4
  "type": "module",
5
5
  "description": "Agentics Package Manager — Encrypted native binary compiler + package manager for JavaScript",
6
6
  "main": "bin/cXpher.js",
@@ -52,15 +52,13 @@
52
52
  "author": "Connor Etherington <connor@agentics.co.za>",
53
53
  "license": "MIT",
54
54
  "optionalDependencies": {
55
- "cxpher-darwin-arm64": "2.0.4",
56
- "cxpher-darwin-x64": "2.0.4",
57
- "cxpher-linux-arm32": "2.0.4",
58
- "cxpher-linux-arm64": "2.0.4",
59
- "cxpher-linux-x64": "2.0.4",
60
- "cxpher-linux-x86": "2.0.4",
61
- "cxpher-win-arm32": "2.0.4",
62
- "cxpher-win-arm64": "2.0.4",
63
- "cxpher-win-x64": "2.0.4",
64
- "cxpher-win-x86": "2.0.4"
55
+ "cxpher-linux-arm32": "2.0.7",
56
+ "cxpher-linux-arm64": "2.0.7",
57
+ "cxpher-linux-x64": "2.0.7",
58
+ "cxpher-linux-x86": "2.0.7",
59
+ "cxpher-win-arm32": "2.0.7",
60
+ "cxpher-win-arm64": "2.0.7",
61
+ "cxpher-win-x64": "2.0.7",
62
+ "cxpher-win-x86": "2.0.7"
65
63
  }
66
64
  }