usage-board 2.0.0 → 2.1.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/index.mjs CHANGED
@@ -756,7 +756,7 @@ defineLazyProperty(apps, "safari", () => detectPlatformBinary({ darwin: "Safari"
756
756
  //#endregion
757
757
  //#region package.json
758
758
  var name = "usage-board";
759
- var version = "2.0.0";
759
+ var version = "2.1.1";
760
760
  //#endregion
761
761
  //#region src/index.ts
762
762
  const cli = cac(name);