chore(framework): Move and improve subscriber loader (#8347)
**What** Move `SubscriberLoader` and improve implementation FIXES FRMW-2635
This commit is contained in:
committed by
GitHub
parent
169953ad1e
commit
a9fea986b0
@@ -8,37 +8,11 @@
|
||||
"dist"
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
"node": "./dist/index.js",
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"default": "./dist/index.js"
|
||||
},
|
||||
"./config": {
|
||||
"types": "./dist/config/index.d.ts",
|
||||
"import": "./dist/config/index.js",
|
||||
"require": "./dist/config/index.js",
|
||||
"node": "./dist/config/index.js"
|
||||
},
|
||||
"./logger": {
|
||||
"types": "./dist/logger/index.d.ts",
|
||||
"import": "./dist/logger/index.js",
|
||||
"require": "./dist/logger/index.js",
|
||||
"node": "./dist/logger/index.js"
|
||||
},
|
||||
"./database": {
|
||||
"types": "./dist/database/index.d.ts",
|
||||
"import": "./dist/database/index.js",
|
||||
"require": "./dist/database/index.js",
|
||||
"node": "./dist/database/index.js"
|
||||
},
|
||||
"./feature-flag": {
|
||||
"types": "./dist/feature-flags/index.d.ts",
|
||||
"import": "./dist/feature-flags/index.js",
|
||||
"require": "./dist/feature-flags/index.js",
|
||||
"node": "./dist/feature-flags/index.js"
|
||||
}
|
||||
".": "./dist/index.js",
|
||||
"./config": "./dist/config/index.js",
|
||||
"./logger": "./dist/logger/index.js",
|
||||
"./database": "./dist/database/index.js",
|
||||
"./subscribers": "./dist/subscribers/index.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
|
||||
Reference in New Issue
Block a user