@lovalingo/lovalingo 0.0.13 → 0.0.14

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.
package/dist/index.d.ts CHANGED
@@ -22,4 +22,5 @@ export { useLangNavigate } from './hooks/useLangNavigate';
22
22
  export { useLovalingo } from './hooks/useLovalingo';
23
23
  export { useLovalingoTranslate } from './hooks/useLovalingoTranslate';
24
24
  export { useLovalingoEdit } from './hooks/useLovalingoEdit';
25
+ export { VERSION } from './version';
25
26
  export type { LovalingoConfig, LovalingoContextValue, Translation, Exclusion, HashTranslation } from './types';
package/dist/index.js CHANGED
@@ -25,3 +25,5 @@ export { useLangNavigate } from './hooks/useLangNavigate';
25
25
  export { useLovalingo } from './hooks/useLovalingo';
26
26
  export { useLovalingoTranslate } from './hooks/useLovalingoTranslate';
27
27
  export { useLovalingoEdit } from './hooks/useLovalingoEdit';
28
+ // Version
29
+ export { VERSION } from './version';
@@ -0,0 +1 @@
1
+ export declare const VERSION = "0.0.14";
@@ -0,0 +1 @@
1
+ export const VERSION = "0.0.14";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovalingo/lovalingo",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "React translation library with automatic routing, real-time AI translation, and zero-flash rendering. One-line language routing setup.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",