monacopilot 1.1.20 → 1.1.21

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 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![Monacopilot Banner](https://copilot.arshadyaseen.com/og.png)
1
+ ![Monacopilot Banner](https://monacopilot.dev/og.png)
2
2
 
3
3
  ### Features
4
4
 
@@ -16,7 +16,7 @@
16
16
 
17
17
  ## Documentation
18
18
 
19
- Go to the [documentation](https://copilot.arshadyaseen.com) to get started with Monacopilot.
19
+ Go to the [documentation](https://monacopilot.dev) to get started with Monacopilot.
20
20
 
21
21
  ## Contributing
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monacopilot",
3
- "version": "1.1.20",
3
+ "version": "1.1.21",
4
4
  "description": "AI auto-completion plugin for Monaco Editor",
5
5
  "main": "./build/index.js",
6
6
  "module": "./build/index.mjs",
@@ -26,7 +26,7 @@
26
26
  "type": "git",
27
27
  "url": "git+https://github.com/arshad-yaseen/monacopilot.git"
28
28
  },
29
- "homepage": "https://copilot.arshadyaseen.com",
29
+ "homepage": "https://monacopilot.dev",
30
30
  "maintainers": [
31
31
  {
32
32
  "name": "Arshad Yaseen",
@@ -37,7 +37,7 @@
37
37
  "license": "MIT",
38
38
  "author": "Arshad Yaseen <m@arshadyaseen.com> (https://arshadyaseen.com)",
39
39
  "dependencies": {
40
- "@monacopilot/core": "1.1.20"
40
+ "@monacopilot/core": "1.1.21"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "monaco-editor": ">=0.41.0"