@veloceapps/sdk 5.0.13-0 → 5.0.13-1
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/bundles/veloceapps-sdk-runtime.umd.js +3 -3
- package/bundles/veloceapps-sdk-runtime.umd.js.map +1 -1
- package/esm2015/runtime/execution/runtime-execution.module.js +2 -2
- package/esm2015/runtime/runtime.module.js +2 -2
- package/esm2015/runtime/services/section.service.js +2 -2
- package/fesm2015/veloceapps-sdk-runtime.js +1 -1
- package/fesm2015/veloceapps-sdk-runtime.js.map +1 -1
- package/package.json +2 -2
- package/runtime/execution/runtime-execution.module.d.ts +1 -1
- package/runtime/runtime.module.d.ts +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@veloceapps/sdk",
|
3
|
-
"version": "5.0.13-
|
3
|
+
"version": "5.0.13-1",
|
4
4
|
"private": false,
|
5
5
|
"peerDependencies": {
|
6
6
|
"@angular/animations": "^12.2.0",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"monaco-editor": "^0.30.1",
|
27
27
|
"@angular/router": "^12.2.0",
|
28
28
|
"jshashes": "^1.0.8",
|
29
|
-
"@
|
29
|
+
"@veloceapps/elements": "^1.1.2-1",
|
30
30
|
"ngx-bootstrap": "^5.6.2"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
@@ -16,7 +16,7 @@ import * as i14 from "@angular/common";
|
|
16
16
|
import * as i15 from "@angular/forms";
|
17
17
|
import * as i16 from "@veloceapps/core";
|
18
18
|
import * as i17 from "@veloceapps/api";
|
19
|
-
import * as i18 from "@
|
19
|
+
import * as i18 from "@veloceapps/elements";
|
20
20
|
import * as i19 from "ngx-bootstrap/popover";
|
21
21
|
import * as i20 from "@veloceapps/components";
|
22
22
|
import * as i21 from "@veloceapps/sdk/core";
|
@@ -7,7 +7,7 @@ import * as i5 from "@angular/common";
|
|
7
7
|
import * as i6 from "@angular/forms";
|
8
8
|
import * as i7 from "@veloceapps/core";
|
9
9
|
import * as i8 from "@veloceapps/api";
|
10
|
-
import * as i9 from "@
|
10
|
+
import * as i9 from "@veloceapps/elements";
|
11
11
|
import * as i10 from "ngx-bootstrap/popover";
|
12
12
|
import * as i11 from "@veloceapps/components";
|
13
13
|
import * as i12 from "@veloceapps/sdk/core";
|