fix(core): update

This commit is contained in:
Philipp Kunz 2023-08-09 11:23:56 +02:00
parent 7ba7dc54a1
commit bbbca44640
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@shipzone/npmci', name: '@shipzone/npmci',
version: '4.1.24', version: '4.1.25',
description: 'node and docker in gitlab ci on steroids' description: 'node and docker in gitlab ci on steroids'
} }

View File

@ -4,7 +4,7 @@ import * as path from 'path';
export { path }; export { path };
// @apiglobal // @apiglobal
import * as typedrequest from '@apiglobal/typedrequest'; import * as typedrequest from '@api.global/typedrequest';
export { typedrequest }; export { typedrequest };