hvp-shared 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.
@@ -5,3 +5,4 @@ export declare const APP_NAME = "HVP2021";
5
5
  export declare const VERSION = "1.0.0";
6
6
  export declare const UMA_2024_DAILY = 108.57;
7
7
  export * from './constants/mexican-states';
8
+ export * from './constants/sat-catalogs';
package/dist/constants.js CHANGED
@@ -31,3 +31,7 @@ exports.UMA_2024_DAILY = 108.57;
31
31
  // Mexican Geographic Data
32
32
  // ============================================================================
33
33
  __exportStar(require("./constants/mexican-states"), exports);
34
+ // ============================================================================
35
+ // SAT Catalogs (CFDI Nómina)
36
+ // ============================================================================
37
+ __exportStar(require("./constants/sat-catalogs"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hvp-shared",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Shared types and utilities for HVP backend and frontend",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",