Socket
Socket
Sign inDemoInstall

@auto-canary/cocoapods

Package Overview
Dependencies
Maintainers
2
Versions
886
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auto-canary/cocoapods - npm Package Compare versions

Comparing version 10.36.2--canary.2173.25875.0 to 10.36.4--canary.2174.25983.0

26

CHANGELOG.md

@@ -0,1 +1,27 @@

# v10.36.1 (Sun Mar 20 2022)
#### 🐛 Bug Fix
- Fix loading object author from auto rc [#2172](https://github.com/intuit/auto/pull/2172) ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Update octokit [#2171](https://github.com/intuit/auto/pull/2171) ([@hipstersmoothie](https://github.com/hipstersmoothie))
- fix octokit deprecation warning ([@hipstersmoothie](https://github.com/hipstersmoothie))
#### Authors: 1
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
---
# v10.36.0 (Sun Mar 20 2022)
#### 🚀 Enhancement
- Allow load npm module as extends [#2164](https://github.com/intuit/auto/pull/2164) ([@jBouyoud](https://github.com/jBouyoud))
#### Authors: 1
- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud))
---
# v10.34.2 (Thu Mar 17 2022)

@@ -2,0 +28,0 @@

5

dist/index.js

@@ -181,3 +181,3 @@ "use strict";

auto.hooks.canary.tapPromise(this.name, async ({ bump, canaryIdentifier, dryRun, quiet }) => {
var _a;
var _a, _b;
if (!auto.git) {

@@ -191,3 +191,4 @@ return;

const remoteRepo = pr
? await (await auto.git.getPullRequest(pr)).data.head.repo.clone_url
? ((_b = (await auto.git.getPullRequest(pr)).data.head.repo) === null || _b === void 0 ? void 0 : _b.clone_url) ||
auto.remote
: auto.remote;

@@ -194,0 +195,0 @@ const lastRelease = await auto.git.getLatestRelease();

6

package.json
{
"name": "@auto-canary/cocoapods",
"version": "10.36.2--canary.2173.25875.0",
"version": "10.36.4--canary.2174.25983.0",
"main": "dist/index.js",

@@ -39,3 +39,3 @@ "description": "Use auto to version your cocoapod",

"dependencies": {
"@auto-canary/core": "10.36.2--canary.2173.25875.0",
"@auto-canary/core": "10.36.4--canary.2174.25983.0",
"fp-ts": "^2.5.3",

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

},
"gitHead": "1b4435b834e961a68f65b4de65dc5f85337e7dca"
"gitHead": "7b58f3df691c58a4b92aafca1752565bcf532069"
}

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