@provoly/dashboard 0.25.10 → 0.25.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "0.25.10",
3
+ "version": "0.25.12",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "16.x || 17.x",
@@ -96,18 +96,18 @@
96
96
  "esm": "./esm2022/import/provoly-dashboard-import.mjs",
97
97
  "default": "./fesm2022/provoly-dashboard-import.mjs"
98
98
  },
99
- "./pipeline": {
100
- "types": "./pipeline/index.d.ts",
101
- "esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
102
- "esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
103
- "default": "./fesm2022/provoly-dashboard-pipeline.mjs"
104
- },
105
99
  "./notification": {
106
100
  "types": "./notification/index.d.ts",
107
101
  "esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
108
102
  "esm": "./esm2022/notification/provoly-dashboard-notification.mjs",
109
103
  "default": "./fesm2022/provoly-dashboard-notification.mjs"
110
104
  },
105
+ "./pipeline": {
106
+ "types": "./pipeline/index.d.ts",
107
+ "esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
108
+ "esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
109
+ "default": "./fesm2022/provoly-dashboard-pipeline.mjs"
110
+ },
111
111
  "./presentation": {
112
112
  "types": "./presentation/index.d.ts",
113
113
  "esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
@@ -288,18 +288,18 @@
288
288
  "esm": "./esm2022/widgets/widget-detail/provoly-dashboard-widgets-widget-detail.mjs",
289
289
  "default": "./fesm2022/provoly-dashboard-widgets-widget-detail.mjs"
290
290
  },
291
- "./widgets/widget-graph": {
292
- "types": "./widgets/widget-graph/index.d.ts",
293
- "esm2022": "./esm2022/widgets/widget-graph/provoly-dashboard-widgets-widget-graph.mjs",
294
- "esm": "./esm2022/widgets/widget-graph/provoly-dashboard-widgets-widget-graph.mjs",
295
- "default": "./fesm2022/provoly-dashboard-widgets-widget-graph.mjs"
296
- },
297
291
  "./widgets/widget-iframe": {
298
292
  "types": "./widgets/widget-iframe/index.d.ts",
299
293
  "esm2022": "./esm2022/widgets/widget-iframe/provoly-dashboard-widgets-widget-iframe.mjs",
300
294
  "esm": "./esm2022/widgets/widget-iframe/provoly-dashboard-widgets-widget-iframe.mjs",
301
295
  "default": "./fesm2022/provoly-dashboard-widgets-widget-iframe.mjs"
302
296
  },
297
+ "./widgets/widget-graph": {
298
+ "types": "./widgets/widget-graph/index.d.ts",
299
+ "esm2022": "./esm2022/widgets/widget-graph/provoly-dashboard-widgets-widget-graph.mjs",
300
+ "esm": "./esm2022/widgets/widget-graph/provoly-dashboard-widgets-widget-graph.mjs",
301
+ "default": "./fesm2022/provoly-dashboard-widgets-widget-graph.mjs"
302
+ },
303
303
  "./widgets/widget-image": {
304
304
  "types": "./widgets/widget-image/index.d.ts",
305
305
  "esm2022": "./esm2022/widgets/widget-image/provoly-dashboard-widgets-widget-image.mjs",