valleyed 0.0.0-alpha.0 → 4.0.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [4.0.1](https://github.com/kevinand11/valleyed/compare/v0.0.0-alpha.0...v4.0.1) (2023-02-14)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * readme ([e9005dd](https://github.com/kevinand11/valleyed/commit/e9005dd985fde28c8bd3ad3723facf62ee6a3c38))
11
+ * rename some utils ([4fd53d8](https://github.com/kevinand11/valleyed/commit/4fd53d8e2fd32d6ec77fda29e3e0c064eb329021))
12
+
5
13
  ## [0.0.0-alpha.0](https://github.com/kevinand11/valleyed/compare/v4.0.0-alpha.0...v0.0.0-alpha.0) (2023-02-14)
6
14
 
7
15
 
package/README.md CHANGED
@@ -18,17 +18,17 @@ Installation is done using the [`npm install` command](https://docs.npmjs.com/ge
18
18
 
19
19
  ### Using CDN:
20
20
 
21
- [Validate jsDelivr CDN](https://www.jsdelivr.com/package/npm/valleyed)
21
+ [Valleyed jsDelivr CDN](https://www.jsdelivr.com/package/npm/valleyed)
22
22
 
23
23
  ### Using Skypack:
24
24
 
25
- [Validate Skypack CDN](https://www.skypack.dev/view/valleyed)
25
+ [Valleyed Skypack CDN](https://www.skypack.dev/view/valleyed)
26
26
 
27
27
  ## Contributing
28
28
 
29
29
  [Contributing Guide](Contributing.md)
30
30
 
31
- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/valleyed) 
31
+ [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/kevinand11/valleyed) 
32
32
 
33
33
 
34
34
  ## Basic Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valleyed",
3
- "version": "0.0.0-alpha.0",
3
+ "version": "4.0.1",
4
4
  "description": "A lightweight package with definitions for various validation rules, and helper services to consume said rules.",
5
5
  "main": "lib/index.js",
6
6
  "sideEffects": false,