gedcom-ts 2026.6.2 → 2026.6.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.
package/dist/version.d.ts CHANGED
@@ -3,4 +3,4 @@
3
3
  * **À aligner sur** la propriété `version` du `package.json` à chaque release
4
4
  * (un test vérifie l’égalité).
5
5
  */
6
- export declare const GEDCOM_LIBRARY_VERSION = "2026.6.2";
6
+ export declare const GEDCOM_LIBRARY_VERSION = "2026.6.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gedcom-ts",
3
- "version": "2026.6.2",
3
+ "version": "2026.6.3",
4
4
  "description": "TypeScript GEDCOM toolkit for browser apps: import .ged/.zip, edit typed genealogy data, and export GEDCOM or GEDZIP.",
5
5
  "author": "Bertrand Jaunet <bertrand.jaunet@gmail.com>",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -130,7 +130,6 @@
130
130
  },
131
131
  "dependencies": {
132
132
  "@pdf-lib/fontkit": "^1.1.1",
133
- "@zip.js/zip.js": "2.7.62",
134
133
  "bidi-js": "^1.0.3",
135
134
  "fflate": "^0.8.2",
136
135
  "naqqash": "^0.2.0",