@c8y/package-blueprint 1023.26.1 → 1023.30.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.
- package/cumulocity.config.ts +7 -1
- package/package.json +7 -7
package/cumulocity.config.ts
CHANGED
|
@@ -10,7 +10,13 @@ export default {
|
|
|
10
10
|
dynamicOptionsUrl: true,
|
|
11
11
|
isPackage: true,
|
|
12
12
|
license,
|
|
13
|
-
package: 'blueprint'
|
|
13
|
+
package: 'blueprint',
|
|
14
|
+
// These values are used as default values during blueprint deployment
|
|
15
|
+
blueprintDeploymentOptions: {
|
|
16
|
+
name: 'Cumulocity Blueprint Sample Application',
|
|
17
|
+
contextPath: 'cumulocity-blueprint-sample-app',
|
|
18
|
+
key: 'cumulocity-blueprint-sample-app-key'
|
|
19
|
+
}
|
|
14
20
|
},
|
|
15
21
|
buildTime: {
|
|
16
22
|
federation: [
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c8y/package-blueprint",
|
|
3
|
-
"version": "1023.
|
|
3
|
+
"version": "1023.30.0",
|
|
4
4
|
"description": "This package is used to scaffold a blueprint package for Cumulocity IoT.",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@c8y/style": "1023.
|
|
7
|
-
"@c8y/ngx-components": "1023.
|
|
8
|
-
"@c8y/client": "1023.
|
|
9
|
-
"@c8y/bootstrap": "1023.
|
|
6
|
+
"@c8y/style": "1023.30.0",
|
|
7
|
+
"@c8y/ngx-components": "1023.30.0",
|
|
8
|
+
"@c8y/client": "1023.30.0",
|
|
9
|
+
"@c8y/bootstrap": "1023.30.0",
|
|
10
10
|
"@angular/cdk": "^20.2.14",
|
|
11
11
|
"monaco-editor": "~0.53.0",
|
|
12
12
|
"ngx-bootstrap": "20.0.2",
|
|
13
13
|
"rxjs": "7.8.2"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@c8y/options": "1023.
|
|
17
|
-
"@c8y/devkit": "1023.
|
|
16
|
+
"@c8y/options": "1023.30.0",
|
|
17
|
+
"@c8y/devkit": "1023.30.0"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"@angular/common": ">=20 <21"
|