New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@monodeploy/types

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monodeploy/types - npm Package Compare versions

Comparing version 3.7.0 to 3.7.1

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Changelog

## [3.7.1](https://github.com/tophat/monodeploy/compare/@monodeploy/types@3.7.0...@monodeploy/types@3.7.1) "@monodeploy/types" (2023-03-03)<a name="3.7.1"></a>
### Bug Fixes
* allow auto-committing without persisting versions (#593) ([761fa8a](https://github.com/tophat/monodeploy/commits/761fa8a))
## [3.7.0](https://github.com/tophat/monodeploy/compare/@monodeploy/types@3.6.0...@monodeploy/types@3.7.0) "@monodeploy/types" (2023-02-14)<a name="3.7.0"></a>

@@ -7,0 +16,0 @@

10

lib/types.d.ts

@@ -120,3 +120,4 @@ /// <reference types="node" />

* The filename to write changelogs to, assuming a conventional changelog config has been set.
* Use '<packageDir>' to reference the cwd of an individual workspace.
* Use '<packageDir>' to reference the cwd of an individual workspace. You should also enable
* 'autoCommit' when this is set so that the changelogs are committed to your repo.
*/

@@ -151,3 +152,5 @@ changelogFilename?: string;

* is enabled. It can be useful to disable version persistence if you do not want your CI
* environment to write back to your Git repository. Useful for runners like Jenkins.
* environment to write back to your Git repository. Useful for runners like Jenkins. You
* should also enable 'autoCommit' when this is set so that the changelogs are committed
* to your repo.
*

@@ -158,3 +161,4 @@ * @default false

/**
* Whether to automatically create a release commit, for use with persistVersions.
* Whether to automatically create a release commit after a publish. If using autoCommit,
* you must also have one of 'persistVersions' or 'changelogFilename' set.
*

@@ -161,0 +165,0 @@ * @default false

{
"name": "@monodeploy/types",
"version": "3.7.0",
"version": "3.7.1",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc