@transifex/express 3.0.0 → 3.2.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/README.md +8 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Transifex Native integration for Express JS
2
2
 
3
+ Express middleware for server side localization using [Transifex Native](https://www.transifex.com/native/).
4
+
5
+ Related packages:
6
+ - [@transifex/native](https://www.npmjs.com/package/@transifex/native)
7
+ - [@transifex/cli](https://www.npmjs.com/package/@transifex/cli)
8
+
9
+ Learn more about Transifex Native in the [Transifex Developer Hub](https://developers.transifex.com/docs/native).
10
+
3
11
  ## Quick start
4
12
 
5
13
  Install the necessary express packages:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transifex/express",
3
- "version": "3.0.0",
3
+ "version": "3.2.1",
4
4
  "description": "Transifex Native for Express JS",
5
5
  "keywords": [
6
6
  "transifex",
@@ -29,7 +29,7 @@
29
29
  "node": ">=12.0.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@transifex/native": "^3.0.0",
32
+ "@transifex/native": "^3.2.1",
33
33
  "eslint": "^8.10.0",
34
34
  "eslint-config-airbnb-base": "^15.0.0",
35
35
  "eslint-plugin-import": "^2.25.4",