@po-ui/ng-code-editor 15.9.2 → 15.11.0
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.
|
@@ -630,4 +630,3 @@ PoCodeEditorModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [PoC
|
|
|
630
630
|
|
|
631
631
|
export { PoCodeEditorComponent, PoCodeEditorModule, PoCodeEditorRegister };
|
|
632
632
|
//# sourceMappingURL=po-ui-ng-code-editor.mjs.map
|
|
633
|
-
//# sourceMappingURL=po-ui-ng-code-editor.mjs.map
|
|
@@ -614,4 +614,3 @@ PoCodeEditorModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [PoC
|
|
|
614
614
|
|
|
615
615
|
export { PoCodeEditorComponent, PoCodeEditorModule, PoCodeEditorRegister };
|
|
616
616
|
//# sourceMappingURL=po-ui-ng-code-editor.mjs.map
|
|
617
|
-
//# sourceMappingURL=po-ui-ng-code-editor.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@po-ui/ng-code-editor",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.11.0",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "PO UI - Code Editor",
|
|
6
6
|
"author": "PO UI",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
},
|
|
13
13
|
"schematics": "./schematics/collection.json",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@po-ui/ng-components": "15.
|
|
16
|
-
"@po-ui/ng-schematics": "15.
|
|
15
|
+
"@po-ui/ng-components": "15.11.0",
|
|
16
|
+
"@po-ui/ng-schematics": "15.11.0",
|
|
17
17
|
"monaco-editor": "0.24.0",
|
|
18
18
|
"core-js": "^3.13.0",
|
|
19
19
|
"intl": "^1.2.5",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@angular/common": "^15.0.3",
|
|
24
24
|
"@angular/core": "^15.0.3",
|
|
25
25
|
"@angular/forms": "^15.0.3",
|
|
26
|
-
"@po-ui/ng-components": "15.
|
|
26
|
+
"@po-ui/ng-components": "15.11.0",
|
|
27
27
|
"monaco-editor": "0.24.0",
|
|
28
28
|
"zone.js": "~0.12.0"
|
|
29
29
|
},
|
|
Binary file
|
|
@@ -31,7 +31,7 @@ function default_1(options) {
|
|
|
31
31
|
exports.default = default_1;
|
|
32
32
|
function addPoPackageAndInstall() {
|
|
33
33
|
return (tree, context) => {
|
|
34
|
-
(0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-code-editor', '15.
|
|
34
|
+
(0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-code-editor', '15.11.0');
|
|
35
35
|
// install packages
|
|
36
36
|
context.addTask(new tasks_1.NodePackageInstallTask());
|
|
37
37
|
};
|
|
Binary file
|