@vmz/plugin-monaco 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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -33,4 +33,5 @@ whole application into an eager client runtime.
33
33
  - Strong fit for multi-file playgrounds and browser workbenches.
34
34
  - An interaction surface substantial enough to justify an isolated delivery boundary.
35
35
 
36
- Monaco works best when users arrive to edit, inspect, or debug code. VMZ's Island and application boundaries make that tradeoff explicit: deliver the IDE when the user reaches the IDE experience.
36
+ Monaco works best when users arrive to edit, inspect, or debug code. VMZ's Island and application boundaries make that
37
+ tradeoff explicit: deliver the IDE when the user reaches the IDE experience.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vmz/plugin-monaco",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "description": "VMZ Monaco editor adapter - <Monaco>",
6
6
  "license": "MIT",
@@ -17,7 +17,7 @@
17
17
  }
18
18
  },
19
19
  "dependencies": {
20
- "@vmz/plugin": "0.0.2"
20
+ "@vmz/plugin": "0.0.3"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "monaco-editor": ">=0.52"