anear-js-api 0.4.13 → 0.4.14

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.
@@ -68,7 +68,7 @@ class AnearEvent extends JsonApiResource {
68
68
  const clonedFromEventData = this.relationships["cloned-from"].data
69
69
  if (!clonedFromEventData) return null
70
70
 
71
- return this.constructor.getFromStorage(clonedEventData.id)
71
+ return this.constructor.getFromStorage(clonedFromEventData.id)
72
72
  }
73
73
 
74
74
  async clonedFromEventContext() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anear-js-api",
3
- "version": "0.4.13",
3
+ "version": "0.4.14",
4
4
  "description": "Javascript Developer API for Anear Apps",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {