@auto/bump
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -1,2 +0,2 @@ | ||
import { TBumpType, TOptions } from '@auto/utils/src/'; | ||
import { TBumpType, TOptions } from '@auto/utils'; | ||
export declare const bumpRange: (range: string, version: string, type: TBumpType, options: TOptions) => string; |
@@ -1,2 +0,2 @@ | ||
import { TBumpType, TOptions } from '@auto/utils/src/'; | ||
import { TBumpType, TOptions } from '@auto/utils'; | ||
export declare const bumpVersion: (version: string, type: TBumpType, options: TOptions) => string; |
@@ -1,2 +0,2 @@ | ||
import { TRepoGitBump, TOptions, TPackageJson, TRepoPackageBump } from '@auto/utils/src/'; | ||
import { TRepoGitBump, TOptions, TPackageJson, TRepoPackageBump } from '@auto/utils'; | ||
export declare const getRepoPackageBump: (packageJson: TPackageJson, bump: TRepoGitBump, options: TOptions) => TRepoPackageBump; |
@@ -1,2 +0,2 @@ | ||
import { TWorkspacesGitBump, TWorkspacesPackageBump, TPackages, TOptions } from '@auto/utils/src/'; | ||
import { TWorkspacesGitBump, TWorkspacesPackageBump, TPackages, TOptions } from '@auto/utils'; | ||
export declare const getWorkspacesPackagesBumps: (packages: TPackages, bumps: TWorkspacesGitBump[], options: TOptions) => TWorkspacesPackageBump[]; |
{ | ||
"name": "@auto/bump", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "", | ||
@@ -26,4 +26,4 @@ "keywords": "", | ||
"dependencies": { | ||
"@auto/utils": "^0.0.9", | ||
"@auto/workspaces": "^0.0.13", | ||
"@auto/utils": "^0.0.10", | ||
"@auto/workspaces": "^0.0.14", | ||
"esm": "^3.0.82", | ||
@@ -30,0 +30,0 @@ "semver": "^5.5.1" |
7544
+ Added@auto/utils@0.0.10(transitive)
+ Added@auto/workspaces@0.0.14(transitive)
- Removed@auto/utils@0.0.9(transitive)
- Removed@auto/workspaces@0.0.13(transitive)
Updated@auto/utils@^0.0.10
Updated@auto/workspaces@^0.0.14