@kopynator/angular 1.0.2 → 1.0.3

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,7 +35,7 @@ export const appConfig: ApplicationConfig = {
35
35
  #### Configuration Options
36
36
 
37
37
  | Option | Type | Description |
38
- |or|---|---|
38
+ |---|---|---|
39
39
  | `apiKey` | `string` | **Required**. Your public project token found at [kopynator.com](https://www.kopynator.com). |
40
40
  | `defaultLocale` | `string` | **Required**. The fallback language if no other is detected (e.g. 'en'). |
41
41
  | `languages` | `string[]` | **Required for 'local' mode**. Array of supported language codes. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopynator/angular",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "main": "./dist/public-api.js",
5
5
  "module": "./dist/public-api.mjs",
6
6
  "types": "./dist/public-api.d.ts",