@formatjs/cli 6.3.12 → 6.3.14

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 +4 -4
  2. package/package.json +2 -2
package/bin/formatjs CHANGED
@@ -18045,12 +18045,12 @@ async function compileFolder(files, outFolder, opts = {}) {
18045
18045
  outFiles.map((outFile, i) => (0, import_fs_extra2.outputFile)(outFile, results[i]))
18046
18046
  );
18047
18047
  }
18048
- var import_path2, import_fs_extra2;
18048
+ var import_fs_extra2, import_path2;
18049
18049
  var init_compile_folder = __esm({
18050
18050
  "packages/cli-lib/src/compile_folder.ts"() {
18051
- init_compile();
18052
- import_path2 = require("path");
18053
18051
  import_fs_extra2 = __toESM(require_lib());
18052
+ import_path2 = require("path");
18053
+ init_compile();
18054
18054
  }
18055
18055
  });
18056
18056
 
@@ -226792,8 +226792,8 @@ var require_interpolate_name = __commonJS({
226792
226792
  Object.defineProperty(exports, "__esModule", { value: true });
226793
226793
  exports.interpolateName = interpolateName2;
226794
226794
  var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
226795
- var path = tslib_1.__importStar(require("path"));
226796
226795
  var crypto_1 = require("crypto");
226796
+ var path = tslib_1.__importStar(require("path"));
226797
226797
  function getHashDigest(content, hashType = "md5", digestType = "hex", length = 9999) {
226798
226798
  const hasher = (0, crypto_1.createHash)(hashType);
226799
226799
  hasher.update(content);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/cli",
3
- "version": "6.3.12",
3
+ "version": "6.3.14",
4
4
  "description": "A CLI for formatjs.",
5
5
  "keywords": [
6
6
  "intl",
@@ -33,7 +33,7 @@
33
33
  "url": "https://github.com/formatjs/formatjs/issues"
34
34
  },
35
35
  "devDependencies": {
36
- "@formatjs/cli-lib": "7.0.0"
36
+ "@formatjs/cli-lib": "7.0.2"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@glimmer/env": "^0.1.7",