@compas-oscd/open-scd 0.34.27 → 0.34.28
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 +10 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compas-oscd/open-scd",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.28",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/com-pas/open-scd.git",
|
|
@@ -322,6 +322,14 @@
|
|
|
322
322
|
"default": "./dist/*.js"
|
|
323
323
|
}
|
|
324
324
|
},
|
|
325
|
+
"peerDependencies": {
|
|
326
|
+
"@compas-oscd/core": "*"
|
|
327
|
+
},
|
|
328
|
+
"peerDependenciesMeta": {
|
|
329
|
+
"@compas-oscd/core": {
|
|
330
|
+
"optional": false
|
|
331
|
+
}
|
|
332
|
+
},
|
|
325
333
|
"type": "module",
|
|
326
334
|
"files": [
|
|
327
335
|
"dist/**/*.js",
|
|
@@ -349,7 +357,7 @@
|
|
|
349
357
|
"@material/mwc-textfield": "0.22.1",
|
|
350
358
|
"@material/mwc-top-app-bar-fixed": "0.22.1",
|
|
351
359
|
"@openscd/oscd-api": "^0.1.5",
|
|
352
|
-
"@
|
|
360
|
+
"@compas-oscd/core": "^0.1.12",
|
|
353
361
|
"@openscd/xml": "npm:@compas-oscd/xml@*",
|
|
354
362
|
"ace-custom-element": "^1.6.5",
|
|
355
363
|
"lit": "^2.2.7",
|