@iebh/reflib 2.6.6 → 2.6.7

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.
package/modules/bibtex.js CHANGED
@@ -236,7 +236,7 @@ export function writeStream(stream, options) {
236
236
  if (!ref.key) {
237
237
  ref.key = generateCitationKey(ref);
238
238
  }
239
- console.log("Here is the id",ref.key)
239
+ // console.log("Here is the id",ref.key)
240
240
  // Fetch Reflib type definition
241
241
  let rlType = (ref.type || settings.defaultType) && translations.types.rlMap.get(ref.type.toLowerCase());
242
242
  let btType = rlType?.bt || settings.defaultType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iebh/reflib",
3
- "version": "2.6.6",
3
+ "version": "2.6.7",
4
4
  "description": "Reference / Citation reference library utilities",
5
5
  "scripts": {
6
6
  "lint": "eslint",