@compas-oscd/open-scd 0.34.35 → 0.34.36
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 -1
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.36",
|
|
4
4
|
"repository": "https://github.com/openscd/open-scd.git",
|
|
5
5
|
"directory": "packages/openscd",
|
|
6
6
|
"description": "A bottom-up substation configuration designer for projects described using SCL `IEC 61850-6` Edition 2 or greater.",
|
|
@@ -22,6 +22,15 @@
|
|
|
22
22
|
"files": [
|
|
23
23
|
"./dist/**"
|
|
24
24
|
],
|
|
25
|
+
"exports": {
|
|
26
|
+
".": "./dist/index.js",
|
|
27
|
+
"./addons/Waiter.js": "./dist/addons/Waiter.js",
|
|
28
|
+
"./addons/Settings.js": "./dist/addons/Settings.js",
|
|
29
|
+
"./addons/History.js": "./dist/addons/History.js",
|
|
30
|
+
"./action-pane.js": "./dist/action-pane.js",
|
|
31
|
+
"./action-icon.js": "./dist/action-icon.js",
|
|
32
|
+
"./plain-compare-list.js": "./dist/plain-compare-list.js"
|
|
33
|
+
},
|
|
25
34
|
"dependencies": {
|
|
26
35
|
"@compas-oscd/core": "^0.1.21",
|
|
27
36
|
"@compas-oscd/xml": "^0.0.1",
|