@trapi/metadata
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "@trapi/metadata", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Generate REST-API metadata scheme from TypeScript Decorators.", | ||
"main": "./dist/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"files": [ | ||
"dist/" | ||
], | ||
"scripts": { | ||
@@ -30,8 +33,8 @@ "start": "tsc -p tsconfig.build.json -w", | ||
"devDependencies": { | ||
"@types/glob": "^7.1.4", | ||
"@types/jest": "^27.0.1", | ||
"@types/glob": "^7.2.0", | ||
"@types/jest": "^27.0.3", | ||
"@types/minimatch": "^3.0.5", | ||
"@types/node": "^16.9.1", | ||
"@types/node": "^16.11.12", | ||
"@types/yup": "^0.29.13", | ||
"jest": "^27.1.1", | ||
"jest": "^27.4.5", | ||
"jsonata": "^1.8.5", | ||
@@ -44,4 +47,4 @@ "rimraf": "^3.0.2" | ||
"minimatch": "^3.0.4", | ||
"typescript": "^4.4.3", | ||
"yup": "^0.32.9" | ||
"typescript": "^4.5.4", | ||
"yup": "^0.32.11" | ||
}, | ||
@@ -51,3 +54,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "bb7b7c1db8284ac4ce054024abc3a79c3b64b92a" | ||
"gitHead": "9a4e74ccaab05b36dfbcf0513085c4f9589dcddc" | ||
} |
341177
151
4741
Updatedtypescript@^4.5.4
Updatedyup@^0.32.11