adtec-core-package 0.7.0 → 0.7.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adtec-core-package",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -164,9 +164,9 @@ const renderTreeNode = (
164
164
  ElTooltip,
165
165
  {
166
166
  content: data.name,
167
- placement: 'top,
167
+ placement: 'top',
168
168
  },
169
- () => [h('span', {}, data.name)]
169
+ () => [h('span', {}, data.name)],
170
170
  ),
171
171
  ]
172
172
  }