monacopilot 0.18.15 → 0.18.17

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 -3
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -15,11 +15,9 @@
15
15
 
16
16
  [Inline Completions Demo Video](https://github.com/user-attachments/assets/f2ec4ae1-f658-4002-af9c-c6b1bbad70d9)
17
17
 
18
- In the demo, we are using the `onTyping` trigger mode with the Groq model, which is why you see such quick and fast completions. Groq provides very fast response times.
19
-
20
18
  ## Documentation
21
19
 
22
- Go to the [documentation](https://monacopilot.arshadyaseen.com) to get started with Monacopilot.
20
+ Go to the [documentation](https://copilot.arshadyaseen.com) to get started with Monacopilot.
23
21
 
24
22
  ## Contributing
25
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monacopilot",
3
- "version": "0.18.15",
3
+ "version": "0.18.17",
4
4
  "description": "AI auto-completion plugin for Monaco Editor",
5
5
  "main": "./build/index.js",
6
6
  "module": "./build/index.mjs",
@@ -56,6 +56,7 @@
56
56
  "type": "git",
57
57
  "url": "git+https://github.com/arshad-yaseen/monacopilot.git"
58
58
  },
59
+ "homepage": "https://copilot.arshadyaseen.com",
59
60
  "maintainers": [
60
61
  {
61
62
  "name": "Arshad Yaseen",