@compas-oscd/open-scd 0.34.10 → 0.34.12

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.
Files changed (1) hide show
  1. package/package.json +112 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compas-oscd/open-scd",
3
- "version": "0.34.10",
3
+ "version": "0.34.12",
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.",
@@ -26,9 +26,118 @@
26
26
  "types": "./dist/foundation.d.ts",
27
27
  "default": "./dist/foundation.js"
28
28
  },
29
- "./*": {
29
+ "./package.json": "./package.json",
30
+ "./foundation.js": {
31
+ "types": "./dist/foundation.d.ts",
32
+ "default": "./dist/foundation.js"
33
+ },
34
+ "./addons/History.js": {
35
+ "types": "./dist/addons/History.d.ts",
36
+ "default": "./dist/addons/History.js"
37
+ },
38
+ "./addons/Layout.js": {
39
+ "types": "./dist/addons/Layout.d.ts",
40
+ "default": "./dist/addons/Layout.js"
41
+ },
42
+ "./addons/Wizards.js": {
43
+ "types": "./dist/addons/Wizards.d.ts",
44
+ "default": "./dist/addons/Wizards.js"
45
+ },
46
+ "./foundation/nsdoc.js": {
47
+ "types": "./dist/foundation/nsdoc.d.ts",
48
+ "default": "./dist/foundation/nsdoc.js"
49
+ },
50
+ "./foundation/compare.js": {
51
+ "types": "./dist/foundation/compare.d.ts",
52
+ "default": "./dist/foundation/compare.js"
53
+ },
54
+ "./foundation/ied.js": {
55
+ "types": "./dist/foundation/ied.d.ts",
56
+ "default": "./dist/foundation/ied.js"
57
+ },
58
+ "./plugin.js": {
59
+ "types": "./dist/plugin.d.ts",
60
+ "default": "./dist/plugin.js"
61
+ },
62
+ "./plugin.events.js": {
63
+ "types": "./dist/plugin.events.d.ts",
64
+ "default": "./dist/plugin.events.js"
65
+ },
66
+ "./plugin-tag.js": {
67
+ "types": "./dist/plugin-tag.d.ts",
68
+ "default": "./dist/plugin-tag.js"
69
+ },
70
+ "./wizard-dialog.js": {
71
+ "types": "./dist/wizard-dialog.d.ts",
72
+ "default": "./dist/wizard-dialog.js"
73
+ },
74
+ "./wizard-textfield.js": {
75
+ "types": "./dist/wizard-textfield.d.ts",
76
+ "default": "./dist/wizard-textfield.js"
77
+ },
78
+ "./wizard-select.js": {
79
+ "types": "./dist/wizard-select.d.ts",
80
+ "default": "./dist/wizard-select.js"
81
+ },
82
+ "./wizards.js": {
83
+ "types": "./dist/wizards.d.ts",
84
+ "default": "./dist/wizards.js"
85
+ },
86
+ "./schemas.js": {
87
+ "types": "./dist/schemas.d.ts",
88
+ "default": "./dist/schemas.js"
89
+ },
90
+ "./Wizarding.js": {
91
+ "types": "./dist/Wizarding.d.ts",
92
+ "default": "./dist/Wizarding.js"
93
+ },
94
+ "./finder-list.js": {
95
+ "types": "./dist/finder-list.d.ts",
96
+ "default": "./dist/finder-list.js"
97
+ },
98
+ "./oscd-filter-button.js": {
99
+ "types": "./dist/oscd-filter-button.d.ts",
100
+ "default": "./dist/oscd-filter-button.js"
101
+ },
102
+ "./translations/de.js": {
103
+ "types": "./dist/translations/de.d.ts",
104
+ "default": "./dist/translations/de.js"
105
+ },
106
+ "./translations/en.js": {
107
+ "types": "./dist/translations/en.d.ts",
108
+ "default": "./dist/translations/en.js"
109
+ },
110
+ "./icons/icons.js": {
111
+ "types": "./dist/icons/icons.d.ts",
112
+ "default": "./dist/icons/icons.js"
113
+ },
114
+ "./*.js": {
30
115
  "types": "./dist/*.d.ts",
31
- "default": "./dist/*"
116
+ "default": "./dist/*.js"
117
+ },
118
+ "./addons/*.js": {
119
+ "types": "./dist/addons/*.d.ts",
120
+ "default": "./dist/addons/*.js"
121
+ },
122
+ "./foundation/*.js": {
123
+ "types": "./dist/foundation/*.d.ts",
124
+ "default": "./dist/foundation/*.js"
125
+ },
126
+ "./icons/*.js": {
127
+ "types": "./dist/icons/*.d.ts",
128
+ "default": "./dist/icons/*.js"
129
+ },
130
+ "./translations/*.js": {
131
+ "types": "./dist/translations/*.d.ts",
132
+ "default": "./dist/translations/*.js"
133
+ },
134
+ "./test/*.js": {
135
+ "types": "./dist/test/*.d.ts",
136
+ "default": "./dist/test/*.js"
137
+ },
138
+ "./test/unit/*.js": {
139
+ "types": "./dist/test/unit/*.d.ts",
140
+ "default": "./dist/test/unit/*.js"
32
141
  }
33
142
  },
34
143
  "dependencies": {