@node-projects/web-component-designer 0.1.119 → 0.1.120

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.
@@ -163,7 +163,7 @@ export class AbstractPropertiesService {
163
163
  let bindings = AbstractPropertiesService._bindingsCache.get(designItem);
164
164
  if (!bindings) {
165
165
  const services = designItem.serviceContainer.getServices('bindingService');
166
- const bindings = [];
166
+ bindings = [];
167
167
  for (const s of services) {
168
168
  const bs = s.getBindings(designItem);
169
169
  if (bs && bs.length > 0) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "A WYSIWYG designer webcomponent for html components",
3
3
  "name": "@node-projects/web-component-designer",
4
- "version": "0.1.119",
4
+ "version": "0.1.120",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "author": "jochen.kuehner@gmx.de",