Socket
Socket
Sign inDemoInstall

@auto-it/version-file

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auto-it/version-file - npm Package Compare versions

Comparing version 11.2.0 to 11.2.1

2

dist/index.d.ts

@@ -32,3 +32,3 @@ import { Auto, IPlugin } from '@auto-it/core';

readonly publishScript: string | undefined;
/** */
/** Args to pass to the release script based on release type */
readonly publishScriptReleaseTypeArgs: ReleaseTypeArgs;

@@ -35,0 +35,0 @@ /** Initialize the plugin with it's options */

@@ -81,6 +81,7 @@ "use strict";

await writeNewVersion(auto, newVersion, this.versionFile);
await core_1.execPromise("git", ["commit", "-am", `"Bump version to: v${newVersion} [skip ci]"`]);
const prefixedVersion = auto.prefixRelease(newVersion);
await core_1.execPromise("git", ["commit", "-am", `"Bump version to: ${prefixedVersion} [skip ci]"`]);
await core_1.execPromise("git", [
"tag",
`v${newVersion}`
prefixedVersion
]);

@@ -87,0 +88,0 @@ auto.logger.verbose.info("Successfully versioned repo");

{
"name": "@auto-it/version-file",
"version": "11.2.0",
"version": "11.2.1",
"main": "dist/index.js",

@@ -39,3 +39,3 @@ "description": "",

"dependencies": {
"@auto-it/core": "11.2.0",
"@auto-it/core": "11.2.1",
"fp-ts": "^2.5.3",

@@ -46,3 +46,3 @@ "io-ts": "^2.1.2",

},
"gitHead": "32f3d7845a32b92ccb009f81fb0f1bbe234aee13"
"gitHead": "be952834e3ce52a6a8a7da048bccaf87fef4eeec"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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