@formatjs/cli 6.2.11 → 6.2.13

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 +1 -2
  2. package/package.json +5 -5
package/bin/formatjs CHANGED
@@ -197814,13 +197814,12 @@ Message from ${inputFile}: ${compiled[id]}
197814
197814
  }
197815
197815
  async function compileAndWrite(inputFiles, compileOpts = {}) {
197816
197816
  const { outFile, ...opts } = compileOpts;
197817
- const serializedResult = await compile7(inputFiles, opts);
197817
+ const serializedResult = await compile7(inputFiles, opts) + "\n";
197818
197818
  if (outFile) {
197819
197819
  debug("Writing output file:", outFile);
197820
197820
  return (0, import_fs_extra2.outputFile)(outFile, serializedResult);
197821
197821
  }
197822
197822
  await writeStdout(serializedResult);
197823
- await writeStdout("\n");
197824
197823
  }
197825
197824
  var import_icu_messageformat_parser3, import_fs_extra2, import_json_stable_stringify2;
197826
197825
  var init_compile = __esm({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/cli",
3
- "version": "6.2.11",
3
+ "version": "6.2.13",
4
4
  "description": "A CLI for formatjs.",
5
5
  "keywords": [
6
6
  "intl",
@@ -33,13 +33,13 @@
33
33
  "url": "https://github.com/formatjs/formatjs/issues"
34
34
  },
35
35
  "devDependencies": {
36
- "@formatjs/cli-lib": "6.4.1"
36
+ "@formatjs/cli-lib": "6.4.3"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@glimmer/env": "^0.1.7",
40
- "@glimmer/reference": "^0.91.1",
41
- "@glimmer/syntax": "^0.91.1",
42
- "@glimmer/validator": "^0.91.1",
40
+ "@glimmer/reference": "^0.91.1 || ^0.92.0",
41
+ "@glimmer/syntax": "^0.92.0",
42
+ "@glimmer/validator": "^0.92.0",
43
43
  "@vue/compiler-core": "^3.4.0",
44
44
  "content-tag": "^2.0.1",
45
45
  "ember-template-recast": "^6.1.4",