why did it move package
Showing
| { | { | ||
| "name": "cosmotype-decorators", | "name": "minato-decorators", | ||
| "description": "Class and decorator style of Cosmotype model definitions.", | "description": "Class and decorator style of Minato model definitions.", | ||
| "version": "2.0.5", | "version": "2.0.5", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | "types": "dist/index.d.ts", | ||
| ... | @@ -39,7 +39,7 @@ | ... | @@ -39,7 +39,7 @@ |
| "testEnvironment": "node" | "testEnvironment": "node" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@cosmotype/driver-memory": "^1.0.2", | "@minatojs/driver-memory": "^1.0.3", | ||
| "@types/jest": "^27.4.1", | "@types/jest": "^27.4.1", | ||
| "@types/lodash": "^4.14.180", | "@types/lodash": "^4.14.180", | ||
| "@types/node": "^17.0.23", | "@types/node": "^17.0.23", | ||
| ... | @@ -54,11 +54,11 @@ | ... | @@ -54,11 +54,11 @@ |
| "ts-jest": "^27.1.4", | "ts-jest": "^27.1.4", | ||
| "typescript": "^4.6.3" | "typescript": "^4.6.3" | ||
| }, | }, | ||
| "peerDependencies": { | |||
| "cosmotype": "^1.0.3" | |||
| }, | |||
| "dependencies": { | "dependencies": { | ||
| "lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
| "typed-reflector": "^1.0.10" | "typed-reflector": "^1.0.10" | ||
| }, | |||
| "peerDependencies": { | |||
| "minato": "^1.0.10" | |||
| } | } | ||
| } | } |
Please register or sign in to comment