solana-web3-on-steroids 1.0.4 → 1.0.6

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/README.md CHANGED
@@ -39,6 +39,11 @@ Intercepts simulation logs and translates raw program errors into human-readable
39
39
 
40
40
  ![Architecture Diagram](docs/assets/architecture.png)
41
41
 
42
+ ### Technical Resilience Flow
43
+
44
+ ![Technical Flow](docs/assets/technical_flow.png)
45
+
46
+ <!-- START_TECHNICAL_DIAGRAM -->
42
47
  ### Technical Resilience Flow (Mermaid)
43
48
 
44
49
  ```mermaid
@@ -75,6 +80,7 @@ graph TD
75
80
  Tx -- "Re-broadcasting" --> Primary
76
81
  Tx -- "Multi-node Polling" --> CNodes
77
82
  ```
83
+ <!-- END_TECHNICAL_DIAGRAM -->
78
84
 
79
85
  ---
80
86
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solana-web3-on-steroids",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "A systems-grade resilience layer for Solana web3.js",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -15,8 +15,13 @@
15
15
  "transaction",
16
16
  "rpc"
17
17
  ],
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/max-de-bug/solana_web3.js_on_steroids.git"
21
+ },
18
22
  "files": [
19
23
  "dist",
24
+ "docs",
20
25
  "LICENSE",
21
26
  "README.md"
22
27
  ],