@levrbet/shared 0.2.46 → 0.2.47

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
@@ -28,7 +28,7 @@ Or add it to your `postinstall` script in `package.json`:
28
28
 
29
29
  This will:
30
30
 
31
- 1. Copy the Prisma schema to your project's `prisma/` folder
31
+ 1. Copy the Prisma schema to your project's `prisma/` folder.
32
32
  2. Generate the `@prisma/client` in your `node_modules`
33
33
 
34
34
  ## Usage
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;AAEtB,wEAAwE;AAExE,+CAA+C;AAC/C,8CAA8C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA6D;AAC7D,yCAAsB;AAEtB,0EAA0E;AAE1E,+CAA+C;AAC/C,8CAA8C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@levrbet/shared",
3
- "version": "0.2.46",
3
+ "version": "0.2.47",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {