bridgewire 2.0.0 → 2.0.1

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 +4 -0
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -565,3 +565,7 @@ Important areas to review before publishing:
565
565
  ## License
566
566
 
567
567
  This project is licensed under the [MIT License](./LICENSE).
568
+
569
+ ## Author
570
+
571
+ Created by [Leonid Kuznetsov](https://www.linkedin.com/in/leonid-kuznetsov-651a50126/)
package/package.json CHANGED
@@ -1,9 +1,17 @@
1
1
  {
2
2
  "name": "bridgewire",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Transport-agnostic client for HTTP and WebSocket communication",
5
5
  "keywords": [],
6
- "author": "Kuznetsov Leonid",
6
+ "author": "Kuznetsov Leonid (https://www.linkedin.com/in/leonid-kuznetsov-651a50126/)",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/kuznetsovlv/bridgewire.git"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/kuznetsovlv/bridgewire/issues"
13
+ },
14
+ "homepage": "https://github.com/kuznetsovlv/bridgewire#readme",
7
15
  "license": "MIT",
8
16
  "type": "module",
9
17
  "main": "./dist/bridgewire.cjs",
@@ -19,14 +27,6 @@
19
27
  "files": [
20
28
  "dist"
21
29
  ],
22
- "repository": {
23
- "type": "git",
24
- "url": "git+https://github.com/kuznetsovlv/bridgewire.git"
25
- },
26
- "bugs": {
27
- "url": "https://github.com/kuznetsovlv/bridgewire/issues"
28
- },
29
- "homepage": "https://github.com/kuznetsovlv/bridgewire#readme",
30
30
  "scripts": {
31
31
  "dev": "vite",
32
32
  "prebuild": "npm run clean",