@yxcinebendjebbar/asdc 0.0.4 → 0.0.5

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 +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # http-toolkit
1
+ # @yxcinebendjebbar/asdc
2
2
 
3
3
  Zero-dependency, OOP HTTP / WebSocket / JSON-RPC client for TypeScript, built with native `fetch` and `WebSocket` only.
4
4
  Architecture is deliberately language-agnostic (Strategy, Chain of Responsibility, Adapter) so the same design ports to Go / Python later.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yxcinebendjebbar/asdc",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "A zero-dependency, OOP HTTP/WebSocket/RPC client designed to be ported cleanly to other languages",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -42,4 +42,4 @@
42
42
  "@types/node": "^26.4.0",
43
43
  "typescript": "^5.5.0"
44
44
  }
45
- }
45
+ }