@robert-brightline/checks 0.0.1 → 0.0.6

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  ## @robert-brightline/checks
11
11
 
12
- - [ ] add description for @robert-brightline/checks
12
+ - Common value validation functions
13
13
 
14
14
  ## Installation
15
15
 
@@ -21,7 +21,7 @@ pnpm add @robert-brightline/checks
21
21
 
22
22
  If you find my open-source contributions or the **@robert-brightline/checks** project helpful, consider supporting my work. Your sponsorship helps me maintain these projects and explore new enterprise patterns.
23
23
 
24
- [![CashApp](https://img.shields.io/badge/Sponsor%20me-%23EA4AAA.svg?style=for-the-badge&logo=github-sponsors&logoColor=white)]([object Object])
24
+ ![CashApp](https://img.shields.io/badge/Sponsor%20me-%23EA4AAA.svg?style=for-the-badge&logo=github-sponsors&logoColor=white)(https://cash.app/$puqlib)
25
25
 
26
26
  ---
27
27
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@robert-brightline/checks",
3
3
  "description": "- [ ] add project description",
4
- "version": "0.0.1",
4
+ "version": "0.0.6",
5
5
  "author": {
6
6
  "name": "robert-brightline",
7
7
  "email": "robert.brightline+checks@gmail.com"
@@ -58,7 +58,7 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@swc/helpers": "~0.5.11",
61
- "@robert-brightline/types": "0.0.1"
61
+ "@robert-brightline/types": "0.0.6"
62
62
  },
63
63
  "devDependencies": {
64
64
  "vitest": "^4.0.8"