@auto-it/core
Advanced tools
Comparing version 10.16.7 to 10.16.8
@@ -27,3 +27,3 @@ "use strict"; | ||
test("fails correctly with GH_TOKEN", async () => { | ||
process.env.GH_TOKEN = '1234567890'; | ||
process.env.GH_TOKEN = "1234567890"; | ||
expect.assertions(1); | ||
@@ -30,0 +30,0 @@ return expect(exec_promise_1.default("false", [process.env.GH_TOKEN])).rejects.toMatchInlineSnapshot(`[Error: Running command 'false' with args [****7890] failed]`); |
@@ -37,3 +37,3 @@ "use strict"; | ||
beforeEach(() => { | ||
logger_1.setLogLevel('quiet'); | ||
logger_1.setLogLevel("quiet"); | ||
}); | ||
@@ -40,0 +40,0 @@ test("should load official plugins", () => { |
{ | ||
"name": "@auto-it/core", | ||
"version": "10.16.7", | ||
"version": "10.16.8", | ||
"description": "Node API for using auto.", | ||
@@ -40,3 +40,3 @@ "main": "dist/auto.js", | ||
"dependencies": { | ||
"@auto-it/bot-list": "10.16.7", | ||
"@auto-it/bot-list": "10.16.8", | ||
"@octokit/plugin-enterprise-compatibility": "^1.2.2", | ||
@@ -74,3 +74,3 @@ "@octokit/plugin-retry": "^3.0.1", | ||
"tslib": "2.1.0", | ||
"type-fest": "^0.20.2", | ||
"type-fest": "^0.21.1", | ||
"typescript-memoize": "^1.0.0-alpha.3", | ||
@@ -93,3 +93,3 @@ "url-join": "^4.0.0" | ||
}, | ||
"gitHead": "b501dec99dd0e345906003955f685fa782093172" | ||
"gitHead": "5eb470ff5bacef4716049d66c843f40253b01275" | ||
} |
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 not supported yet
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
1186929
15964
+ Added@auto-it/bot-list@10.16.8(transitive)
- Removed@auto-it/bot-list@10.16.7(transitive)
- Removedtype-fest@0.20.2(transitive)
Updated@auto-it/bot-list@10.16.8
Updatedtype-fest@^0.21.1