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

Sign up to get free protection for your applications and to get access to all the features.
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;