@oicl/openbridge-webcomponents-ng 2.0.0-next.110 → 2.0.0-next.112
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 +18 -2
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oicl/openbridge-webcomponents-ng",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.0-next.
|
|
4
|
+
"version": "2.0.0-next.112",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@oicl/openbridge-webcomponents": "^2.0.0-next.
|
|
6
|
+
"@oicl/openbridge-webcomponents": "^2.0.0-next.111",
|
|
7
7
|
"tslib": "^2.8.1"
|
|
8
8
|
},
|
|
9
9
|
"peerDependencies": {
|
|
@@ -453,10 +453,26 @@
|
|
|
453
453
|
"types": "./obc-icon-check-button/index.d.ts",
|
|
454
454
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obc-icon-check-button.mjs"
|
|
455
455
|
},
|
|
456
|
+
"./obc-indicator-battery": {
|
|
457
|
+
"types": "./obc-indicator-battery/index.d.ts",
|
|
458
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obc-indicator-battery.mjs"
|
|
459
|
+
},
|
|
460
|
+
"./obc-indicator-engine": {
|
|
461
|
+
"types": "./obc-indicator-engine/index.d.ts",
|
|
462
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obc-indicator-engine.mjs"
|
|
463
|
+
},
|
|
464
|
+
"./obc-indicator-generator": {
|
|
465
|
+
"types": "./obc-indicator-generator/index.d.ts",
|
|
466
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obc-indicator-generator.mjs"
|
|
467
|
+
},
|
|
456
468
|
"./obc-indicator-graph": {
|
|
457
469
|
"types": "./obc-indicator-graph/index.d.ts",
|
|
458
470
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obc-indicator-graph.mjs"
|
|
459
471
|
},
|
|
472
|
+
"./obc-indicator-tank-atmospheric": {
|
|
473
|
+
"types": "./obc-indicator-tank-atmospheric/index.d.ts",
|
|
474
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obc-indicator-tank-atmospheric.mjs"
|
|
475
|
+
},
|
|
460
476
|
"./obc-input-chip": {
|
|
461
477
|
"types": "./obc-input-chip/index.d.ts",
|
|
462
478
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obc-input-chip.mjs"
|