nuxt-monaco-editor 1.2.7 → 1.2.9

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/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.2.9](https://github.com/e-chan1007/nuxt-monaco-editor/compare/v1.2.8...v1.2.9) (2024-04-20)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * add locale build for prepack ([d0cf0ed](https://github.com/e-chan1007/nuxt-monaco-editor/commit/d0cf0edd12f892781351ffc69c2b734efe00feb3))
11
+
12
+ ### [1.2.8](https://github.com/e-chan1007/nuxt-monaco-editor/compare/v1.2.7...v1.2.8) (2024-04-20)
13
+
5
14
  ### [1.2.7](https://github.com/e-chan1007/nuxt-monaco-editor/compare/v1.2.6...v1.2.7) (2024-01-20)
6
15
 
7
16
 
package/README.md CHANGED
@@ -8,14 +8,7 @@ Integrate [monaco-editor](https://microsoft.github.io/monaco-editor/) with Nuxt
8
8
 
9
9
  ## Install
10
10
  ```sh
11
- # npm
12
- npm install -D monaco-editor nuxt-monaco-editor
13
-
14
- # yarn
15
- yarn add -D monaco-editor nuxt-monaco-editor
16
-
17
- # pnpm
18
- pnpm add -D monaco-editor nuxt-monaco-editor
11
+ npx nuxi@latest module add nuxt-monaco-editor
19
12
  ```
20
13
  Don't forget to install `monaco-editor`.
21
14