pear-prerelease 2.0.2 → 2.0.3

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 +3 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -119,14 +119,14 @@ for (const k of keys) {
119
119
  }
120
120
 
121
121
  if (!from && to) {
122
- console.log('Dropping pear setting', key)
122
+ console.log('Dropping pear setting', k)
123
123
  await drive.db.del(k)
124
124
  continue
125
125
  }
126
126
 
127
127
  if ((from && !to) || (JSON.stringify(from.value) !== JSON.stringify(to.value))) {
128
- console.log('Updating pear setting', key)
129
- await drive.db.put(key, from.value)
128
+ console.log('Updating pear setting', k)
129
+ await drive.db.put(k, from.value)
130
130
  }
131
131
  }
132
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pear-prerelease",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Proper prerelease flows with pear",
5
5
  "main": "index.js",
6
6
  "bin": {