@internetarchive/bookreader 5.0.0-47-alpha4 → 5.0.0-47-alpha3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetarchive/bookreader",
3
- "version": "5.0.0-47-alpha4",
3
+ "version": "5.0.0-47-alpha3",
4
4
  "description": "The Internet Archive BookReader.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -137,6 +137,7 @@ class IABookmarks extends LitElement {
137
137
  }
138
138
 
139
139
  setup() {
140
+ console.log(this.bookreader)
140
141
  this.api.identifier = this.getIdentifier();
141
142
  if (this.displayMode === 'login') {
142
143
  return;