@oicl/openbridge-webcomponents 0.0.15-dev-20241125211335 → 0.0.15-dev-20241125212938
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/custom-elements.json +6 -6
- package/package.json +2 -1
package/custom-elements.json
CHANGED
@@ -217,12 +217,6 @@
|
|
217
217
|
}
|
218
218
|
]
|
219
219
|
},
|
220
|
-
{
|
221
|
-
"kind": "javascript-module",
|
222
|
-
"path": "src/navigation-instruments/types.ts",
|
223
|
-
"declarations": [],
|
224
|
-
"exports": []
|
225
|
-
},
|
226
220
|
{
|
227
221
|
"kind": "javascript-module",
|
228
222
|
"path": "src/icons/icon-01-add.ts",
|
@@ -38197,6 +38191,12 @@
|
|
38197
38191
|
}
|
38198
38192
|
]
|
38199
38193
|
},
|
38194
|
+
{
|
38195
|
+
"kind": "javascript-module",
|
38196
|
+
"path": "src/navigation-instruments/types.ts",
|
38197
|
+
"declarations": [],
|
38198
|
+
"exports": []
|
38199
|
+
},
|
38200
38200
|
{
|
38201
38201
|
"kind": "javascript-module",
|
38202
38202
|
"path": "src/svghelpers/circle.ts",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@oicl/openbridge-webcomponents",
|
3
|
-
"version": "0.0.15-dev-
|
3
|
+
"version": "0.0.15-dev-20241125212938",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -59,6 +59,7 @@
|
|
59
59
|
"@topcli/prompts": "^2.0.0",
|
60
60
|
"@types/jest-image-snapshot": "^6",
|
61
61
|
"@types/node": "^22.4.1",
|
62
|
+
"@typescript-eslint/eslint-plugin": "^8.16.0",
|
62
63
|
"dotenv": "^16.3.1",
|
63
64
|
"eslint": "^9.15.0",
|
64
65
|
"eslint-plugin-storybook": "^0.11.1",
|