adnbn 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.
@@ -4030,7 +4030,7 @@ var LocaleValidator_default = class {
4030
4030
  throw new LocaleError(
4031
4031
  this.browser,
4032
4032
  this.language,
4033
- `Short name ${shortName} [${this.shortNameKey}] exceeds ${this.shortNameLimit} characters`
4033
+ `Short name "${shortName}" [${this.shortNameKey}] exceeds ${this.shortNameLimit} characters`
4034
4034
  );
4035
4035
  }
4036
4036
  if (description && description.length > this.descriptionLimit) {
@@ -7316,7 +7316,7 @@ var app_default = async (config) => {
7316
7316
 
7317
7317
  // package.json
7318
7318
  var name = "adnbn";
7319
- var version = "0.2.1";
7319
+ var version = "0.2.2";
7320
7320
 
7321
7321
  // src/cli/index.ts
7322
7322
  var cli = cac__default.default(name);