@smounters/imperium 1.0.0 → 1.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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -173,6 +173,8 @@ From `@smounters/imperium/services`:
173
173
 
174
174
  - `ZodPipe` from `@smounters/imperium/pipes`
175
175
  - validation helpers from `@smounters/imperium/validation`
176
+ - `appConfigSchema`
177
+ - `AppConfig`
176
178
  - `booleanSchema`
177
179
  - `numberSchema`
178
180
  - `nativeEnumSchema`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smounters/imperium",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "NestJS-like modular DI container with unified HTTP + Connect RPC server for TypeScript",
5
5
  "keywords": [
6
6
  "di",