nestia 13.0.4 → 14.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -60,7 +60,7 @@ Check out the document in the [website](https://nestia.io/docs/):
60
60
  ### 🏠 Home
61
61
  - [Introduction](https://nestia.io/docs/)
62
62
  - [Setup](https://nestia.io/docs/setup/)
63
- - [Pure TypeScript](https://nestia.io/docs/pure)
63
+ - [Pure TypeScript](https://nestia.io/docs/core/TypedBody/)
64
64
 
65
65
  ### 📖 Features
66
66
  - Core Library
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestia",
3
- "version": "13.0.4",
3
+ "version": "14.0.1",
4
4
  "description": "Nestia CLI tool",
5
5
  "main": "bin/index.js",
6
6
  "bin": {
@@ -35,8 +35,8 @@
35
35
  "devDependencies": {
36
36
  "@types/node": "^25.3.3",
37
37
  "rimraf": "^6.1.3",
38
- "@nestia/core": "^13.0.4",
39
- "@nestia/sdk": "^13.0.4"
38
+ "@nestia/core": "^14.0.1",
39
+ "@nestia/sdk": "^14.0.1"
40
40
  },
41
41
  "files": [
42
42
  "bin",