File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Lumigo wrapper to trace distributed architecture" ,
5
5
"main" : " dist/src/distro.js" ,
6
6
"private" : false ,
7
- "types" : " dist/src/bootstrap.d.ts " ,
7
+ "types" : " dist/src/distro.js " ,
8
8
"scripts" : {
9
9
"build" : " rm -rf dist *.tgz && tsc --build --force && tracer=\" $(npm pack)\" && mv \" $tracer\" distro.tgz && cp distro.tgz wrapper.tgz" ,
10
10
"prepublishOnly" : " npm run prettier:fix && npm run lint && npm run test:unit" ,
Original file line number Diff line number Diff line change 12
12
*/
13
13
import { LUMIGO_LOGGING_NAMESPACE } from './constants' ;
14
14
import { minMajor , maxMajor } from './supportedVersions.json' ;
15
+ export type { LumigoSdkInitialization } from './bootstrap' ;
15
16
16
17
export const init = ( ( ) => {
17
18
const version = process . version ;
You can’t perform that action at this time.
0 commit comments