textbrowser 0.48.1 → 0.48.2

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/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGES to `textbrowser`
2
2
 
3
+ ## 0.48.2
4
+
5
+ - fix: offline files issue
6
+
3
7
  ## 0.48.1
4
8
 
5
9
  - fix: add to offline files
package/dist/sw-helper.js CHANGED
@@ -41,7 +41,7 @@ function swHelper (self) {
41
41
  'node_modules/textbrowser-data-schemas/schemas/table.jsonschema', // Not currently using for validation or meta-data
42
42
  */
43
43
 
44
- 'node_modules/intl-locale-textinfo-polyfill/lib/polyfill.js',
44
+ 'node_modules/intl-locale-textinfo-polyfill/lib/Locale.js',
45
45
  'node_modules/textbrowser/dist/assets/languages-1sAACTKG.json',
46
46
  'node_modules/textbrowser/dist/assets/index-_11XnUty.css',
47
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "textbrowser",
3
- "version": "0.48.1",
3
+ "version": "0.48.2",
4
4
  "description": "Multilinear text browser",
5
5
  "type": "module",
6
6
  "main": "dist/index-es.min.js",