fix(providence): export QueryService
This commit is contained in:
parent
0e678deccb
commit
662363b290
3 changed files with 5 additions and 2 deletions
|
|
@ -2,4 +2,5 @@
|
|||
'providence-analytics': patch
|
||||
---
|
||||
|
||||
Enable debug logs in analyzers
|
||||
- enable debug logs in analyzers
|
||||
- export QueryService
|
||||
|
|
|
|||
2
packages-node/providence-analytics/index.js
Normal file
2
packages-node/providence-analytics/index.js
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export { providence } from './src/program/providence.js';
|
||||
export { QueryService } from './src/program/services/QueryService.js';
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
"access": "public"
|
||||
},
|
||||
"exports": {
|
||||
".": "./src/program/providence.js",
|
||||
".": "./index.js",
|
||||
"./src/cli": "./src/cli/index.js",
|
||||
"./analyzers": "./src/program/analyzers/index.js",
|
||||
"./docs/": "./docs/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue