@covalent/code-editor 4.1.5 → 4.1.8
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -93,7 +93,7 @@ module.exports = {
|
|
|
93
93
|
```
|
|
94
94
|
|
|
95
95
|
Note: If you are including this component in an Electron application, define the electron-renderer target. See Electron example here:
|
|
96
|
-
[https://github.com/Teradata/covalent-electron/blob/
|
|
96
|
+
[https://github.com/Teradata/covalent-electron/blob/main/monaco-webpack.config.js](https://github.com/Teradata/covalent-electron/blob/main/monaco-webpack.config.js)
|
|
97
97
|
|
|
98
98
|
Reference the webpack file in your angular.json build config.
|
|
99
99
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@covalent/code-editor",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.8",
|
|
4
4
|
"description": "Teradata UI Platform Code Editor Module",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"monaco-editor": "^0.32.1",
|
|
28
28
|
"@angular/forms": "^13.2.0",
|
|
29
29
|
"rxjs": "~7.4.0",
|
|
30
|
-
"@covalent/core": "4.1.
|
|
30
|
+
"@covalent/core": "4.1.8",
|
|
31
31
|
"@angular/router": "^13.2.0",
|
|
32
32
|
"@angular/platform-browser": "^13.2.0",
|
|
33
33
|
"@angular/material": "^13.2.1",
|