@provoly/dashboard 0.14.4 → 0.14.5

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.14.4",
3
+ "version": "0.14.5",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "15.x || 16.x",
@@ -218,18 +218,18 @@
218
218
  "esm": "./esm2022/pipeline-components/input-datasource/provoly-dashboard-pipeline-components-input-datasource.mjs",
219
219
  "default": "./fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs"
220
220
  },
221
- "./pipeline-components/output-dataset": {
222
- "types": "./pipeline-components/output-dataset/index.d.ts",
223
- "esm2022": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
224
- "esm": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
225
- "default": "./fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs"
226
- },
227
221
  "./pipeline-components/noop": {
228
222
  "types": "./pipeline-components/noop/index.d.ts",
229
223
  "esm2022": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
230
224
  "esm": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
231
225
  "default": "./fesm2022/provoly-dashboard-pipeline-components-noop.mjs"
232
226
  },
227
+ "./pipeline-components/output-dataset": {
228
+ "types": "./pipeline-components/output-dataset/index.d.ts",
229
+ "esm2022": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
230
+ "esm": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
231
+ "default": "./fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs"
232
+ },
233
233
  "./pipeline-components/subgraph": {
234
234
  "types": "./pipeline-components/subgraph/index.d.ts",
235
235
  "esm2022": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",