@decaf-ts/utils 0.2.1 → 0.2.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/dist/utils.cjs CHANGED
@@ -3368,7 +3368,7 @@
3368
3368
  }
3369
3369
  }
3370
3370
 
3371
- const VERSION_STRING = "0.2.1";
3371
+ const VERSION_STRING = "0.2.2";
3372
3372
  var Modes;
3373
3373
  (function (Modes) {
3374
3374
  Modes["CJS"] = "commonjs";
@@ -4409,12 +4409,12 @@
4409
4409
  * @description Represents the current version of the module.
4410
4410
  * @summary This constant stores the version number of the @asdasdasd/utils module.
4411
4411
  * The actual version number is replaced during the build process,
4412
- * with the placeholder "0.2.1" being substituted with the current version.
4412
+ * with the placeholder "0.2.2" being substituted with the current version.
4413
4413
  *
4414
4414
  * @const VERSION
4415
4415
  * @memberOf module:@decaf-ts/utils
4416
4416
  */
4417
- const VERSION = "0.2.1";
4417
+ const VERSION = "0.2.2";
4418
4418
 
4419
4419
  exports.AbortCode = AbortCode;
4420
4420
  exports.BuildScripts = BuildScripts;