abckit 0.0.50 → 0.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.mjs +6 -2
- package/package.json +1 -1
package/dist/module.mjs
CHANGED
|
@@ -113,7 +113,7 @@ const NPM_TS_PATHS = {
|
|
|
113
113
|
"abckit/lib": ["./node_modules/abckit/runtime/utils"]
|
|
114
114
|
};
|
|
115
115
|
const H3_TYPE_TEMPLATE = `
|
|
116
|
-
declare module 'h3' {
|
|
116
|
+
declare module 'nitro/h3' {
|
|
117
117
|
interface H3EventContext {
|
|
118
118
|
auth: {
|
|
119
119
|
user: {
|
|
@@ -468,7 +468,11 @@ const module$1 = defineNuxtModule({
|
|
|
468
468
|
defaults: {
|
|
469
469
|
modules: {
|
|
470
470
|
all: false,
|
|
471
|
-
sentry: false
|
|
471
|
+
sentry: false,
|
|
472
|
+
graphql: false,
|
|
473
|
+
s3: false,
|
|
474
|
+
redis: false,
|
|
475
|
+
disk: false
|
|
472
476
|
},
|
|
473
477
|
auth: {
|
|
474
478
|
baseURL: isMobileBuild ? mobileBaseURL : void 0,
|