diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3cab7b2..699c238 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@shipzone/npmci', - version: '4.1.24', + version: '4.1.25', description: 'node and docker in gitlab ci on steroids' } diff --git a/ts/npmci.plugins.ts b/ts/npmci.plugins.ts index 65c4e10..a4adbdb 100644 --- a/ts/npmci.plugins.ts +++ b/ts/npmci.plugins.ts @@ -4,7 +4,7 @@ import * as path from 'path'; export { path }; // @apiglobal -import * as typedrequest from '@apiglobal/typedrequest'; +import * as typedrequest from '@api.global/typedrequest'; export { typedrequest };