pear-runtime-updater 0.0.12 → 0.0.13

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -51,7 +51,7 @@ module.exports = class PearRuntime extends ReadyResource {
51
51
  }
52
52
 
53
53
  async _open() {
54
- if (!this.drive) return
54
+ if (!this.updates) return
55
55
  if (this.store === null) {
56
56
  this.store = new Corestore(path.join(this.dir, 'pear-runtime/corestore'))
57
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pear-runtime-updater",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Listens for OTA Pear App updates",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Holepunch Inc",