@comapeo/core 5.0.0-next.3 → 5.0.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"import-categories.d.ts","sourceRoot":"","sources":["../src/import-categories.js"],"names":[],"mappings":"AAqBA,uDAAuD;AACvD,0DAA0D;AAC1D;;;;;;GAMG;AACH,0CANW,YAAY,wBAEpB;IAAwB,QAAQ,EAAxB,MAAM;IACgC,MAAM,EAA5C,OAAO,aAAa,EAAE,MAAM;CACpC,GAAU,OAAO,CAAC,IAAI,CAAC,CA8RzB;kBApSa;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE;kCADlB,oBAAoB"}
1
+ {"version":3,"file":"import-categories.d.ts","sourceRoot":"","sources":["../src/import-categories.js"],"names":[],"mappings":"AAqBA,uDAAuD;AACvD,0DAA0D;AAC1D;;;;;;GAMG;AACH,0CANW,YAAY,wBAEpB;IAAwB,QAAQ,EAAxB,MAAM;IACgC,MAAM,EAA5C,OAAO,aAAa,EAAE,MAAM;CACpC,GAAU,OAAO,CAAC,IAAI,CAAC,CA0RzB;kBAhSa;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE;kCADlB,oBAAoB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comapeo/core",
3
- "version": "5.0.0-next.3",
3
+ "version": "5.0.0",
4
4
  "description": "Offline p2p mapping library",
5
5
  "main": "src/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -101,10 +101,8 @@ export async function importCategories(project, { filePath, logger }) {
101
101
  errors.push(ensureError(e))
102
102
  })
103
103
  }
104
- console.log('Waiting for icons to be created...')
105
104
 
106
105
  await queue.onIdle()
107
- console.log('All icons created successfully.')
108
106
  if (errors.length > 0) {
109
107
  throw new AggregateError(
110
108
  errors,
@@ -190,8 +188,6 @@ export async function importCategories(project, { filePath, logger }) {
190
188
  const { buildDateValue, ...readerMetadata } = await reader.metadata()
191
189
  const fileVersion = await reader.fileVersion()
192
190
 
193
- console.log('Waiting for translations to be created...')
194
-
195
191
  for await (const {
196
192
  lang,
197
193
  translations: translationsByDocType,