bridgewire 1.0.1 → 1.0.2

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
@@ -2,7 +2,7 @@
2
2
 
3
3
  **BridgeWire** is a transport-agnostic client for HTTP and WebSocket communication.
4
4
 
5
- > ⚠️ BridgeWire is currently in early development. The public API is not stable yet.
5
+ > ⚠️ BridgeWire is currently in early development! The public API is not stable yet.
6
6
 
7
7
  The goal of the project is to provide a unified interface for sending requests over different transports, such as Fetch and WebSocket, with a clean and extensible architecture.
8
8
 
@@ -110,4 +110,4 @@ More details will be added as the implementation evolves.
110
110
 
111
111
  ## License
112
112
 
113
- This project is licensed under the [MIT License](./LICENSE).
113
+ This project is licensed under the [MIT License](./LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bridgewire",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Transport-agnostic client for HTTP and WebSocket communication",
5
5
  "keywords": [],
6
6
  "author": "Kuznetsov Leonid",
@@ -37,9 +37,13 @@
37
37
  "format": "prettier . --write",
38
38
  "format:check": "prettier . --check",
39
39
  "check": "npm run lint && npm run format:check && npm run test && npm run build",
40
- "clean": "node -e \"fs.rmSync('dist', { recursive: true, force: true })\""
40
+ "clean": "node -e \"fs.rmSync('dist', { recursive: true, force: true })\"",
41
+ "changeset": "changeset",
42
+ "version-packages": "changeset version",
43
+ "release": "npm run check && changeset publish"
41
44
  },
42
45
  "devDependencies": {
46
+ "@changesets/cli": "^2.31.0",
43
47
  "@eslint/js": "^10.0.1",
44
48
  "@types/node": "^25.6.0",
45
49
  "eslint": "^10.3.0",
@@ -49,5 +53,8 @@
49
53
  "vite": "^8.0.10",
50
54
  "vite-plugin-dts": "^5.0.0",
51
55
  "vitest": "^4.1.5"
56
+ },
57
+ "publishConfig": {
58
+ "access": "public"
52
59
  }
53
60
  }
@@ -1,2 +0,0 @@
1
- var e=()=>`BridgeWire`;module.exports=e;
2
- //# sourceMappingURL=bridgewire.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"bridgewire.cjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["const bridgewire = () => 'BridgeWire';\n\nexport default bridgewire;\n"],"mappings":"AAAA,IAAM,MAAmB"}
@@ -1,6 +0,0 @@
1
- //#region src/index.ts
2
- var e = () => "BridgeWire";
3
- //#endregion
4
- export { e as default };
5
-
6
- //# sourceMappingURL=bridgewire.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"bridgewire.js","names":[],"sources":["../src/index.ts"],"sourcesContent":["const bridgewire = () => 'BridgeWire';\n\nexport default bridgewire;\n"],"mappings":";AAAA,IAAM,UAAmB"}
package/dist/index.d.ts DELETED
@@ -1,3 +0,0 @@
1
- declare const bridgewire: () => string;
2
- export default bridgewire;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,UAAU,cAAqB,CAAC;AAEtC,eAAe,UAAU,CAAC"}