Skip to content

Commit 5b114e6

Browse files
feat(api): update via SDK Studio (#8)
1 parent 8c2a250 commit 5b114e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This library provides convenient access to the Zeroentropy REST API from server-side TypeScript or JavaScript.
66

7-
The REST API documentation can be found on [docs.zeroentropy.com](https://docs.zeroentropy.com). The full API of this library can be found in [api.md](api.md).
7+
The REST API documentation can be found on [docs.zeroentropy.dev](https://docs.zeroentropy.dev). The full API of this library can be found in [api.md](api.md).
88

99
## Installation
1010

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ or products provided by Zeroentropy please follow the respective company's secur
2020

2121
### Zeroentropy Terms and Policies
2222

23-
Please contact founders@zeroentropy.com for any questions or concerns regarding security of our services.
23+
Please contact founders@zeroentropy.dev for any questions or concerns regarding security of our services.
2424

2525
---
2626

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "zeroentropy",
33
"version": "0.1.0-alpha.1",
44
"description": "The official TypeScript library for the Zeroentropy API",
5-
"author": "Zeroentropy <founders@zeroentropy.com>",
5+
"author": "Zeroentropy <founders@zeroentropy.dev>",
66
"types": "dist/index.d.ts",
77
"main": "dist/index.js",
88
"type": "commonjs",

0 commit comments

Comments
 (0)