@jiangzhongxi0322/messagechannel 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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jiangzhongxi0322/messagechannel",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "description": "A message channel for communication between VSCode extensions and webviews.",
8
- "main": "dist/messageChennel.js",
9
- "types": "dist/messageChennel.d.ts",
8
+ "main": "dist/messageChannel.js",
9
+ "types": "dist/messageChannel.d.ts",
10
10
  "scripts": {
11
11
  "build": "tsc",
12
12
  "prepublishOnly": "npm run build"