@internetarchive/bookreader 5.0.0-73 → 5.0.0-73-alpha1

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/CHANGELOG.md +1 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -652,7 +652,7 @@ be no observable changes, but note this was a big change.
652
652
 
653
653
  # 4.2.5
654
654
  - Large refactor of plugin.tts.js
655
- - ES6 compliation step
655
+ - ES6 compilation step
656
656
  - Known bug: Clicking on page while TTS is playing won't stop the playback
657
657
 
658
658
  # 4.2.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetarchive/bookreader",
3
- "version": "5.0.0-73",
3
+ "version": "5.0.0-73-alpha1",
4
4
  "description": "The Internet Archive BookReader.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "private": false,
27
27
  "dependencies": {
28
28
  "@internetarchive/ia-activity-indicator": "^0.0.4",
29
- "@internetarchive/ia-item-navigator": "^2.0.3",
29
+ "@internetarchive/ia-item-navigator": "^2.0.3-alpha2",
30
30
  "@internetarchive/icon-bookmark": "^1.3.4",
31
31
  "@internetarchive/icon-dl": "^1.3.4",
32
32
  "@internetarchive/icon-edit-pencil": "^1.3.4",
@@ -50,7 +50,7 @@
50
50
  "@webcomponents/webcomponentsjs": "^2.6.0",
51
51
  "babel-loader": "9.1.3",
52
52
  "codecov": "^3.8.3",
53
- "concurrently": "7.6.0",
53
+ "concurrently": "8.2.2",
54
54
  "core-js": "3.33.3",
55
55
  "cpx2": "4.2.3",
56
56
  "eslint": "^7.32.0",
@@ -72,7 +72,7 @@
72
72
  "sinon": "17.0.1",
73
73
  "soundmanager2": "2.97.20170602",
74
74
  "svgo": "3.0.4",
75
- "testcafe": "2.6.2",
75
+ "testcafe": "3.4.0",
76
76
  "testcafe-browser-provider-browserstack": "^1.13.2-alpha.1",
77
77
  "webpack": "5.89.0",
78
78
  "webpack-cli": "5.1.4"