File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 44 "description" : " CLI implementation of the GitLab API." ,
55 "license" : " MIT" ,
66 "engines" : {
7- "node" : " >=18.0 .0"
7+ "node" : " >=18.20 .0"
88 },
99 "repository" : {
1010 "type" : " git" ,
Original file line number Diff line number Diff line change 11import Chalk from 'chalk' ;
22import Sywac from 'sywac' ;
33import * as Gitbeaker from '@gitbeaker/rest' ;
4- import API_MAP from '@gitbeaker/core/map.json' assert { type : 'json' } ; // eslint-disable-line import/no-unresolved
4+ import API_MAP from '@gitbeaker/core/map.json' with { type : 'json' } ; // eslint-disable-line import/no-unresolved
55import {
66 buildArgumentObjects ,
77 getDisplayConfig ,
Original file line number Diff line number Diff line change 11{
22 "extends" : " ../../tsconfig.base.json" ,
33 "compilerOptions" : {
4+ "module" : " esnext" ,
45 "paths" : {
56 "@gitbeaker/core/map.json" : [" ../core/dist/map.json" ],
67 "@gitbeaker/*" : [" ../*/src" ],
Original file line number Diff line number Diff line change 44 "description" : " Core API implementation of the GitLab API" ,
55 "license" : " MIT" ,
66 "engines" : {
7- "node" : " >=18.0 .0"
7+ "node" : " >=18.20 .0"
88 },
99 "repository" : {
1010 "type" : " git" ,
Original file line number Diff line number Diff line change 44 "description" : " Utility functions for requester implementatons used in @gitbeaker" ,
55 "license" : " MIT" ,
66 "engines" : {
7- "node" : " >=18.0 .0"
7+ "node" : " >=18.20 .0"
88 },
99 "repository" : {
1010 "type" : " git" ,
Original file line number Diff line number Diff line change 44 "description" : " Cross Platform implementation of the GitLab API" ,
55 "license" : " MIT" ,
66 "engines" : {
7- "node" : " >=18.0 .0"
7+ "node" : " >=18.20 .0"
88 },
99 "repository" : {
1010 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments