@hacksmith/doraval 0.2.16 → 0.2.17

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/README.md CHANGED
@@ -31,6 +31,7 @@ No runtime required. The binary is self-contained.
31
31
 
32
32
  ```bash
33
33
  npx @hacksmith/doraval validate . # run without installing
34
+ # if Bun is not installed: npm i -g bun
34
35
  npm install -g @hacksmith/doraval # or install globally
35
36
  ```
36
37
 
package/bin/doraval.js CHANGED
@@ -3454,7 +3454,7 @@ init_dist();
3454
3454
  // package.json
3455
3455
  var package_default = {
3456
3456
  name: "@hacksmith/doraval",
3457
- version: "0.2.16",
3457
+ version: "0.2.17",
3458
3458
  author: "Saif",
3459
3459
  repository: {
3460
3460
  type: "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hacksmith/doraval",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "author": "Saif",
5
5
  "repository": {
6
6
  "type": "git",