bard-legends-framework 0.9.5 → 0.9.6

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.
@@ -97,7 +97,7 @@ class View extends attachable_1.Attachable {
97
97
  afterInit() {
98
98
  this.created = true;
99
99
  let observableMap = this.constructor.$meta.viewsCreated;
100
- observableMap.add(this._entityId, this);
100
+ observableMap.set(this._entityId, this);
101
101
  if (this.destroyed) {
102
102
  this.viewsCreated.remove(this._entityId);
103
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bard-legends-framework",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "description": "Bard Legends Framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -40,12 +40,12 @@
40
40
  "postpack": "mv package.json.bak package.json"
41
41
  },
42
42
  "dependencies": {
43
- "actions-lib": "1.8.2",
44
- "helpers-lib": "1.13.6",
43
+ "actions-lib": "1.8.3",
44
+ "helpers-lib": "1.13.10",
45
45
  "p2": "0.7.1",
46
46
  "pixi.js": "7.4.2",
47
47
  "reflect-metadata": "0.2.1",
48
- "script-engine-lib": "0.4.0"
48
+ "script-engine-lib": "0.4.3"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/node": "20.12.11",