yuppi 1.3.10 → 1.3.11

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 +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -73,10 +73,10 @@ You can install it as follows.
73
73
 
74
74
  ```shell
75
75
  // NPM
76
- npm install yuppi
76
+ npm add yuppi
77
77
 
78
78
  // PNPM
79
- pnpm install yuppi
79
+ pnpm add yuppi
80
80
 
81
81
  // Yarn
82
82
  yarn add yuppi
@@ -85,7 +85,7 @@ yarn add yuppi
85
85
  bun add yuppi
86
86
 
87
87
  // Deno
88
- deno install npm:yuppi
88
+ deno add yuppi
89
89
  ```
90
90
 
91
91
  ## Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuppi",
3
- "version": "1.3.10",
3
+ "version": "1.3.11",
4
4
  "description": "Schemas that can be converted to Yup and JSON Schema.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/keift/yuppi",
@@ -23,9 +23,9 @@
23
23
  "yup": "^1.7.1"
24
24
  },
25
25
  "devDependencies": {
26
- "neatlint": "^1.2.0",
27
- "prettier": "^3.7.4",
28
- "tsup": "^8.5.1"
26
+ "neatlint": "latest",
27
+ "prettier": "latest",
28
+ "tsup": "latest"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",