@formatjs/cli 6.15.0 → 6.16.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/bin/formatjs +1 -0
- package/bin/formatjs.map +1 -1
- package/package.json +3 -2
package/bin/formatjs
CHANGED
|
@@ -10955,6 +10955,7 @@ var import_json_stable_stringify = /* @__PURE__ */ __toESM(require_json_stable_s
|
|
|
10955
10955
|
const require$1 = createRequire(import.meta.url);
|
|
10956
10956
|
const NATIVE_PACKAGES = {
|
|
10957
10957
|
"darwin-arm64": "@formatjs/cli-native-darwin-arm64",
|
|
10958
|
+
"linux-arm64": "@formatjs/cli-native-linux-arm64",
|
|
10958
10959
|
"linux-x64": "@formatjs/cli-native-linux-x64"
|
|
10959
10960
|
};
|
|
10960
10961
|
let nativeBinding;
|