@munchi_oy/core 1.2.5

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.
package/README.md ADDED
@@ -0,0 +1,25 @@
1
+ # @munchi_oy/core
2
+
3
+ Core utilities and types for the Munchi SDK.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @munchi_oy/core
9
+ # or
10
+ pnpm add @munchi_oy/core
11
+ # or
12
+ yarn add @munchi_oy/core
13
+ ```
14
+
15
+ ## Usage
16
+
17
+ ```typescript
18
+ import { MUNCHI_CORE_VERSION } from '@munchi_oy/core';
19
+
20
+ console.log(MUNCHI_CORE_VERSION);
21
+ ```
22
+
23
+ ## License
24
+
25
+ UNLICENSED - Private package