@wexample/js-helpers 0.0.37 → 0.0.50

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 +122 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,132 @@
1
1
  # @wexample/js-helpers
2
2
 
3
+ Version: 0.0.50
4
+
5
+ Modern, type-safe helper utilities for Wexample projects.
6
+
7
+ ## Table of Contents
8
+
9
+ - [Suite Integration](#suite-integration)
10
+ - [Dependencies](#dependencies)
11
+ - [Versioning](#versioning)
12
+ - [License](#license)
13
+ - [Suite Integration](#suite-integration)
14
+ - [Suite Signature](#suite-signature)
15
+ - [Introduction](#introduction)
16
+ - [Migration Notes](#migration-notes)
17
+
18
+ ## Integration in the Suite
19
+
20
+ This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
21
+
22
+ ### Related Packages
23
+
24
+ The suite includes packages for configuration management, file handling, prompts, and more. Each package can be used independently or as part of the integrated suite.
25
+
26
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
27
+
28
+ ## Versioning & Compatibility Policy
29
+
30
+ Wexample packages follow **Semantic Versioning** (SemVer):
31
+
32
+ - **MAJOR**: Breaking changes
33
+ - **MINOR**: New features, backward compatible
34
+ - **PATCH**: Bug fixes, backward compatible
35
+
36
+ We maintain backward compatibility within major versions and provide clear migration guides for breaking changes.
37
+
38
+ ## License
39
+
40
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
41
+
42
+ Free to use in both personal and commercial projects.
43
+
44
+ ## Integration in the Suite
45
+
46
+ This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
47
+
48
+ ### Related Packages
49
+
50
+ The suite includes packages for configuration management, file handling, prompts, and more. Each package can be used independently or as part of the integrated suite.
51
+
52
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
53
+
54
+ # About us
55
+
56
+ [Wexample](https://wexample.com) stands as a cornerstone of the digital ecosystem — a collective of seasoned engineers, researchers, and creators driven by a relentless pursuit of technological excellence. More than a media platform, it has grown into a vibrant community where innovation meets craftsmanship, and where every line of code reflects a commitment to clarity, durability, and shared intelligence.
57
+
58
+ This packages suite embodies this spirit. Trusted by professionals and enthusiasts alike, it delivers a consistent, high-quality foundation for modern development — open, elegant, and battle-tested. Its reputation is built on years of collaboration, refinement, and rigorous attention to detail, making it a natural choice for those who demand both robustness and beauty in their tools.
59
+
60
+ Wexample cultivates a culture of mastery. Each package, each contribution carries the mark of a community that values precision, ethics, and innovation — a community proud to shape the future of digital craftsmanship.
61
+
62
+ # @wexample/js-helpers
63
+
3
64
  Version: 0.0.37
4
65
 
5
66
  Modern, type-safe helper utilities for Wexample projects.
6
67
 
7
68
  ## Table of Contents
8
69
 
70
+ - [Suite Integration](#suite-integration)
71
+ - [Dependencies](#dependencies)
72
+ - [Versioning](#versioning)
73
+ - [License](#license)
74
+ - [Suite Integration](#suite-integration)
75
+ - [Suite Signature](#suite-signature)
76
+ - [Migration Notes](#migration-notes)
77
+
78
+ ## Integration in the Suite
79
+
80
+ This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
81
+
82
+ ### Related Packages
83
+
84
+ The suite includes packages for configuration management, file handling, prompts, and more. Each package can be used independently or as part of the integrated suite.
85
+
86
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
87
+
88
+ ## Versioning & Compatibility Policy
89
+
90
+ Wexample packages follow **Semantic Versioning** (SemVer):
91
+
92
+ - **MAJOR**: Breaking changes
93
+ - **MINOR**: New features, backward compatible
94
+ - **PATCH**: Bug fixes, backward compatible
95
+
96
+ We maintain backward compatibility within major versions and provide clear migration guides for breaking changes.
97
+
98
+ ## License
99
+
100
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
101
+
102
+ Free to use in both personal and commercial projects.
103
+
104
+ ## Integration in the Suite
105
+
106
+ This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
107
+
108
+ ### Related Packages
109
+
110
+ The suite includes packages for configuration management, file handling, prompts, and more. Each package can be used independently or as part of the integrated suite.
111
+
112
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
113
+
114
+ # About us
115
+
116
+ [Wexample](https://wexample.com) stands as a cornerstone of the digital ecosystem — a collective of seasoned engineers, researchers, and creators driven by a relentless pursuit of technological excellence. More than a media platform, it has grown into a vibrant community where innovation meets craftsmanship, and where every line of code reflects a commitment to clarity, durability, and shared intelligence.
117
+
118
+ This packages suite embodies this spirit. Trusted by professionals and enthusiasts alike, it delivers a consistent, high-quality foundation for modern development — open, elegant, and battle-tested. Its reputation is built on years of collaboration, refinement, and rigorous attention to detail, making it a natural choice for those who demand both robustness and beauty in their tools.
119
+
120
+ Wexample cultivates a culture of mastery. Each package, each contribution carries the mark of a community that values precision, ethics, and innovation — a community proud to shape the future of digital craftsmanship.
121
+
122
+ ## Migration Notes
123
+
124
+ When upgrading between major versions, refer to the migration guides in the documentation.
125
+
126
+ Breaking changes are clearly documented with upgrade paths and examples.
127
+
128
+ ## Migration Notes
9
129
 
130
+ When upgrading between major versions, refer to the migration guides in the documentation.
10
131
 
132
+ Breaking changes are clearly documented with upgrade paths and examples.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wexample/js-helpers",
3
- "version": "0.0.37",
3
+ "version": "0.0.50",
4
4
  "description": "Modern, type-safe helper utilities for Wexample projects.",
5
5
  "license": "MIT",
6
6
  "type": "module",