@oicl/openbridge-webcomponents-ng 0.0.16 → 0.0.20260324122617
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 +12 -3
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oicl/openbridge-webcomponents-ng",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.20260324122617",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@oicl/openbridge-webcomponents": "^0.0.
|
|
6
|
+
"@oicl/openbridge-webcomponents": "^0.0.20260324122617"
|
|
7
7
|
},
|
|
8
8
|
"peerDependencies": {
|
|
9
9
|
"@angular/common": ">=13.3.0",
|
|
@@ -2211,5 +2211,14 @@
|
|
|
2211
2211
|
"src/navigation-instruments/wind-indicator/wind-indicator.ts",
|
|
2212
2212
|
"src/pages/alert-detail-page/alert-detail-page.ts",
|
|
2213
2213
|
"src/pages/alert-list-page-small/alert-list-page-small.ts"
|
|
2214
|
-
]
|
|
2214
|
+
],
|
|
2215
|
+
"repository": {
|
|
2216
|
+
"type": "git",
|
|
2217
|
+
"url": "git+https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents-jip.git",
|
|
2218
|
+
"directory": "packages/openbridge-webcomponents-ng"
|
|
2219
|
+
},
|
|
2220
|
+
"license": "Apache-2.0",
|
|
2221
|
+
"publishConfig": {
|
|
2222
|
+
"access": "public"
|
|
2223
|
+
}
|
|
2215
2224
|
}
|