pear-prerelease 2.0.5 → 2.0.6

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
@@ -110,7 +110,7 @@ if (!n) console.log('(Empty)')
110
110
  console.log()
111
111
 
112
112
  // skipping release as thats non sensical
113
- const keys = ['metadata', 'channel', 'platformVersion', 'warmup']
113
+ const keys = ['manifest', 'metadata', 'channel', 'platformVersion', 'warmup']
114
114
 
115
115
  for (const k of keys) {
116
116
  const from = await co.db.get(k)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pear-prerelease",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Proper prerelease flows with pear",
5
5
  "main": "index.js",
6
6
  "type": "module",