@bigmistqke/rpc 0.1.0 → 0.1.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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigmistqke/rpc",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "RPC toolkit for type-safe communication across Workers, iframes, and network boundaries.",
6
6
  "module": "./dist/index.js",
@@ -11,16 +11,16 @@
11
11
  "types": "./dist/messenger.d.ts"
12
12
  },
13
13
  "./stream": {
14
- "import": "./dist/stream/index.js",
15
- "types": "./dist/stream/index.d.ts"
14
+ "import": "./dist/stream.js",
15
+ "types": "./dist/stream.d.ts"
16
16
  },
17
17
  "./fetch": {
18
- "import": "./dist/fetch/index.js",
19
- "types": "./dist/fetch/index.d.ts"
18
+ "import": "./dist/fetch.js",
19
+ "types": "./dist/fetch.d.ts"
20
20
  },
21
21
  "./fetch/node": {
22
- "import": "./dist/fetch/node.js",
23
- "types": "./dist/fetch/node.d.ts"
22
+ "import": "./dist/fetch-node.js",
23
+ "types": "./dist/fetch-node.d.ts"
24
24
  }
25
25
  },
26
26
  "license": "MIT",