@safenest/sdk 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -20,7 +20,7 @@
20
20
  <p align="center">
21
21
  <a href="https://docs.safenest.dev">Documentation</a> •
22
22
  <a href="https://safenest.dev/dashboard">Dashboard</a> •
23
- <a href="https://discord.gg/safenest">Discord</a> •
23
+ <a href="https://discord.gg/7kbTeRYRXD">Discord</a> •
24
24
  <a href="https://twitter.com/safenestdev">Twitter</a>
25
25
  </p>
26
26
 
@@ -584,7 +584,7 @@ Rate limits depend on your subscription tier:
584
584
  ## Support
585
585
 
586
586
  - **Documentation**: [docs.safenest.dev](https://docs.safenest.dev)
587
- - **Discord**: [discord.gg/safenest](https://discord.gg/safenest)
587
+ - **Discord**: [discord.gg/7kbTeRYRXD](https://discord.gg/7kbTeRYRXD)
588
588
  - **Email**: support@safenest.dev
589
589
  - **Issues**: [GitHub Issues](https://github.com/safenest/safenest-sdk/issues)
590
590
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@safenest/sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "TypeScript SDK for SafeNest AI child safety API - Detect bullying, grooming, and unsafe content",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -48,10 +48,10 @@
48
48
  "homepage": "https://safenest.dev",
49
49
  "repository": {
50
50
  "type": "git",
51
- "url": "https://github.com/safenest/safenest-sdk.git"
51
+ "url": "https://github.com/SafeNestSDK/node.git"
52
52
  },
53
53
  "bugs": {
54
- "url": "https://github.com/safenest/safenest-sdk/issues",
54
+ "url": "https://github.com/SafeNestSDK/node/issues",
55
55
  "email": "support@safenest.dev"
56
56
  },
57
57
  "engines": {