intl-messageformat 8.3.15 → 8.3.16

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/CHANGELOG.md +8 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [8.3.16](https://github.com/formatjs/formatjs/compare/intl-messageformat@8.3.15...intl-messageformat@8.3.16) (2020-05-25)
7
+
8
+ **Note:** Version bump only for package intl-messageformat
9
+
10
+
11
+
12
+
13
+
6
14
  ## [8.3.15](https://github.com/formatjs/formatjs/compare/intl-messageformat@8.3.14...intl-messageformat@8.3.15) (2020-05-23)
7
15
 
8
16
  **Note:** Version bump only for package intl-messageformat
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intl-messageformat",
3
- "version": "8.3.15",
3
+ "version": "8.3.16",
4
4
  "description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
5
5
  "keywords": [
6
6
  "i18n",
@@ -31,8 +31,8 @@
31
31
  "module": "lib/index.js",
32
32
  "types": "lib/intl-messageformat.d.ts",
33
33
  "dependencies": {
34
- "intl-format-cache": "^4.2.30",
35
- "intl-messageformat-parser": "^5.0.8"
34
+ "intl-format-cache": "^4.2.31",
35
+ "intl-messageformat-parser": "^5.0.9"
36
36
  },
37
37
  "files": [
38
38
  "dist",
@@ -40,11 +40,11 @@
40
40
  "src"
41
41
  ],
42
42
  "devDependencies": {
43
- "@formatjs/intl-pluralrules": "^2.0.1",
44
- "@types/chai": "^4.2.11",
45
- "@types/mocha": "^7.0.2",
46
- "chai": "^4.2.0",
47
- "mocha": "^7.1.2"
43
+ "@formatjs/intl-getcanonicallocales": "^1.2.2",
44
+ "@formatjs/intl-pluralrules": "^2.1.0",
45
+ "@types/jasmine": "^3.5.10",
46
+ "jasmine": "3.5.0",
47
+ "jasmine-expect": "4.0.3"
48
48
  },
49
49
  "sideEffects": false,
50
50
  "scripts": {
@@ -54,7 +54,7 @@
54
54
  "karma:ci": "karma start karma.conf-ci.js",
55
55
  "karma:local": "karma start karma.conf.js",
56
56
  "rollup": "rollup -c rollup.config.js",
57
- "test": "cross-env TZ=UTC NODE_ICU_DATA=../../node_modules/full-icu mocha --opts ../../mocha.opts -r tests/setup.js tests/index.ts",
57
+ "test": "cross-env NODE_ICU_DATA=../../node_modules/full-icu NODE_ENV=test jest",
58
58
  "tsc": "tsc -p tsconfig.json && tsc -p tsconfig.esm.json && api-extractor run --local"
59
59
  },
60
60
  "homepage": "https://github.com/formatjs/formatjs",
@@ -62,5 +62,5 @@
62
62
  "test": "tests"
63
63
  },
64
64
  "license": "BSD-3-Clause",
65
- "gitHead": "b1541f5148ee2463b57393deb00c0dd1107d286d"
65
+ "gitHead": "91d1251eb9a54e153314e6c14572cd5dfd01b9ce"
66
66
  }