@zachacious/protoc-gen-connect-vue 1.0.4 → 1.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 +4 -2
package/README.md CHANGED
@@ -59,7 +59,7 @@ plugins:
59
59
  out: gen
60
60
  opt: target=ts
61
61
  # 3. Smart SDK Generator
62
- - local: connect-vue
62
+ - local: protoc-gen-connect-vue
63
63
  out: src/api
64
64
  ```
65
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zachacious/protoc-gen-connect-vue",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Smart TanStack Query & ConnectRPC SDK generator for Vue.js",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -20,7 +20,9 @@
20
20
  "files": [
21
21
  "dist",
22
22
  "bin",
23
- "templates"
23
+ "templates",
24
+ "README.md",
25
+ "LICENSE"
24
26
  ],
25
27
  "publishConfig": {
26
28
  "access": "public"