fix: attempt to fix test (#16719)
* fix(backend): attempt to fix test * fix * Revert "fix(backend): attempt to fix test" This reverts commit67dff577c9. * attempt to fix test * Revert "fix" This reverts commitcec3d2f5c6. * fix
This commit is contained in:
parent
9e0f18a705
commit
6571c87e14
|
|
@ -6,10 +6,12 @@
|
||||||
"types": "./built/index.d.ts",
|
"types": "./built/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
"default": "./built/index.js",
|
||||||
"import": "./built/index.js",
|
"import": "./built/index.js",
|
||||||
"types": "./built/index.d.ts"
|
"types": "./built/index.d.ts"
|
||||||
},
|
},
|
||||||
"./*": {
|
"./*": {
|
||||||
|
"default": "./built/*",
|
||||||
"import": "./built/*",
|
"import": "./built/*",
|
||||||
"types": "./built/*"
|
"types": "./built/*"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,12 @@
|
||||||
"types": "./built/index.d.ts",
|
"types": "./built/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
"default": "./built/index.js",
|
||||||
"import": "./built/index.js",
|
"import": "./built/index.js",
|
||||||
"types": "./built/index.d.ts"
|
"types": "./built/index.d.ts"
|
||||||
},
|
},
|
||||||
"./*": {
|
"./*": {
|
||||||
|
"default": "./built/*",
|
||||||
"import": "./built/*",
|
"import": "./built/*",
|
||||||
"types": "./built/*"
|
"types": "./built/*"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,10 +6,12 @@
|
||||||
"types": "./built/index.d.ts",
|
"types": "./built/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
"default": "./built/index.js",
|
||||||
"import": "./built/index.js",
|
"import": "./built/index.js",
|
||||||
"types": "./built/index.d.ts"
|
"types": "./built/index.d.ts"
|
||||||
},
|
},
|
||||||
"./*": {
|
"./*": {
|
||||||
|
"default": "./built/*",
|
||||||
"import": "./built/*",
|
"import": "./built/*",
|
||||||
"types": "./built/*"
|
"types": "./built/*"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue