hive-p2p 1.0.19 → 1.0.21

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 +9 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  > A self-optimizing P2P network that achieves maximum entropy through global topology awareness
4
4
 
5
+ ## Links
6
+ - **NPM (full with simulator):** [npmjs.com/package/hive-p2p](https://www.npmjs.com/package/hive-p2p)
7
+ - **NPM (server only):** [npmjs.com/package/@hive-p2p/server](https://www.npmjs.com/package/@hive-p2p/server)
8
+ - **NPM (browser only):** [npmjs.com/package/@hive-p2p/browser](https://www.npmjs.com/package/@hive-p2p/browser)
9
+ - **.min (unpkg):** [unpkg.com/@hive-p2p/browser@latest/hive-p2p.min.js](https://unpkg.com/@hive-p2p/browser@1.0.19/hive-p2p.min.js)
10
+ - **.min (cdn):** [cdn.jsdelivr.net/npm/@hive-p2p/browser@latest/hive-p2p.min.js](https://cdn.jsdelivr.net/npm/@hive-p2p/browser@latest/hive-p2p.min.js)
11
+ - **Stats:** [ghloc.vercel.app/Seigneur-Machiavel/hive-p2p](https://ghloc.vercel.app/Seigneur-Machiavel/hive-p2p?branch=main)
12
+ - **DEMO-REPO :** [github.com/Seigneur-Machiavel/hive-p2p-demo](https://github.com/Seigneur-Machiavel/hive-p2p-demo)
13
+
5
14
  ## What is HiveP2P?
6
15
 
7
16
  HiveP2P is a revolutionary peer-to-peer protocol that solves the fundamental entropy limitations of traditional DHTs like Kademlia. Instead of hoping for good network distribution, each peer actively participates in global topology optimization.
@@ -279,11 +288,6 @@ HiveP2P embodies this principle - simple components (gossip, routing, topology a
279
288
 
280
289
  GNU General Public License v3.0 - See [LICENSE](LICENSE) for details.
281
290
 
282
- ## Links
283
- - **NPM:** [npmjs.com/package/hive-p2p](https://www.npmjs.com/package/hive-p2p)
284
- - **Stats:** [ghloc.vercel.app/Seigneur-Machiavel/hive-p2p](https://ghloc.vercel.app/Seigneur-Machiavel/hive-p2p?branch=main)
285
- - **DEMO-REPO :** [github.com/Seigneur-Machiavel/hive-p2p-demo](https://github.com/Seigneur-Machiavel/hive-p2p-demo)
286
-
287
291
  ---
288
292
 
289
293
  *HiveP2P - Because the internet deserves better than client-server*
@@ -571,11 +575,6 @@ HiveP2P incarne ce principe - des composants simples (gossip, routage, conscienc
571
575
 
572
576
  GNU General Public License v3.0 - Voir [LICENSE](LICENSE) pour les détails.
573
577
 
574
- ## Liens
575
- - **NPM :** [npmjs.com/package/hive-p2p](https://www.npmjs.com/package/hive-p2p)
576
- - **Stats :** [ghloc.vercel.app/Seigneur-Machiavel/hive-p2p](https://ghloc.vercel.app/Seigneur-Machiavel/hive-p2p?branch=main)
577
- - **DEMO-REPO :** [github.com/Seigneur-Machiavel/hive-p2p-demo](https://github.com/Seigneur-Machiavel/hive-p2p-demo)
578
-
579
578
  ---
580
579
 
581
580
  *HiveP2P - Parce qu'Internet mérite mieux que client-serveur*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hive-p2p",
3
- "version": "1.0.19",
3
+ "version": "1.0.21",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },