@signskart/shared 1.2.2 β†’ 1.2.3

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.
Files changed (2) hide show
  1. package/ReadMe.md +65 -3
  2. package/package.json +1 -1
package/ReadMe.md CHANGED
@@ -1,4 +1,66 @@
1
- publish version
1
+ ## πŸ“¦ Publish Instructions
2
2
 
3
- Step 1: npm run build
4
- Step 2: npm publish --access public
3
+ To build and publish this package, follow these steps:
4
+
5
+ ### Step 1: Build the Project
6
+
7
+ ```bash
8
+ npm run build
9
+ ```
10
+
11
+ ### Step 2: Publish the Package
12
+
13
+ ```bash
14
+ npm publish --access public
15
+ ```
16
+
17
+ ---
18
+
19
+ ## 🚫 Usage Notice
20
+
21
+ > **⚠️ This package is the intellectual property of [Signskart](https://signskart.com). Unauthorized use, distribution, modification, or publishing is strictly prohibited.**
22
+
23
+ You **may not**:
24
+
25
+ * Use this package in your projects without written permission from Signskart.
26
+ * Rebrand or redistribute it under your own or another name.
27
+ * Reverse-engineer or repurpose any part of the codebase.
28
+
29
+ All rights reserved Β© Signskart, 2025.
30
+
31
+ ---
32
+
33
+ ## βœ… Intended Use Case
34
+
35
+ This package is developed exclusively for Signskart’s internal and client-facing projects. It is optimized to support features and workflows aligned with our services, including but not limited to:
36
+
37
+ * Signboard design automation
38
+ * Print-ready file generation
39
+ * Vendor-side tool integration
40
+
41
+ ---
42
+
43
+ ## 🀝 Collaboration & Permission
44
+
45
+ If you are interested in collaborating, contributing, or using this package under a commercial or open-source license, please contact:
46
+
47
+ πŸ“§ **Email**: [support@signskart.com](mailto:support@signskart.com)
48
+
49
+ 🌐 **Website**: [https://www.signskart.com](https://www.signskart.com)
50
+
51
+ We welcome:
52
+
53
+ * Strategic tech partnerships
54
+ * Contributions under an approved contributor license
55
+ * API integrations aligned with our ecosystem
56
+
57
+ ---
58
+
59
+ ## ✍️ Author Signature
60
+
61
+ Warm regards,
62
+ **Rajan Sharma**
63
+ Senior Software Developer | Founder at [Signskart](https://signskart.com)
64
+ πŸ“§ [rajansharmaa46@gmail.com](mailto:rajansharmaa46@gmail.com)
65
+
66
+ πŸ”— [https://github.com/rajansharmax](https://github.com/rajansharmax)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signskart/shared",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {