@levrbet/shared 0.2.56 → 0.2.57

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @levrbet/shared
2
2
 
3
- Shared utilities, components, and types for the LEVR platform.
3
+ Shared utilities, components, and types for the LEVR platform...
4
4
 
5
5
  ## Installation
6
6
 
@@ -30,9 +30,9 @@ import { useAuth } from "@levrbet/shared/react"
30
30
 
31
31
  ## Package Structure
32
32
 
33
- - **`/core`** - Blockchain contracts, types, Prisma re-exports, and universal utilities
34
- - **`/server`** - Node.js server utilities (auth, database, logging, middleware)
35
- - **`/react`** - React components and hooks
33
+ - **`/core`** - Blockchain contracts, types, Prisma re-exports, and universal utilities
34
+ - **`/server`** - Node.js server utilities (auth, database, logging, middleware)
35
+ - **`/react`** - React components and hooks
36
36
 
37
37
  ## Peer Dependencies
38
38
 
package/dist/index.js CHANGED
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  // Main entry point - exports everything from core by default
18
18
  __exportStar(require("./core"), exports);
19
- // Note: Server and React modules should be imported via specific paths:..
19
+ // Note: Server and React modules should be imported via specific paths:
20
20
  // import { ... } from "@levrbet/shared/server"
21
21
  // import { ... } from "@levrbet/shared/react"
22
22
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA6D;AAC7D,yCAAsB;AACtB,0EAA0E;AAE1E,+CAA+C;AAC/C,8CAA8C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA6D;AAC7D,yCAAsB;AACtB,wEAAwE;AAExE,+CAA+C;AAC/C,8CAA8C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@levrbet/shared",
3
- "version": "0.2.56",
3
+ "version": "0.2.57",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {