@auto/start-plugin
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -5,3 +5,3 @@ import plugin from '@start/plugin'; | ||
pushCommitsAndTags: push | ||
} = await import('@auto/git'); | ||
} = await import("@auto/git"); | ||
await push(); | ||
@@ -8,0 +8,0 @@ }); |
@@ -71,3 +71,3 @@ import plugin from '@start/plugin'; | ||
writeRepoPublishTag | ||
} = await import('@auto/git'); | ||
} = await import("@auto/git"); | ||
const { | ||
@@ -74,0 +74,0 @@ packageBump, |
{ | ||
"name": "@auto/start-plugin", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "🤖 Auto Tools", | ||
@@ -28,3 +28,3 @@ "keywords": "tasks, runner, start, start-plugin, auto", | ||
"@auto/git": "^0.0.29", | ||
"@auto/log": "^0.0.16", | ||
"@auto/log": "^0.0.17", | ||
"@auto/npm": "^0.0.27", | ||
@@ -31,0 +31,0 @@ "@start/plugin": "^0.2.1", |
+ Added@auto/log@0.0.17(transitive)
- Removed@auto/log@0.0.16(transitive)
Updated@auto/log@^0.0.17