@logtide/sdk-node 0.1.0 → 0.1.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 +4 -4
package/README.md CHANGED
@@ -551,11 +551,11 @@ MIT
551
551
 
552
552
  ## Contributing
553
553
 
554
- Contributions are welcome! Please open an issue or PR on [GitHub](https://github.com/logtide/logtide-sdk-node).
554
+ Contributions are welcome! Please open an issue or PR on [GitHub](https://github.com/logtide-dev/logtide-sdk-node).
555
555
 
556
556
  ---
557
557
 
558
558
  ## Support
559
559
 
560
560
  - **Documentation**: [https://logtide.dev/docs](https://logtide.dev/docs)
561
- - **Issues**: [GitHub Issues](https://github.com/logtide/logtide-sdk-node/issues)
561
+ - **Issues**: [GitHub Issues](https://github.com/logtide-dev/logtide-sdk-node/issues)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtide/sdk-node",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Official Node.js SDK for LogTide (logtide.dev) - Self-hosted log management with advanced features: retry logic, circuit breaker, query API, live streaming, and middleware support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -60,11 +60,11 @@
60
60
  "license": "MIT",
61
61
  "repository": {
62
62
  "type": "git",
63
- "url": "https://github.com/logtide/logtide-sdk-node.git"
63
+ "url": "https://github.com/logtide-dev/logtide-sdk-node.git"
64
64
  },
65
- "homepage": "https://github.com/logtide/logtide-sdk-node#readme",
65
+ "homepage": "https://github.com/logtide-dev/logtide-sdk-node#readme",
66
66
  "bugs": {
67
- "url": "https://github.com/logtide/logtide-sdk-node/issues"
67
+ "url": "https://github.com/logtide-dev/logtide-sdk-node/issues"
68
68
  },
69
69
  "publishConfig": {
70
70
  "access": "public"