monacopilot 0.11.3 → 0.11.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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Monacopilot
4
4
 
5
- **Monacopilot** integrates AI auto-completion into the Monaco Editor, inspired by GitHub Copilot.
5
+ **Monacopilot** is a powerful and customizable AI auto-completion plugin for the Monaco Editor. Inspired by GitHub Copilot.
6
6
 
7
7
  ### Motivation
8
8
 
@@ -44,6 +44,7 @@ Here are some examples of how to integrate Monacopilot into your project:
44
44
  - [App Router](https://github.com/arshad-yaseen/monacopilot/tree/main/examples/nextjs/app)
45
45
  - [Pages Router](https://github.com/arshad-yaseen/monacopilot/tree/main/examples/nextjs/pages)
46
46
  - [Remix](https://github.com/arshad-yaseen/monacopilot/tree/main/examples/remix)
47
+ - [Vue](https://github.com/arshad-yaseen/monacopilot/tree/main/examples/vue)
47
48
 
48
49
  ## Inline Completions
49
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monacopilot",
3
- "version": "0.11.3",
3
+ "version": "0.11.5",
4
4
  "description": "AI auto-completion plugin for Monaco Editor",
5
5
  "main": "./build/index.js",
6
6
  "module": "./build/index.mjs",