@auto-canary/core
Advanced tools
Comparing version 10.44.1--canary.2352.b2639bf755b86283f20cfeb9c41e86cc4c25ae43.0 to 10.46.0--canary.2356.1b0d45a9f717c228087cb43960e0d699923fa957.0
@@ -37,2 +37,3 @@ "use strict"; | ||
get: jest.fn().mockReturnValue(Promise.resolve({})), | ||
getLatestRelease: jest.fn().mockReturnValue({ data: { tag_name: "" } }), | ||
}; | ||
@@ -39,0 +40,0 @@ this.hook = { |
@@ -49,2 +49,3 @@ "use strict"; | ||
get: jest.fn().mockReturnValue({}), | ||
getLatestRelease: jest.fn().mockReturnValue({ data: { tag_name: "" } }), | ||
}; | ||
@@ -761,3 +762,3 @@ this.hook = { | ||
jest.spyOn(auto.release, "getCommits").mockImplementation(); | ||
await auto.runRelease({ to: 'abc' }); | ||
await auto.runRelease({ to: "abc" }); | ||
expect(auto.git.publish).toHaveBeenCalledWith("releaseNotes", "v1.2.4", false, "abc"); | ||
@@ -764,0 +765,0 @@ }); |
{ | ||
"name": "@auto-canary/core", | ||
"version": "10.44.1--canary.2352.b2639bf755b86283f20cfeb9c41e86cc4c25ae43.0", | ||
"version": "10.46.0--canary.2356.1b0d45a9f717c228087cb43960e0d699923fa957.0", | ||
"description": "Node API for using auto.", | ||
@@ -40,3 +40,3 @@ "main": "dist/auto.js", | ||
"dependencies": { | ||
"@auto-canary/bot-list": "10.44.1--canary.2352.b2639bf755b86283f20cfeb9c41e86cc4c25ae43.0", | ||
"@auto-canary/bot-list": "10.46.0--canary.2356.1b0d45a9f717c228087cb43960e0d699923fa957.0", | ||
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2", | ||
@@ -82,4 +82,7 @@ "@octokit/core": "^3.5.1", | ||
}, | ||
"peerDependencies": { | ||
"typescript": ">=2.7" | ||
}, | ||
"peerDependenciesMeta": { | ||
"typescript": { | ||
"@types/node": { | ||
"optional": true | ||
@@ -102,3 +105,3 @@ } | ||
}, | ||
"gitHead": "b2639bf755b86283f20cfeb9c41e86cc4c25ae43" | ||
"gitHead": "1b0d45a9f717c228087cb43960e0d699923fa957" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1285985
16985
41
+ Added@auto-canary/bot-list@10.46.0--canary.2356.1b0d45a9f717c228087cb43960e0d699923fa957.0(transitive)
- Removed@auto-canary/bot-list@10.44.1--canary.2352.b2639bf755b86283f20cfeb9c41e86cc4c25ae43.0(transitive)
Updated@auto-canary/bot-list@10.46.0--canary.2356.1b0d45a9f717c228087cb43960e0d699923fa957.0