axe-api 1.4.0-beta-5 → 1.4.0-beta-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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axe-api",
3
- "version": "1.4.0-beta-5",
3
+ "version": "1.4.0-beta-6",
4
4
  "description": "AXE API is a simple tool to create Rest APIs quickly.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -77,7 +77,11 @@
77
77
  "pino": "^8.18.0",
78
78
  "pino-pretty": "^11.0.0",
79
79
  "pluralize": "^8.0.0",
80
- "validatorjs": "^3.22.1"
80
+ "validatorjs": "^3.22.1",
81
+ "commander": "^12.0.0",
82
+ "shelljs": "^0.8.5",
83
+ "rimraf": "^5.0.5",
84
+ "colors": "^1.4.0"
81
85
  },
82
86
  "devDependencies": {
83
87
  "@babel/core": "^7.23.9",
@@ -94,8 +98,6 @@
94
98
  "@typescript-eslint/eslint-plugin": "^7.0.1",
95
99
  "@typescript-eslint/parser": "^7.0.1",
96
100
  "babel-jest": "^29.7.0",
97
- "colors": "^1.4.0",
98
- "commander": "^12.0.0",
99
101
  "cors": "^2.8.5",
100
102
  "eslint": "^8.56.0",
101
103
  "eslint-config-standard": "^17.1.0",
@@ -115,11 +117,9 @@
115
117
  "pg": "^8.11.3",
116
118
  "prettier": "^3.2.5",
117
119
  "redis": "^4.6.13",
118
- "rimraf": "^5.0.5",
119
120
  "robust-validator": "^1.1.0",
120
121
  "serve-static": "^1.15.0",
121
122
  "set-value": ">=4.1.0",
122
- "shelljs": "^0.8.5",
123
123
  "sqlite3": "^5.1.7",
124
124
  "ts-node": "^10.9.2",
125
125
  "tsx": "^4.7.1",