@linear_non/stellar-kit 1.1.8 → 1.1.9

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.
@@ -45,8 +45,6 @@ export default class ImageLoader {
45
45
  }
46
46
  })
47
47
 
48
- console.log(urls)
49
-
50
48
  // cache-aware filter
51
49
  const toLoad = this.cache ? urls.filter(u => !this.cache.has(u)) : urls
52
50
  this.total = urls.length
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linear_non/stellar-kit",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "Stellar frontend core for Non-Linear Studio projects.",
5
5
  "main": "index.js",
6
6
  "exports": {