@nestjs-ssr/react 0.2.5 → 0.2.6

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 +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  React as a view layer for NestJS. Controllers return data. Components render it. One app.
7
7
 
8
- **[Documentation](https://georgialexandrov.github.io/nest-ssr/)** | **[Getting Started](https://georgialexandrov.github.io/nest-ssr/guide/installation)**
8
+ **[Documentation](https://georgialexandrov.github.io/nestjs-ssr/)** | **[Getting Started](https://georgialexandrov.github.io/nestjs-ssr/guide/installation)**
9
9
 
10
10
  ## Quick Start
11
11
 
@@ -70,13 +70,13 @@ render(<ProductDetail data={{ product: mockProduct }} />);
70
70
 
71
71
  ## Documentation
72
72
 
73
- **[georgialexandrov.github.io/nest-ssr](https://georgialexandrov.github.io/nest-ssr/)**
73
+ **[georgialexandrov.github.io/nestjs-ssr](https://georgialexandrov.github.io/nestjs-ssr/)**
74
74
 
75
- - [Installation](https://georgialexandrov.github.io/nest-ssr/guide/installation)
76
- - [Rendering](https://georgialexandrov.github.io/nest-ssr/guide/rendering)
77
- - [Request Context](https://georgialexandrov.github.io/nest-ssr/guide/request-context)
78
- - [Configuration](https://georgialexandrov.github.io/nest-ssr/guide/configuration)
79
- - [API Reference](https://georgialexandrov.github.io/nest-ssr/guide/api)
75
+ - [Installation](https://georgialexandrov.github.io/nestjs-ssr/guide/installation)
76
+ - [Rendering](https://georgialexandrov.github.io/nestjs-ssr/guide/rendering)
77
+ - [Request Context](https://georgialexandrov.github.io/nestjs-ssr/guide/request-context)
78
+ - [Configuration](https://georgialexandrov.github.io/nestjs-ssr/guide/configuration)
79
+ - [API Reference](https://georgialexandrov.github.io/nestjs-ssr/guide/api)
80
80
 
81
81
  ## Contributing
82
82
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjs-ssr/react",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "React SSR for NestJS that respects Clean Architecture. Proper DI, SOLID principles, clear separation of concerns.",
5
5
  "keywords": [
6
6
  "nestjs",