@formatjs/cli 6.13.1 → 6.13.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.
Files changed (2) hide show
  1. package/bin/formatjs +95 -75
  2. package/package.json +2 -2
package/bin/formatjs CHANGED
@@ -32,9 +32,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
32
32
  mod
33
33
  ));
34
34
 
35
- // node_modules/.aspect_rules_js/commander@14.0.2/node_modules/commander/lib/error.js
35
+ // node_modules/.aspect_rules_js/commander@14.0.3/node_modules/commander/lib/error.js
36
36
  var require_error = __commonJS({
37
- "node_modules/.aspect_rules_js/commander@14.0.2/node_modules/commander/lib/error.js"(exports) {
37
+ "node_modules/.aspect_rules_js/commander@14.0.3/node_modules/commander/lib/error.js"(exports) {
38
38
  var CommanderError2 = class extends Error {
39
39
  /**
40
40
  * Constructs the CommanderError class
@@ -67,9 +67,9 @@ var require_error = __commonJS({
67
67
  }
68
68
  });
69
69
 
70
- // node_modules/.aspect_rules_js/commander@14.0.2/node_modules/commander/lib/argument.js
70
+ // node_modules/.aspect_rules_js/commander@14.0.3/node_modules/commander/lib/argument.js
71
71
  var require_argument = __commonJS({
72
- "node_modules/.aspect_rules_js/commander@14.0.2/node_modules/commander/lib/argument.js"(exports) {
72
+ "node_modules/.aspect_rules_js/commander@14.0.3/node_modules/commander/lib/argument.js"(exports) {
73
73
  var { InvalidArgumentError: InvalidArgumentError2 } = require_error();
74
74
  var Argument2 = class {
75
75
  /**
@@ -195,9 +195,9 @@ var require_argument = __commonJS({
195
195
  }
196
196
  });
197
197
 
198
- // node_modules/.aspect_rules_js/commander@14.0.2/node_modules/commander/lib/help.js
198
+ // node_modules/.aspect_rules_js/commander@14.0.3/node_modules/commander/lib/help.js
199
199
  var require_help = __commonJS({
200
- "node_modules/.aspect_rules_js/commander@14.0.2/node_modules/commander/lib/help.js"(exports) {
200
+ "node_modules/.aspect_rules_js/commander@14.0.3/node_modules/commander/lib/help.js"(exports) {
201
201
  var { humanReadableArgName } = require_argument();
202
202
  var Help2 = class {
203
203
  constructor() {
@@ -805,9 +805,9 @@ ${itemIndentStr}`);
805
805
  }
806
806
  });
807
807
 
808
- // node_modules/.aspect_rules_js/commander@14.0.2/node_modules/commander/lib/option.js
808
+ // node_modules/.aspect_rules_js/commander@14.0.3/node_modules/commander/lib/option.js
809
809
  var require_option = __commonJS({
810
- "node_modules/.aspect_rules_js/commander@14.0.2/node_modules/commander/lib/option.js"(exports) {
810
+ "node_modules/.aspect_rules_js/commander@14.0.3/node_modules/commander/lib/option.js"(exports) {
811
811
  var { InvalidArgumentError: InvalidArgumentError2 } = require_error();
812
812
  var Option2 = class {
813
813
  /**
@@ -1121,9 +1121,9 @@ var require_option = __commonJS({
1121
1121
  }
1122
1122
  });
1123
1123
 
1124
- // node_modules/.aspect_rules_js/commander@14.0.2/node_modules/commander/lib/suggestSimilar.js
1124
+ // node_modules/.aspect_rules_js/commander@14.0.3/node_modules/commander/lib/suggestSimilar.js
1125
1125
  var require_suggestSimilar = __commonJS({
1126
- "node_modules/.aspect_rules_js/commander@14.0.2/node_modules/commander/lib/suggestSimilar.js"(exports) {
1126
+ "node_modules/.aspect_rules_js/commander@14.0.3/node_modules/commander/lib/suggestSimilar.js"(exports) {
1127
1127
  var maxDistance = 3;
1128
1128
  function editDistance(a, b) {
1129
1129
  if (Math.abs(a.length - b.length) > maxDistance)
@@ -1203,9 +1203,9 @@ var require_suggestSimilar = __commonJS({
1203
1203
  }
1204
1204
  });
1205
1205
 
1206
- // node_modules/.aspect_rules_js/commander@14.0.2/node_modules/commander/lib/command.js
1206
+ // node_modules/.aspect_rules_js/commander@14.0.3/node_modules/commander/lib/command.js
1207
1207
  var require_command = __commonJS({
1208
- "node_modules/.aspect_rules_js/commander@14.0.2/node_modules/commander/lib/command.js"(exports) {
1208
+ "node_modules/.aspect_rules_js/commander@14.0.3/node_modules/commander/lib/command.js"(exports) {
1209
1209
  var EventEmitter = require("node:events").EventEmitter;
1210
1210
  var childProcess = require("node:child_process");
1211
1211
  var path2 = require("node:path");
@@ -3497,9 +3497,9 @@ Expecting one of '${allowedValues.join("', '")}'`);
3497
3497
  }
3498
3498
  });
3499
3499
 
3500
- // node_modules/.aspect_rules_js/commander@14.0.2/node_modules/commander/index.js
3500
+ // node_modules/.aspect_rules_js/commander@14.0.3/node_modules/commander/index.js
3501
3501
  var require_commander = __commonJS({
3502
- "node_modules/.aspect_rules_js/commander@14.0.2/node_modules/commander/index.js"(exports) {
3502
+ "node_modules/.aspect_rules_js/commander@14.0.3/node_modules/commander/index.js"(exports) {
3503
3503
  var { Argument: Argument2 } = require_argument();
3504
3504
  var { Command: Command2 } = require_command();
3505
3505
  var { CommanderError: CommanderError2, InvalidArgumentError: InvalidArgumentError2 } = require_error();
@@ -13004,9 +13004,9 @@ var require_graceful_fs = __commonJS({
13004
13004
  }
13005
13005
  });
13006
13006
 
13007
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/fs/index.js
13007
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/fs/index.js
13008
13008
  var require_fs5 = __commonJS({
13009
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/fs/index.js"(exports) {
13009
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/fs/index.js"(exports) {
13010
13010
  "use strict";
13011
13011
  var u = require_universalify().fromCallback;
13012
13012
  var fs = require_graceful_fs();
@@ -13124,9 +13124,9 @@ var require_fs5 = __commonJS({
13124
13124
  }
13125
13125
  });
13126
13126
 
13127
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/mkdirs/utils.js
13127
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/mkdirs/utils.js
13128
13128
  var require_utils5 = __commonJS({
13129
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/mkdirs/utils.js"(exports, module2) {
13129
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/mkdirs/utils.js"(exports, module2) {
13130
13130
  "use strict";
13131
13131
  var path2 = require("path");
13132
13132
  module2.exports.checkPath = function checkPath(pth) {
@@ -13142,9 +13142,9 @@ var require_utils5 = __commonJS({
13142
13142
  }
13143
13143
  });
13144
13144
 
13145
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/mkdirs/make-dir.js
13145
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/mkdirs/make-dir.js
13146
13146
  var require_make_dir = __commonJS({
13147
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/mkdirs/make-dir.js"(exports, module2) {
13147
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/mkdirs/make-dir.js"(exports, module2) {
13148
13148
  "use strict";
13149
13149
  var fs = require_fs5();
13150
13150
  var { checkPath } = require_utils5();
@@ -13171,9 +13171,9 @@ var require_make_dir = __commonJS({
13171
13171
  }
13172
13172
  });
13173
13173
 
13174
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/mkdirs/index.js
13174
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/mkdirs/index.js
13175
13175
  var require_mkdirs = __commonJS({
13176
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/mkdirs/index.js"(exports, module2) {
13176
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/mkdirs/index.js"(exports, module2) {
13177
13177
  "use strict";
13178
13178
  var u = require_universalify().fromPromise;
13179
13179
  var { makeDir: _makeDir, makeDirSync } = require_make_dir();
@@ -13190,9 +13190,9 @@ var require_mkdirs = __commonJS({
13190
13190
  }
13191
13191
  });
13192
13192
 
13193
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/path-exists/index.js
13193
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/path-exists/index.js
13194
13194
  var require_path_exists = __commonJS({
13195
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/path-exists/index.js"(exports, module2) {
13195
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/path-exists/index.js"(exports, module2) {
13196
13196
  "use strict";
13197
13197
  var u = require_universalify().fromPromise;
13198
13198
  var fs = require_fs5();
@@ -13206,9 +13206,9 @@ var require_path_exists = __commonJS({
13206
13206
  }
13207
13207
  });
13208
13208
 
13209
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/util/utimes.js
13209
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/util/utimes.js
13210
13210
  var require_utimes = __commonJS({
13211
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/util/utimes.js"(exports, module2) {
13211
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/util/utimes.js"(exports, module2) {
13212
13212
  "use strict";
13213
13213
  var fs = require_fs5();
13214
13214
  var u = require_universalify().fromPromise;
@@ -13240,9 +13240,9 @@ var require_utimes = __commonJS({
13240
13240
  }
13241
13241
  });
13242
13242
 
13243
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/util/stat.js
13243
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/util/stat.js
13244
13244
  var require_stat = __commonJS({
13245
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/util/stat.js"(exports, module2) {
13245
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/util/stat.js"(exports, module2) {
13246
13246
  "use strict";
13247
13247
  var fs = require_fs5();
13248
13248
  var path2 = require("path");
@@ -13378,9 +13378,9 @@ var require_stat = __commonJS({
13378
13378
  }
13379
13379
  });
13380
13380
 
13381
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/util/async.js
13381
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/util/async.js
13382
13382
  var require_async7 = __commonJS({
13383
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/util/async.js"(exports, module2) {
13383
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/util/async.js"(exports, module2) {
13384
13384
  "use strict";
13385
13385
  async function asyncIteratorConcurrentProcess(iterator, fn) {
13386
13386
  const promises = [];
@@ -13407,9 +13407,9 @@ var require_async7 = __commonJS({
13407
13407
  }
13408
13408
  });
13409
13409
 
13410
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/copy/copy.js
13410
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/copy/copy.js
13411
13411
  var require_copy = __commonJS({
13412
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/copy/copy.js"(exports, module2) {
13412
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/copy/copy.js"(exports, module2) {
13413
13413
  "use strict";
13414
13414
  var fs = require_fs5();
13415
13415
  var path2 = require("path");
@@ -13542,9 +13542,9 @@ var require_copy = __commonJS({
13542
13542
  }
13543
13543
  });
13544
13544
 
13545
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/copy/copy-sync.js
13545
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/copy/copy-sync.js
13546
13546
  var require_copy_sync = __commonJS({
13547
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/copy/copy-sync.js"(exports, module2) {
13547
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/copy/copy-sync.js"(exports, module2) {
13548
13548
  "use strict";
13549
13549
  var fs = require_graceful_fs();
13550
13550
  var path2 = require("path");
@@ -13693,9 +13693,9 @@ var require_copy_sync = __commonJS({
13693
13693
  }
13694
13694
  });
13695
13695
 
13696
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/copy/index.js
13696
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/copy/index.js
13697
13697
  var require_copy2 = __commonJS({
13698
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/copy/index.js"(exports, module2) {
13698
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/copy/index.js"(exports, module2) {
13699
13699
  "use strict";
13700
13700
  var u = require_universalify().fromPromise;
13701
13701
  module2.exports = {
@@ -13705,9 +13705,9 @@ var require_copy2 = __commonJS({
13705
13705
  }
13706
13706
  });
13707
13707
 
13708
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/remove/index.js
13708
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/remove/index.js
13709
13709
  var require_remove = __commonJS({
13710
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/remove/index.js"(exports, module2) {
13710
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/remove/index.js"(exports, module2) {
13711
13711
  "use strict";
13712
13712
  var fs = require_graceful_fs();
13713
13713
  var u = require_universalify().fromCallback;
@@ -13724,9 +13724,9 @@ var require_remove = __commonJS({
13724
13724
  }
13725
13725
  });
13726
13726
 
13727
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/empty/index.js
13727
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/empty/index.js
13728
13728
  var require_empty = __commonJS({
13729
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/empty/index.js"(exports, module2) {
13729
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/empty/index.js"(exports, module2) {
13730
13730
  "use strict";
13731
13731
  var u = require_universalify().fromPromise;
13732
13732
  var fs = require_fs5();
@@ -13763,9 +13763,9 @@ var require_empty = __commonJS({
13763
13763
  }
13764
13764
  });
13765
13765
 
13766
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/ensure/file.js
13766
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/file.js
13767
13767
  var require_file = __commonJS({
13768
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/ensure/file.js"(exports, module2) {
13768
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/file.js"(exports, module2) {
13769
13769
  "use strict";
13770
13770
  var u = require_universalify().fromPromise;
13771
13771
  var path2 = require("path");
@@ -13826,9 +13826,9 @@ var require_file = __commonJS({
13826
13826
  }
13827
13827
  });
13828
13828
 
13829
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/ensure/link.js
13829
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/link.js
13830
13830
  var require_link = __commonJS({
13831
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/ensure/link.js"(exports, module2) {
13831
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/link.js"(exports, module2) {
13832
13832
  "use strict";
13833
13833
  var u = require_universalify().fromPromise;
13834
13834
  var path2 = require("path");
@@ -13886,9 +13886,9 @@ var require_link = __commonJS({
13886
13886
  }
13887
13887
  });
13888
13888
 
13889
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/ensure/symlink-paths.js
13889
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/symlink-paths.js
13890
13890
  var require_symlink_paths = __commonJS({
13891
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/ensure/symlink-paths.js"(exports, module2) {
13891
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/symlink-paths.js"(exports, module2) {
13892
13892
  "use strict";
13893
13893
  var path2 = require("path");
13894
13894
  var fs = require_fs5();
@@ -13961,9 +13961,9 @@ var require_symlink_paths = __commonJS({
13961
13961
  }
13962
13962
  });
13963
13963
 
13964
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/ensure/symlink-type.js
13964
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/symlink-type.js
13965
13965
  var require_symlink_type = __commonJS({
13966
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/ensure/symlink-type.js"(exports, module2) {
13966
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/symlink-type.js"(exports, module2) {
13967
13967
  "use strict";
13968
13968
  var fs = require_fs5();
13969
13969
  var u = require_universalify().fromPromise;
@@ -13996,9 +13996,9 @@ var require_symlink_type = __commonJS({
13996
13996
  }
13997
13997
  });
13998
13998
 
13999
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/ensure/symlink.js
13999
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/symlink.js
14000
14000
  var require_symlink = __commonJS({
14001
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/ensure/symlink.js"(exports, module2) {
14001
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/symlink.js"(exports, module2) {
14002
14002
  "use strict";
14003
14003
  var u = require_universalify().fromPromise;
14004
14004
  var path2 = require("path");
@@ -14015,10 +14015,19 @@ var require_symlink = __commonJS({
14015
14015
  } catch {
14016
14016
  }
14017
14017
  if (stats && stats.isSymbolicLink()) {
14018
- const [srcStat, dstStat] = await Promise.all([
14019
- fs.stat(srcpath),
14020
- fs.stat(dstpath)
14021
- ]);
14018
+ let srcStat;
14019
+ if (path2.isAbsolute(srcpath)) {
14020
+ srcStat = await fs.stat(srcpath);
14021
+ } else {
14022
+ const dstdir = path2.dirname(dstpath);
14023
+ const relativeToDst = path2.join(dstdir, srcpath);
14024
+ try {
14025
+ srcStat = await fs.stat(relativeToDst);
14026
+ } catch {
14027
+ srcStat = await fs.stat(srcpath);
14028
+ }
14029
+ }
14030
+ const dstStat = await fs.stat(dstpath);
14022
14031
  if (areIdentical(srcStat, dstStat))
14023
14032
  return;
14024
14033
  }
@@ -14038,7 +14047,18 @@ var require_symlink = __commonJS({
14038
14047
  } catch {
14039
14048
  }
14040
14049
  if (stats && stats.isSymbolicLink()) {
14041
- const srcStat = fs.statSync(srcpath);
14050
+ let srcStat;
14051
+ if (path2.isAbsolute(srcpath)) {
14052
+ srcStat = fs.statSync(srcpath);
14053
+ } else {
14054
+ const dstdir = path2.dirname(dstpath);
14055
+ const relativeToDst = path2.join(dstdir, srcpath);
14056
+ try {
14057
+ srcStat = fs.statSync(relativeToDst);
14058
+ } catch {
14059
+ srcStat = fs.statSync(srcpath);
14060
+ }
14061
+ }
14042
14062
  const dstStat = fs.statSync(dstpath);
14043
14063
  if (areIdentical(srcStat, dstStat))
14044
14064
  return;
@@ -14060,9 +14080,9 @@ var require_symlink = __commonJS({
14060
14080
  }
14061
14081
  });
14062
14082
 
14063
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/ensure/index.js
14083
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/index.js
14064
14084
  var require_ensure = __commonJS({
14065
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/ensure/index.js"(exports, module2) {
14085
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/index.js"(exports, module2) {
14066
14086
  "use strict";
14067
14087
  var { createFile: createFile2, createFileSync: createFileSync2 } = require_file();
14068
14088
  var { createLink: createLink2, createLinkSync: createLinkSync2 } = require_link();
@@ -14176,9 +14196,9 @@ var require_jsonfile = __commonJS({
14176
14196
  }
14177
14197
  });
14178
14198
 
14179
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/json/jsonfile.js
14199
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/json/jsonfile.js
14180
14200
  var require_jsonfile2 = __commonJS({
14181
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/json/jsonfile.js"(exports, module2) {
14201
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/json/jsonfile.js"(exports, module2) {
14182
14202
  "use strict";
14183
14203
  var jsonFile = require_jsonfile();
14184
14204
  module2.exports = {
@@ -14191,9 +14211,9 @@ var require_jsonfile2 = __commonJS({
14191
14211
  }
14192
14212
  });
14193
14213
 
14194
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/output-file/index.js
14214
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/output-file/index.js
14195
14215
  var require_output_file = __commonJS({
14196
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/output-file/index.js"(exports, module2) {
14216
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/output-file/index.js"(exports, module2) {
14197
14217
  "use strict";
14198
14218
  var u = require_universalify().fromPromise;
14199
14219
  var fs = require_fs5();
@@ -14221,9 +14241,9 @@ var require_output_file = __commonJS({
14221
14241
  }
14222
14242
  });
14223
14243
 
14224
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/json/output-json.js
14244
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/json/output-json.js
14225
14245
  var require_output_json = __commonJS({
14226
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/json/output-json.js"(exports, module2) {
14246
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/json/output-json.js"(exports, module2) {
14227
14247
  "use strict";
14228
14248
  var { stringify: stringify4 } = require_utils6();
14229
14249
  var { outputFile: outputFile2 } = require_output_file();
@@ -14235,9 +14255,9 @@ var require_output_json = __commonJS({
14235
14255
  }
14236
14256
  });
14237
14257
 
14238
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/json/output-json-sync.js
14258
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/json/output-json-sync.js
14239
14259
  var require_output_json_sync = __commonJS({
14240
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/json/output-json-sync.js"(exports, module2) {
14260
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/json/output-json-sync.js"(exports, module2) {
14241
14261
  "use strict";
14242
14262
  var { stringify: stringify4 } = require_utils6();
14243
14263
  var { outputFileSync: outputFileSync2 } = require_output_file();
@@ -14249,9 +14269,9 @@ var require_output_json_sync = __commonJS({
14249
14269
  }
14250
14270
  });
14251
14271
 
14252
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/json/index.js
14272
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/json/index.js
14253
14273
  var require_json = __commonJS({
14254
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/json/index.js"(exports, module2) {
14274
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/json/index.js"(exports, module2) {
14255
14275
  "use strict";
14256
14276
  var u = require_universalify().fromPromise;
14257
14277
  var jsonFile = require_jsonfile2();
@@ -14267,9 +14287,9 @@ var require_json = __commonJS({
14267
14287
  }
14268
14288
  });
14269
14289
 
14270
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/move/move.js
14290
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/move/move.js
14271
14291
  var require_move = __commonJS({
14272
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/move/move.js"(exports, module2) {
14292
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/move/move.js"(exports, module2) {
14273
14293
  "use strict";
14274
14294
  var fs = require_fs5();
14275
14295
  var path2 = require("path");
@@ -14319,9 +14339,9 @@ var require_move = __commonJS({
14319
14339
  }
14320
14340
  });
14321
14341
 
14322
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/move/move-sync.js
14342
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/move/move-sync.js
14323
14343
  var require_move_sync = __commonJS({
14324
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/move/move-sync.js"(exports, module2) {
14344
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/move/move-sync.js"(exports, module2) {
14325
14345
  "use strict";
14326
14346
  var fs = require_graceful_fs();
14327
14347
  var path2 = require("path");
@@ -14376,9 +14396,9 @@ var require_move_sync = __commonJS({
14376
14396
  }
14377
14397
  });
14378
14398
 
14379
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/move/index.js
14399
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/move/index.js
14380
14400
  var require_move2 = __commonJS({
14381
- "node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/move/index.js"(exports, module2) {
14401
+ "node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/move/index.js"(exports, module2) {
14382
14402
  "use strict";
14383
14403
  var u = require_universalify().fromPromise;
14384
14404
  module2.exports = {
@@ -229560,7 +229580,7 @@ var init_gts_extractor = __esm({
229560
229580
  }
229561
229581
  });
229562
229582
 
229563
- // node_modules/.aspect_rules_js/commander@14.0.2/node_modules/commander/esm.mjs
229583
+ // node_modules/.aspect_rules_js/commander@14.0.3/node_modules/commander/esm.mjs
229564
229584
  var import_index = __toESM(require_commander(), 1);
229565
229585
  var {
229566
229586
  program,
@@ -229584,7 +229604,7 @@ var import_loud_rejection = __toESM(require_loud_rejection());
229584
229604
  // packages/cli-lib/src/compile.ts
229585
229605
  init_icu_messageformat_parser();
229586
229606
 
229587
- // node_modules/.aspect_rules_js/fs-extra@11.3.3/node_modules/fs-extra/lib/esm.mjs
229607
+ // node_modules/.aspect_rules_js/fs-extra@11.3.4/node_modules/fs-extra/lib/esm.mjs
229588
229608
  var import_copy = __toESM(require_copy2(), 1);
229589
229609
  var import_empty = __toESM(require_empty(), 1);
229590
229610
  var import_ensure = __toESM(require_ensure(), 1);
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@formatjs/cli",
3
3
  "description": "A CLI for formatjs.",
4
- "version": "6.13.1",
4
+ "version": "6.13.2",
5
5
  "license": "MIT",
6
6
  "author": "Linjie Ding <linjie@airtable.com>",
7
7
  "engines": {
8
8
  "node": ">= 20.12.0"
9
9
  },
10
10
  "devDependencies": {
11
- "@formatjs/cli-lib": "8.3.1"
11
+ "@formatjs/cli-lib": "8.3.2"
12
12
  },
13
13
  "peerDependencies": {
14
14
  "@glimmer/syntax": "^0.84.3 || ^0.95.0",