Merge pull request #1363 from ing-bank/fix/providenceExposeIndex
fix(providence): add index to path exposed for npm
This commit is contained in:
commit
fd0381a625
7 changed files with 8 additions and 22 deletions
5
.changeset/orange-clouds-hang.md
Normal file
5
.changeset/orange-clouds-hang.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'providence-analytics': patch
|
||||
---
|
||||
|
||||
move index.js to path exposed for npm
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
'@lion/form-core': minor
|
||||
'@lion/input-range': minor
|
||||
'@lion/listbox': minor
|
||||
'@lion/radio-group': minor
|
||||
'@lion/select': minor
|
||||
---
|
||||
|
||||
member descriptions for editors and api tables
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/form-core': patch
|
||||
---
|
||||
|
||||
support [focused-visible] when focusable node within matches :focus-visible
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/input-date': patch
|
||||
---
|
||||
|
||||
configure in constructor, so property effects use preconfigured value
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
export { providence } from './src/program/providence.js';
|
||||
export { QueryService } from './src/program/services/QueryService.js';
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
"access": "public"
|
||||
},
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
".": "./src/index.js",
|
||||
"./src/cli": "./src/cli/index.js",
|
||||
"./analyzers": "./src/program/analyzers/index.js",
|
||||
"./docs/": "./docs/"
|
||||
|
|
|
|||
2
packages-node/providence-analytics/src/index.js
Normal file
2
packages-node/providence-analytics/src/index.js
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export { providence } from './program/providence.js';
|
||||
export { QueryService } from './program/services/QueryService.js';
|
||||
Loading…
Reference in a new issue