@monodeploy/types
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -5,2 +5,16 @@ # Changelog | ||
## [4.2.0](https://github.com/tophat/monodeploy/compare/@monodeploy/types@4.1.0...@monodeploy/types@4.2.0) "@monodeploy/types" (2023-07-20)<a name="4.2.0"></a> | ||
### Dependencies | ||
* update dependency @types/jest to ^29.5.2 (#769) ([38b8611](https://github.com/tophat/monodeploy/commits/38b8611)) | ||
* update dependency typescript to v5.1.3 (#770) ([fef0612](https://github.com/tophat/monodeploy/commits/fef0612)) | ||
### Features | ||
* target yarn 3.6.1 (#780) ([3b0d590](https://github.com/tophat/monodeploy/commits/3b0d590)) | ||
## [4.1.0](https://github.com/tophat/monodeploy/compare/@monodeploy/types@4.0.1...@monodeploy/types@4.1.0) "@monodeploy/types" (2023-06-19)<a name="4.1.0"></a> | ||
@@ -7,0 +21,0 @@ |
@@ -8,3 +8,3 @@ "use strict"; | ||
RegistryMode["Manifest"] = "manifest"; | ||
})(RegistryMode = exports.RegistryMode || (exports.RegistryMode = {})); | ||
})(RegistryMode || (exports.RegistryMode = RegistryMode = {})); | ||
function isNodeError(error) { | ||
@@ -11,0 +11,0 @@ return error instanceof Error || error?.code !== undefined; |
{ | ||
"name": "@monodeploy/types", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"repository": { | ||
@@ -37,3 +37,3 @@ "type": "git", | ||
"devDependencies": { | ||
"@types/jest": "^29.5.1", | ||
"@types/jest": "^29.5.2", | ||
"@types/node": "^18.15.11", | ||
@@ -43,5 +43,5 @@ "@yarnpkg/core": "^3.5.2", | ||
"typedoc": "^0.24.7", | ||
"typescript": "5.0.4" | ||
"typescript": "5.1.6" | ||
}, | ||
"types": "./lib/types.d.ts" | ||
} |
29916