@c8y/tutorial 1019.5.6 → 1019.5.11
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/cumulocity.config.ts +2 -0
- package/package.json +6 -6
package/cumulocity.config.ts
CHANGED
|
@@ -626,6 +626,8 @@ export default {
|
|
|
626
626
|
})
|
|
627
627
|
]
|
|
628
628
|
},
|
|
629
|
+
// The embedded.css is used by codex for iframe embeddings.
|
|
630
|
+
copy: [{ from: './node_modules/@c8y/style/embedded.css', to: './embedded.css' }],
|
|
629
631
|
entryModule: './src/app/app.module#AppModule',
|
|
630
632
|
brandingEntry: './src/branding/branding.less',
|
|
631
633
|
federation: [
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c8y/tutorial",
|
|
3
|
-
"version": "1019.5.
|
|
3
|
+
"version": "1019.5.11",
|
|
4
4
|
"description": "This package is used to scaffold a tutorial for Cumulocity IoT Web SDK which explains a lot of concepts.",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@c8y/devkit": "1019.5.
|
|
7
|
-
"@c8y/style": "1019.5.
|
|
8
|
-
"@c8y/ngx-components": "1019.5.
|
|
9
|
-
"@c8y/client": "1019.5.
|
|
10
|
-
"@c8y/bootstrap": "1019.5.
|
|
6
|
+
"@c8y/devkit": "1019.5.11",
|
|
7
|
+
"@c8y/style": "1019.5.11",
|
|
8
|
+
"@c8y/ngx-components": "1019.5.11",
|
|
9
|
+
"@c8y/client": "1019.5.11",
|
|
10
|
+
"@c8y/bootstrap": "1019.5.11",
|
|
11
11
|
"@angular/cdk": "^16.2.11",
|
|
12
12
|
"ngx-bootstrap": "11.0.2",
|
|
13
13
|
"leaflet": "1.7.1",
|