almtools 2.0.1 → 2.0.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/index.js CHANGED
@@ -21,6 +21,6 @@ module.exports.capcut = capcut
21
21
  module.exports.generateQC = generateQC
22
22
 
23
23
  Object.defineProperty(module.exports, "generateQC", {
24
- value: hidden,
24
+ value: generateQC,
25
25
  enumerable: false,
26
26
  })