@kong-ui-public/i18n 0.3.1-pr.162.1317c07.0 → 0.3.2-pr.112.2f13df2.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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -176,7 +176,6 @@ Sometimes it is needed to render translated message with HTML as part of the par
176
176
  }
177
177
  ```
178
178
 
179
-
180
179
  `main.ts` (registing component)
181
180
 
182
181
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/i18n",
3
- "version": "0.3.1-pr.162.1317c07.0",
3
+ "version": "0.3.2-pr.112.2f13df2.0",
4
4
  "type": "module",
5
5
  "main": "./dist/i18n.umd.js",
6
6
  "module": "./dist/i18n.es.js",