cavalion-vcl 1.1.39 → 1.1.40

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 2021/12/07 - 1.1.40
2
+
3
+ * Updating
4
+
1
5
  ### 2021/10/23 - 1.1.37
2
6
 
3
7
  * Updating
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cavalion-vcl",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "description": "Visual Component Library for vcl-comps",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -386,6 +386,7 @@ define(function(require) {
386
386
  }
387
387
  this._tuples = tuples;
388
388
  this.setArray(instances);
389
+ this.notify(SourceEvent.updated, {}); // TODO #VA-20211123-1
389
390
  } else {
390
391
  for(var i = 0; i < size; ++i) {
391
392
  this._array[i + base] = instances[i];