@refinitiv-ui/phrasebook 7.1.4 → 7.1.5

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 +4 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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
+ ## [7.1.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@7.1.4...@refinitiv-ui/phrasebook@7.1.5) (2026-01-05)
7
+
8
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
9
+
6
10
  ## [7.1.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@7.1.3...@refinitiv-ui/phrasebook@7.1.4) (2025-11-12)
7
11
 
8
12
  **Note:** Version bump only for package @refinitiv-ui/phrasebook
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@refinitiv-ui/phrasebook",
3
- "version": "7.1.4",
3
+ "version": "7.1.5",
4
4
  "description": "Collection of messages in EF components for translation",
5
5
  "author": "LSEG",
6
6
  "license": "Apache-2.0",
@@ -125,13 +125,12 @@
125
125
  "clean": "nx exec -- rm -rf lib tsconfig.tsbuildinfo",
126
126
  "lint": "eslint .",
127
127
  "lint:fix": "eslint . --fix",
128
- "test": "npm run build && mocha __test__/**/*.test.js --require esm",
128
+ "test": "npm run build && mocha __test__/**/*.test.js",
129
129
  "prepack": "npm run version",
130
130
  "version": "node ../../scripts/version/index.js"
131
131
  },
132
132
  "devDependencies": {
133
133
  "chai": "^4.3.7",
134
- "esm": "^3.2.25",
135
134
  "mocha": "^11.0.1"
136
135
  },
137
136
  "publishConfig": {
@@ -140,5 +139,5 @@
140
139
  "dependencies": {
141
140
  "tslib": "^2.3.1"
142
141
  },
143
- "gitHead": "a2b508ed3e8302a47cb1741f0bf047496cc06b48"
142
+ "gitHead": "aa4a1f98929ee475d243f6bd3f779e90ccb562c7"
144
143
  }