@veloceapps/sdk 8.0.0-101 → 8.0.0-102
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@veloceapps/sdk",
|
3
|
-
"version": "8.0.0-
|
3
|
+
"version": "8.0.0-102",
|
4
4
|
"private": false,
|
5
5
|
"peerDependencies": {
|
6
6
|
"@angular/animations": "~15.2.0",
|
@@ -14,7 +14,8 @@
|
|
14
14
|
"@veloceapps/components": "^8.0.0-0",
|
15
15
|
"ionicons": "^4.6.3",
|
16
16
|
"rxjs": "~7.8.0",
|
17
|
-
"zone.js": "~0.12.0"
|
17
|
+
"zone.js": "~0.12.0",
|
18
|
+
"sass": "1.69.5"
|
18
19
|
},
|
19
20
|
"dependencies": {
|
20
21
|
"@angular/cdk": "^15.2.0",
|
@@ -25,6 +26,7 @@
|
|
25
26
|
"moment": "^2.29.1",
|
26
27
|
"ngx-drag-drop": "^13.0.1",
|
27
28
|
"rfc6902": "^5.0.1",
|
29
|
+
"saas": "^1.0.0",
|
28
30
|
"tslib": "^2.3.0"
|
29
31
|
},
|
30
32
|
"sideEffects": false,
|
@@ -66,4 +68,4 @@
|
|
66
68
|
"default": "./fesm2020/veloceapps-sdk-core.mjs"
|
67
69
|
}
|
68
70
|
}
|
69
|
-
}
|
71
|
+
}
|