intl-messageformat 10.7.6 → 10.7.7

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/index.js CHANGED
@@ -13,4 +13,3 @@ tslib_1.__exportStar(require("./src/core"), exports);
13
13
  tslib_1.__exportStar(require("./src/error"), exports);
14
14
  tslib_1.__exportStar(require("./src/formatters"), exports);
15
15
  exports.default = core_1.IntlMessageFormat;
16
- //# sourceMappingURL=index.js.map
package/lib/index.js CHANGED
@@ -9,4 +9,3 @@ export * from './src/error';
9
9
  export * from './src/formatters';
10
10
  export { IntlMessageFormat };
11
11
  export default IntlMessageFormat;
12
- //# sourceMappingURL=index.js.map
package/lib/src/core.js CHANGED
@@ -236,4 +236,3 @@ var IntlMessageFormat = /** @class */ (function () {
236
236
  return IntlMessageFormat;
237
237
  }());
238
238
  export { IntlMessageFormat };
239
- //# sourceMappingURL=core.js.map
package/lib/src/error.js CHANGED
@@ -46,4 +46,3 @@ var MissingValueError = /** @class */ (function (_super) {
46
46
  return MissingValueError;
47
47
  }(FormatError));
48
48
  export { MissingValueError };
49
- //# sourceMappingURL=error.js.map
@@ -175,4 +175,3 @@ originalMessage) {
175
175
  }
176
176
  return mergeLiteral(result);
177
177
  }
178
- //# sourceMappingURL=formatters.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intl-messageformat",
3
- "version": "10.7.6",
3
+ "version": "10.7.7",
4
4
  "description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
5
5
  "keywords": [
6
6
  "i18n",
@@ -32,8 +32,8 @@
32
32
  "types": "index.d.ts",
33
33
  "dependencies": {
34
34
  "tslib": "2",
35
- "@formatjs/ecma402-abstract": "2.2.3",
36
- "@formatjs/icu-messageformat-parser": "2.9.3",
35
+ "@formatjs/ecma402-abstract": "2.2.4",
36
+ "@formatjs/icu-messageformat-parser": "2.9.4",
37
37
  "@formatjs/fast-memoize": "2.2.3"
38
38
  },
39
39
  "sideEffects": false,
package/src/core.js CHANGED
@@ -239,4 +239,3 @@ var IntlMessageFormat = /** @class */ (function () {
239
239
  return IntlMessageFormat;
240
240
  }());
241
241
  exports.IntlMessageFormat = IntlMessageFormat;
242
- //# sourceMappingURL=core.js.map
package/src/error.js CHANGED
@@ -49,4 +49,3 @@ var MissingValueError = /** @class */ (function (_super) {
49
49
  return MissingValueError;
50
50
  }(FormatError));
51
51
  exports.MissingValueError = MissingValueError;
52
- //# sourceMappingURL=error.js.map
package/src/formatters.js CHANGED
@@ -180,4 +180,3 @@ originalMessage) {
180
180
  }
181
181
  return mergeLiteral(result);
182
182
  }
183
- //# sourceMappingURL=formatters.js.map