@h3ravel/support 0.6.0 → 0.6.1

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 +29 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,29 @@
1
+ <p align="center"><a href="https://h3ravel.toneflix.net" target="_blank"><img src="https://raw.githubusercontent.com/h3ravel/assets/refs/heads/main/logo-full.svg" width="400" alt="H3ravel Logo"></a></p>
2
+
3
+ [![Framework][ix]][lx]
4
+ [![Support Package Version][i1]][l1]
5
+
6
+ # About H3ravel/support
7
+
8
+ This package provides first class support, reusable components and helpers used across the [H3ravel](https://h3ravel.toneflix.net) ecosystem, we strive to keep this framework agnostic so you can use whatever you can find, where ever you can.
9
+
10
+ ## Contributing
11
+
12
+ Thank you for considering contributing to the H3ravel framework! The contribution guide can be found in the [H3ravel documentation](#!).
13
+
14
+ ## Code of Conduct
15
+
16
+ In order to ensure that the H3ravel community is welcoming to all, please review and abide by the [Code of Conduct](#).
17
+
18
+ ## Security Vulnerabilities
19
+
20
+ If you discover a security vulnerability within H3ravel, please send an e-mail to Legacy via hamzas.legacy@toneflix.ng. All security vulnerabilities will be promptly addressed.
21
+
22
+ ## License
23
+
24
+ The H3ravel framework is open-sourced software licensed under the [MIT license](LICENSE).
25
+
26
+ [ix]: https://img.shields.io/npm/v/%40h3ravel%2Fcore?style=flat-square&label=Framework&color=%230970ce
27
+ [lx]: https://www.npmjs.com/package/@h3ravel/core
28
+ [i1]: https://img.shields.io/npm/v/%40h3ravel%2Fsupport?style=flat-square&label=@h3ravel/support&color=%230970ce
29
+ [l1]: https://www.npmjs.com/package/@h3ravel/support
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/support",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Shared helpers, facades and utilities for H3ravel.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",