@lokalise/polyglot-sdk 24.3.0 → 24.3.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Polyglot Client SDK
2
2
 
3
- Polyglot service provides a REST API to interact with it directly, but we recommend
4
- using this [@lokalise/polyglot-sdk](https://www.npmjs.com/package/@lokalise/polyglot-sdk) NPM package to integrate Translation
3
+ Polyglot service provides a REST API to interact with it directly, but we recommend using
4
+ this [@lokalise/polyglot-sdk](https://www.npmjs.com/package/@lokalise/polyglot-sdk) NPM package to integrate Translation
5
5
  and LQA capabilities into your Node.js application.
6
6
 
7
7
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokalise/polyglot-sdk",
3
- "version": "24.3.0",
3
+ "version": "24.3.1",
4
4
  "author": {
5
5
  "name": "Lokalise",
6
6
  "url": "https://lokalise.com/"