monacopilot 0.8.21 → 0.8.22
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.
- package/dist/index.js +14 -8
- package/dist/index.mjs +14 -8
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "monacopilot",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.22",
|
|
4
4
|
"description": "Extended Monaco Editor with AI auto-completion and new themes for React.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"eslint": "^8.57.0",
|
|
31
31
|
"eslint-plugin-react": "^7.34.1",
|
|
32
32
|
"groq-sdk": "^0.3.2",
|
|
33
|
-
"monaco-editor": "^0.
|
|
33
|
+
"monaco-editor": "^0.50.0",
|
|
34
34
|
"prettier": "^3.2.5",
|
|
35
35
|
"react": "^18.2.0",
|
|
36
36
|
"react-dom": "^18.2.0",
|