nestjs-temporal-core 3.0.0 → 3.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 +0 -10
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -13,16 +13,6 @@ A comprehensive NestJS integration for [Temporal.io](https://temporal.io/) that
13
13
  - **[⚙️ Configuration](./docs/configuration.md)** - Complete configuration reference and examples
14
14
  - **[📖 API Reference](./docs/api-reference.md)** - Detailed API documentation for all services and decorators
15
15
  - **[🍳 Examples & Recipes](./docs/examples.md)** - Practical examples and common patterns
16
- - **[🏗️ Best Practices](./docs/best-practices.md)** - Production guidelines and optimization tips
17
- - **[🔄 Migration Guide](./docs/migration.md)** - Upgrading from previous versions
18
- - **[🔧 Troubleshooting](./docs/troubleshooting.md)** - Common issues and solutions
19
-
20
- ### Advanced Topics
21
- - **[🏢 Enterprise Features](./docs/enterprise.md)** - Advanced features for production deployments
22
- - **[📊 Monitoring & Health](./docs/monitoring.md)** - Health checks, metrics, and observability
23
- - **[🔐 Security](./docs/security.md)** - TLS, authentication, and security best practices
24
- - **[🧪 Testing](./docs/testing.md)** - Testing workflows and activities
25
- - **[🐳 Deployment](./docs/deployment.md)** - Docker, Kubernetes, and cloud deployment guides
26
16
 
27
17
  ## Overview
28
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestjs-temporal-core",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Complete NestJS integration for Temporal.io with auto-discovery, declarative scheduling, enhanced monitoring, and enterprise-ready features",
5
5
  "author": "Harsh M",
6
6
  "license": "MIT",
@@ -116,4 +116,4 @@
116
116
  "publishConfig": {
117
117
  "access": "public"
118
118
  }
119
- }
119
+ }