@flusys/nestjs-core 1.0.0-beta → 1.1.0-beta

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -191,3 +191,7 @@ import {
191
191
  - `@faker-js/faker` - Seed data generation
192
192
 
193
193
  **No NestJS dependencies** - Can be used in any TypeScript project.
194
+
195
+ ---
196
+
197
+ **Last Updated:** 2026-02-16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flusys/nestjs-core",
3
- "version": "1.0.0-beta",
3
+ "version": "1.1.0-beta",
4
4
  "description": "Core types, interfaces, and constants for Flusys NestJS packages",
5
5
  "main": "cjs/index.js",
6
6
  "module": "fesm/index.js",