Merge branch 'master' into feat-backref
Showing
| { | { | ||
| "name": "schemastery-gen", | "name": "schemastery-gen", | ||
| "description": "Decorator style of [Schemastery](https://github.com/Shigma/schemastery)", | "description": "Decorator style of [Schemastery](https://github.com/Shigma/schemastery)", | ||
| "version": "2.3.1", | "version": "3.0.0", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | "types": "dist/index.d.ts", | ||
| "scripts": { | "scripts": { | ||
| ... | @@ -33,13 +33,9 @@ | ... | @@ -33,13 +33,9 @@ |
| "jest": "^27.4.3", | "jest": "^27.4.3", | ||
| "prettier": "^2.4.1", | "prettier": "^2.4.1", | ||
| "rimraf": "^3.0.2", | "rimraf": "^3.0.2", | ||
| "schemastery": "^2.1.2", | |||
| "ts-jest": "^27.0.7", | "ts-jest": "^27.0.7", | ||
| "typescript": "^4.5.2" | "typescript": "^4.5.2" | ||
| }, | }, | ||
| "peerDependencies": { | |||
| "schemastery": "^2.1.2" | |||
| }, | |||
| "dependencies": { | "dependencies": { | ||
| "lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
| "reflect-metadata": "^0.1.13", | "reflect-metadata": "^0.1.13", | ||
| ... | @@ -61,5 +57,8 @@ | ... | @@ -61,5 +57,8 @@ |
| ], | ], | ||
| "coverageDirectory": "../coverage", | "coverageDirectory": "../coverage", | ||
| "testEnvironment": "node" | "testEnvironment": "node" | ||
| }, | |||
| "peerDependencies": { | |||
| "schemastery": "^3.0.0" | |||
| } | } | ||
| } | } |
src/decorators/compat.ts
0 → 100644
Please register or sign in to comment