@lokalise/harmony 1.15.0-exp-removeaddon.1 → 1.15.0

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,7 +24,8 @@ const authHttpClient = wretch('path/to/auth/provider');
24
24
  // This is the client that you would use to make requests to your app's API
25
25
  // - It assumes that your API is compatible with the shared authentication strategy
26
26
  export const appHttpClient = wretch('path/to/you/api')
27
- .errorType('json'); // More config as you see fit
27
+ // ... More config as you see fit ...
28
+ .errorType('json');
28
29
 
29
30
  export const appAuthenticatedHttpClient = appHttpClient
30
31
  .middlewares([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokalise/harmony",
3
- "version": "1.15.0-exp-removeaddon.1",
3
+ "version": "1.15.0",
4
4
  "author": {
5
5
  "name": "Lokalise",
6
6
  "url": "https://lokalise.com/"