@monodeploy/types
Advanced tools
Comparing version 3.5.0 to 3.6.0
@@ -5,2 +5,11 @@ # Changelog | ||
## [3.6.0](https://github.com/tophat/monodeploy/compare/@monodeploy/types@3.5.0...@monodeploy/types@3.6.0) "@monodeploy/types" (2023-01-03)<a name="3.6.0"></a> | ||
### Features | ||
* target yarn 3.3.1 (#589) ([f3bd3bc](https://github.com/tophat/monodeploy/commits/f3bd3bc)) | ||
## [3.5.0](https://github.com/tophat/monodeploy/compare/@monodeploy/types@3.3.1...@monodeploy/types@3.5.0) "@monodeploy/types" (2022-11-30)<a name="3.5.0"></a> | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "@monodeploy/types", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"repository": { | ||
@@ -34,12 +34,12 @@ "type": "git", | ||
"peerDependencies": { | ||
"@yarnpkg/core": "^3.3.0" | ||
"@yarnpkg/core": "^3.3.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.17.14", | ||
"@yarnpkg/core": "^3.3.0", | ||
"@yarnpkg/core": "^3.3.1", | ||
"ts-node": "^10.9.1", | ||
"typedoc": "^0.23.21", | ||
"typescript": "4.9.3" | ||
"typescript": "4.9.4" | ||
}, | ||
"types": "./lib/types.d.ts" | ||
} |
24445