@brightspace-ui/intl 3.32.0 → 3.32.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.
package/lang/hi.js CHANGED
@@ -5,7 +5,7 @@ export default {
5
5
  "intl-common:actions:cancel": "कैंसल करें", // cancel action (in Title Case)
6
6
  "intl-common:actions:clear": "मिटाएं", // clear action (in Title Case)
7
7
  "intl-common:actions:close": "बंद करें", // close action (in Title Case)
8
- "intl-common:actions:confirm": "कन्फ़र्म करें", // confirm action (in Title Case)
8
+ "intl-common:actions:confirm": "कन्फ़र्म करें", // confirm action (in Title Case)
9
9
  "intl-common:actions:copy": "कॉपी करें", // copy action (in Title Case)
10
10
  "intl-common:actions:create": "बनाएँ", // create action (in Title Case)
11
11
  "intl-common:actions:delete": "हटाएँ", // delete action (in Title Case)
@@ -156,6 +156,10 @@ export const americaTimezones = {
156
156
  regionCode: 'MX',
157
157
  ianaSource: 'northamerica'
158
158
  },
159
+ 'America/Coral_Harbour': {
160
+ regionCode: 'CA',
161
+ ianaSource: 'northamerica'
162
+ },
159
163
  'America/Costa_Rica': {
160
164
  regionCode: 'CR',
161
165
  ianaSource: 'northamerica'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/intl",
3
- "version": "3.32.0",
3
+ "version": "3.32.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",
@@ -42,7 +42,7 @@
42
42
  "@brightspace-ui/testing": "^1",
43
43
  "eslint": "^9",
44
44
  "eslint-config-brightspace": "^2",
45
- "sinon": "^19.0.2"
45
+ "sinon": "^21.0.0"
46
46
  },
47
47
  "dependencies": {
48
48
  "intl-messageformat": "^10"