puvox-library 1.0.2 → 1.0.3

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.
@@ -2780,9 +2780,9 @@ const puvox_library =
2780
2780
 
2781
2781
 
2782
2782
  // export to outside world
2783
- if (typeof module != "undefined" && module.hasOwnProperty("exports")) {
2783
+ if (typeof module != 'undefined' && module.hasOwnProperty('exports')) {
2784
2784
  module.exports = puvox_library;
2785
2785
  }
2786
- if (window != undefined) {
2786
+ if (typeof window != 'undefined') {
2787
2787
  window['PuvoxLibrary'] = puvox_library;
2788
2788
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "puvox-library",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "library-class-javascript",
5
5
  "main": "library_standard.js",
6
6
  "scripts": {