asv-hlps 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.
@@ -115,5 +115,5 @@ class HlpProduct {
115
115
  }, 0) */
116
116
  }
117
117
  }
118
+ // export default new HlpProduct();
118
119
  exports.default = new HlpProduct();
119
- // export default new HlpProduct() as HlpProduct;
@@ -113,5 +113,5 @@ class HlpProduct {
113
113
  }, 0) */
114
114
  }
115
115
  }
116
+ // export default new HlpProduct();
116
117
  export default new HlpProduct();
117
- // export default new HlpProduct() as HlpProduct;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asv-hlps",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
4
4
  "description": "",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",