@treeviz/familysearch-sdk 1.0.10 → 1.0.11
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/LICENSE +1 -1
- package/README.md +5 -3
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2026 idavidka and @treeviz contributors
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
# familysearch-sdk
|
|
1
|
+
# @treeviz/familysearch-sdk
|
|
2
2
|
|
|
3
3
|
A modern, TypeScript-first SDK for the FamilySearch API v3.
|
|
4
4
|
|
|
5
|
+
> **Note:** This package was previously published as `familysearch-sdk`. It has been moved to the `@treeviz` organization.
|
|
6
|
+
|
|
5
7
|
## Features
|
|
6
8
|
|
|
7
9
|
- 🔷 **Full TypeScript support** with comprehensive type definitions
|
|
@@ -15,7 +17,7 @@ A modern, TypeScript-first SDK for the FamilySearch API v3.
|
|
|
15
17
|
## Installation
|
|
16
18
|
|
|
17
19
|
```bash
|
|
18
|
-
npm install familysearch-sdk
|
|
20
|
+
npm install @treeviz/familysearch-sdk
|
|
19
21
|
```
|
|
20
22
|
|
|
21
23
|
## Quick Start
|
|
@@ -25,7 +27,7 @@ import {
|
|
|
25
27
|
createFamilySearchSDK,
|
|
26
28
|
fetchPedigree,
|
|
27
29
|
convertToGedcom
|
|
28
|
-
} from 'familysearch-sdk';
|
|
30
|
+
} from '@treeviz/familysearch-sdk';
|
|
29
31
|
|
|
30
32
|
// Create SDK instance with your OAuth access token
|
|
31
33
|
const sdk = createFamilySearchSDK({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@treeviz/familysearch-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "Modern TypeScript SDK for FamilySearch API v3 - OAuth, Places API, Tree API, and GEDCOM utilities",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"oauth",
|
|
57
57
|
"typescript"
|
|
58
58
|
],
|
|
59
|
-
"author": "
|
|
59
|
+
"author": "idavidka and @treeviz contributors",
|
|
60
60
|
"license": "MIT",
|
|
61
61
|
"repository": {
|
|
62
62
|
"type": "git",
|