@c8y/devicemanagement 1019.23.8 → 1019.24.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.
@@ -1,4 +1,3 @@
1
- import { ConfigurationOptions } from '@c8y/devkit/dist/options';
2
1
  import { author, description, version } from './package.json';
3
2
 
4
3
  export default {
@@ -16,7 +15,17 @@ export default {
16
15
  "base-uri 'none'; default-src 'self' 'unsafe-inline' http: https: ws: wss:; connect-src 'self' http: https: ws: wss:; script-src 'self' *.bugherd.com *.twitter.com *.twimg.com *.aptrinsic.com 'unsafe-inline' 'unsafe-eval' data:; style-src * 'unsafe-inline' blob:; img-src * data: blob:; font-src * data:; frame-src *; worker-src 'self' blob:;",
17
16
  dynamicOptionsUrl: '/apps/public/public-options/options.json',
18
17
  contextHelp: true,
19
- upgrade: true
18
+ upgrade: true,
19
+ exports: [
20
+ {
21
+ name: 'Replace device plugin',
22
+ module: 'ReplaceDeviceModule',
23
+ path: '@c8y/ngx-components/replace-device',
24
+ description:
25
+ 'Replace device plugin for enabling the action of replacing a physical device with another one.',
26
+ scope: 'self' as any
27
+ }
28
+ ]
20
29
  },
21
30
  buildTime: {
22
31
  federation: [
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@c8y/devicemanagement",
3
- "version": "1019.23.8",
3
+ "version": "1019.24.0",
4
4
  "description": "This package is used to scaffold a Device management application for Cumulocity IoT.",
5
5
  "dependencies": {
6
- "@c8y/style": "1019.23.8",
7
- "@c8y/ng1-modules": "1019.23.8",
8
- "@c8y/ngx-components": "1019.23.8",
9
- "@c8y/client": "1019.23.8",
10
- "@c8y/bootstrap": "1019.23.8",
11
- "@c8y/devkit": "1019.23.8",
6
+ "@c8y/style": "1019.24.0",
7
+ "@c8y/ng1-modules": "1019.24.0",
8
+ "@c8y/ngx-components": "1019.24.0",
9
+ "@c8y/client": "1019.24.0",
10
+ "@c8y/bootstrap": "1019.24.0",
11
+ "@c8y/devkit": "1019.24.0",
12
12
  "@angular/cdk": "^16.2.11",
13
13
  "@angular/upgrade": "^16.2.11",
14
14
  "angular": "1.6.9",