kigumi 0.20.0 → 0.21.0

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/bin.js CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  // src/bin.ts
4
4
  var major = parseInt(process.version.slice(1), 10);
5
- if (major < 20) {
5
+ if (major < 22) {
6
6
  console.error(
7
- `kigumi requires Node.js 20 or later (detected ${process.version}).
7
+ `kigumi requires Node.js 22.12 or later (detected ${process.version}).
8
8
  Please upgrade: https://nodejs.org`
9
9
  );
10
10
  process.exit(1);
package/dist/bin.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/bin.ts"],"sourcesContent":["#!/usr/bin/env node\n\nexport {};\n\nconst major = parseInt(process.version.slice(1), 10);\n\nif (major < 20) {\n console.error(\n `kigumi requires Node.js 20 or later (detected ${process.version}).` +\n '\\nPlease upgrade: https://nodejs.org'\n );\n process.exit(1);\n}\n\nawait import('./index.js');\n"],"mappings":";;;AAIA,IAAM,QAAQ,SAAS,QAAQ,QAAQ,MAAM,CAAC,GAAG,EAAE;AAEnD,IAAI,QAAQ,IAAI;AACd,UAAQ;AAAA,IACN,iDAAiD,QAAQ,OAAO;AAAA;AAAA,EAElE;AACA,UAAQ,KAAK,CAAC;AAChB;AAEA,MAAM,OAAO,YAAY;","names":[]}
1
+ {"version":3,"sources":["../src/bin.ts"],"sourcesContent":["#!/usr/bin/env node\n\nexport {};\n\nconst major = parseInt(process.version.slice(1), 10);\n\nif (major < 22) {\n console.error(\n `kigumi requires Node.js 22.12 or later (detected ${process.version}).` +\n '\\nPlease upgrade: https://nodejs.org'\n );\n process.exit(1);\n}\n\nawait import('./index.js');\n"],"mappings":";;;AAIA,IAAM,QAAQ,SAAS,QAAQ,QAAQ,MAAM,CAAC,GAAG,EAAE;AAEnD,IAAI,QAAQ,IAAI;AACd,UAAQ;AAAA,IACN,oDAAoD,QAAQ,OAAO;AAAA;AAAA,EAErE;AACA,UAAQ,KAAK,CAAC;AAChB;AAEA,MAAM,OAAO,YAAY;","names":[]}
@@ -8,7 +8,7 @@ import {
8
8
  WEB_AWESOME_PRO_PACKAGE,
9
9
  detectTierSync,
10
10
  getWebAwesomePackage
11
- } from "./chunk-F52T5BFP.js";
11
+ } from "./chunk-DBBI47V2.js";
12
12
  import {
13
13
  toKigumiAlias
14
14
  } from "./chunk-MIPVTLNR.js";
@@ -1140,6 +1140,8 @@ var VersionMismatchError = class extends KigumiError {
1140
1140
  this.configVersion = configVersion;
1141
1141
  this.cliVersion = cliVersion;
1142
1142
  }
1143
+ configVersion;
1144
+ cliVersion;
1143
1145
  };
1144
1146
 
1145
1147
  // src/errors/index.ts
@@ -1975,4 +1977,4 @@ export {
1975
1977
  getGitHubToken,
1976
1978
  resolveRegistrySource
1977
1979
  };
1978
- //# sourceMappingURL=chunk-L52LAS37.js.map
1980
+ //# sourceMappingURL=chunk-5UMPF74B.js.map