ohm-js 16.3.0 → 16.3.1

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/dist/ohm.js CHANGED
@@ -5492,7 +5492,7 @@ exports.uniqueId = (() => {
5492
5492
  // use a special global variable defined in the build process (see webpack.config.js).
5493
5493
  module.exports =
5494
5494
  true ?
5495
- "16.3.0" :
5495
+ "16.3.1" :
5496
5496
  undefined;
5497
5497
 
5498
5498