@vmz/plugin-codemirror 0.0.2 → 0.0.3
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/README.md +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -33,4 +33,6 @@ testable.
|
|
|
33
33
|
- A focused coding exercise that does not need a full IDE workbench.
|
|
34
34
|
- A structured text tool whose extensions are chosen for the domain.
|
|
35
35
|
|
|
36
|
-
The surrounding page should load as a normal VMZ page. The editor region becomes interactive when needed and owns its
|
|
36
|
+
The surrounding page should load as a normal VMZ page. The editor region becomes interactive when needed and owns its
|
|
37
|
+
state and lifetime without forcing unrelated content into an eager client shell. That is why CodeMirror is often an
|
|
38
|
+
intentional choice, not merely “the smaller Monaco.”
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vmz/plugin-codemirror",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "VMZ CodeMirror 6 editor adapter - <Codemirror>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@vmz/plugin": "0.0.
|
|
20
|
+
"@vmz/plugin": "0.0.3"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"codemirror": ">=6",
|