@zola_do/nestjs-shared 0.1.10 → 0.1.13

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -51,7 +51,7 @@ See each package's README for installation, usage, and environment variables.
51
51
 
52
52
  ## Documentation
53
53
 
54
- For full monorepo documentation, peer dependencies, and development setup, see the root [README](../../README.md).
54
+ For full monorepo documentation, peer dependencies, development setup, and release workflow, see the root [README](../../README.md) and [PACKAGE_DEVELOPMENT_GUIDE](../../PACKAGE_DEVELOPMENT_GUIDE.md).
55
55
 
56
56
  ## License
57
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zola_do/nestjs-shared",
3
- "version": "0.1.10",
3
+ "version": "0.1.13",
4
4
  "description": "Shared package for NestJS applications - re-exports all @zola_do packages",
5
5
  "author": "zolaDO",
6
6
  "license": "ISC",