@ix-xs/metamob.api 3.0.21 → 3.0.22

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": "@ix-xs/metamob.api",
3
- "version": "3.0.21",
3
+ "version": "3.0.22",
4
4
  "description": "API Metamob Javascript",
5
5
  "keywords": [
6
6
  "API",
package/src/MetamobAPI.js CHANGED
@@ -141,6 +141,8 @@ module.exports = class MetamobAPI {
141
141
  }
142
142
 
143
143
  this.#api_key = api_key;
144
+
145
+ this.cache = cache;
144
146
  }
145
147
 
146
148
  /**