@shoperzz/common 0.0.1 → 0.0.3-beta.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @shoperzz/common@0.0.1 build /home/runner/work/shoperzz/shoperzz/packages/common
2
+ > @shoperzz/common@0.0.3-beta.0 build /home/runner/work/shoperzz/shoperzz/packages/common
3
3
  > echo 'Skeleton release'
4
4
 
5
5
  Skeleton release
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @shoperzz/common
2
2
 
3
+ ## 0.0.3-beta.0
4
+
5
+ ### Patch Changes
6
+
7
+ - d19ddc9: stabilization of release infrastructure, documentation refinement and CI updates
8
+
9
+ ## 0.0.2-alpha.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 7135ca9: docs(monorepo): professionalize package READMEs and finalize unified release infrastructure
14
+ - fd02ee3: docs(monorepo): align package licenses with GPL-3.0 standards
15
+
3
16
  ## 0.0.1
4
17
 
5
18
  ### Patch Changes
package/README.md CHANGED
@@ -1,13 +1,41 @@
1
- # Common (@shoperzz/common)
1
+ <div align="center">
2
+ <img src="../../assets/logos/LOGO-COLORED-SVG.svg" alt="Shoperzz" width="300" />
3
+ <br/>
4
+ <p>
5
+ <strong>@shoperzz/common</strong><br/>
6
+ Universal utilities and types for the Shoperzz ecosystem.
7
+ </p>
2
8
 
3
- The single source of technical truth for the Shoperzz ecosystem.
9
+ <div>
10
+ <img src="https://img.shields.io/badge/TypeScript-007ACC?style=flat-square&logo=typescript&logoColor=white" alt="TypeScript">
11
+ <img src="https://img.shields.io/badge/pnpm-F69220?style=flat-square&logo=pnpm&logoColor=white" alt="pnpm">
12
+ <img src="https://img.shields.io/npm/v/@shoperzz/common?style=flat-square&logo=npm&color=CB3837" alt="npm version">
13
+ </div>
14
+ </div>
4
15
 
5
- ## Contents
16
+ <br/>
6
17
 
7
- - Contract interfaces for Plugins.
8
- - Global enums and constants (order statuses, permissions).
9
- - Validation and security utilities (HMAC, JWT).
18
+ ## Narrative Synthesis
10
19
 
11
- ## Role
20
+ @shoperzz/common provides the essential building blocks used across all Shoperzz packages and plugins. It ensures strict type safety, consistent error handling, and shared utility functions, acting as the "glue" that maintains architectural cohesion in the monorepo.
12
21
 
13
- Reducing code duplication and ensuring all packages speak the same language (strict typing).
22
+ ## Key Technical Capabilities
23
+
24
+ - **Shared Domain Types**: Centralized definitions for order states, payment results, and customer profiles.
25
+ - **Validation Logic**: Universal Zod-based validators for Africa-specific data formats.
26
+ - **Security Utils**: Standardized encryption, hashing, and token handling.
27
+ - **Constants & Enums**: The single source of truth for framework-wide configurations.
28
+
29
+ ## Installation
30
+
31
+ ```bash
32
+ pnpm add @shoperzz/common
33
+ ```
34
+
35
+ ## Governance
36
+
37
+ This package follows the Elite Release Protocol. Versions and tags are managed automatically by the Shoperzz Release Bot.
38
+
39
+ ---
40
+
41
+ [License: GPL-3.0-or-later](../../LICENSE.md) © Shoperzz
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoperzz/common",
3
- "version": "0.0.1",
3
+ "version": "0.0.3-beta.0",
4
4
  "private": false,
5
5
  "license": "GPL-3.0-or-later",
6
6
  "publishConfig": {