@brightspace-ui/intl 3.19.0 → 3.19.1

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/lib/localize.js +1 -0
  2. package/package.json +1 -1
package/lib/localize.js CHANGED
@@ -214,6 +214,7 @@ export const Localize = class extends getLocalizeClass() {
214
214
  constructor(config) {
215
215
  super();
216
216
  super.constructor.setLocalizeMarkup(localizeMarkup);
217
+ this.localize = (...args) => super.localize(...args);
217
218
  this.config = config;
218
219
  this.connect();
219
220
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/intl",
3
- "version": "3.19.0",
3
+ "version": "3.19.1",
4
4
  "description": "Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.",
5
5
  "main": "lib/number.js",
6
6
  "type": "module",