puvox-library 1.0.66 → 1.0.67

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.
@@ -3500,4 +3500,4 @@ if (typeof window != 'undefined') {
3500
3500
  window['PuvoxLibrary'] = puvox_library;
3501
3501
  }
3502
3502
 
3503
- export default puvox_library;
3503
+ // export default puvox_library;
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "puvox-library",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
4
4
  "description": "library-class-javascript",
5
5
  "main": "library_standard.js",
6
- "type": "module",
7
6
  "scripts": {
8
7
  },
9
8
  "repository": {