@budhash/gomanize 1.1.0 → 1.2.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.
Binary file
package/index.cjs CHANGED
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  /** Package version (kept in sync with package.json on release). */
5
- const version = "1.1.0";
5
+ const version = "1.2.0";
6
6
 
7
7
  let _instance;
8
8
 
package/index.mjs CHANGED
@@ -4,7 +4,7 @@
4
4
  // imports, so bundling for the browser stays clean.
5
5
 
6
6
  /** Package version (kept in sync with package.json on release). */
7
- export const version = "1.1.0";
7
+ export const version = "1.2.0";
8
8
 
9
9
  let _instance;
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@budhash/gomanize",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Romanize Hindi (Devanagari) into readable, diacritic-free Latin script — the gomanize engine compiled to WebAssembly.",
5
5
  "type": "module",
6
6
  "exports": {