fix(core): update

This commit is contained in:
Philipp Kunz 2023-11-15 15:15:18 +01:00
parent 6ebb7cec81
commit f2949c5f21
5 changed files with 1887 additions and 1071 deletions

View File

@ -119,6 +119,6 @@ jobs:
run: |
npmci node install stable
npmci npm install
pnpm install -g @gitzone/tsdoc
pnpm install -g @git.zone/tsdoc
npmci command tsdoc
continue-on-error: true

View File

@ -26,20 +26,20 @@
},
"homepage": "https://gitlab.com/pushrocks/smartgit",
"dependencies": {
"@push.rocks/smartenv": "^5.0.5",
"@push.rocks/smartfile": "^10.0.26",
"@push.rocks/smartenv": "^5.0.12",
"@push.rocks/smartfile": "^11.0.0",
"@push.rocks/smartpath": "^5.0.5",
"@push.rocks/smartpromise": "^4.0.2",
"@push.rocks/smartshell": "^3.0.3",
"@push.rocks/smartstring": "^4.0.7",
"@push.rocks/smartstring": "^4.0.9",
"@types/minimatch": "^5.1.2",
"isomorphic-git": "^1.24.5"
"isomorphic-git": "^1.25.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.8"
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsrun": "^1.2.44",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.15"
},
"private": false,
"files": [

File diff suppressed because it is too large Load Diff

View File

@ -26,4 +26,4 @@ tap.test('should clone a repo', async () => {
);
});
tap.start();
await tap.start();

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartgit',
version: '3.0.1',
version: '3.0.2',
description: 'smart wrapper for nodegit'
}