@mohasinac/appkit 2.7.5 → 2.7.7
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/configs/next.js +81 -1
- package/package.json +1 -1
package/dist/configs/next.js
CHANGED
|
@@ -108,11 +108,91 @@ export function defineNextConfig(override = {}) {
|
|
|
108
108
|
"./node_modules/duplexify/**",
|
|
109
109
|
"./node_modules/uuid/**",
|
|
110
110
|
"./node_modules/lodash.camelcase/**",
|
|
111
|
-
//
|
|
111
|
+
// Firebase client SDK scoped packages (RTDB, util, component, logger)
|
|
112
|
+
"./node_modules/@firebase/**",
|
|
113
|
+
// OpenTelemetry (used by google-gax for tracing)
|
|
114
|
+
"./node_modules/@opentelemetry/**",
|
|
115
|
+
// @fastify/busboy (multipart — used by firebase-admin storage)
|
|
116
|
+
"./node_modules/@fastify/**",
|
|
117
|
+
// @nodable/entities (XML entity encoding in fast-xml-parser)
|
|
118
|
+
"./node_modules/@nodable/**",
|
|
119
|
+
// Transitive deps of gaxios / duplexify / abort-controller / retry-request
|
|
120
|
+
// not statically analysed by the Vercel output file tracer (dynamic requires).
|
|
121
|
+
// Generated by full recursive dep scan (2026-05-14).
|
|
112
122
|
"./node_modules/is-stream/**",
|
|
113
123
|
"./node_modules/extend/**",
|
|
114
124
|
"./node_modules/https-proxy-agent/**",
|
|
115
125
|
"./node_modules/agent-base/**",
|
|
126
|
+
"./node_modules/readable-stream/**",
|
|
127
|
+
"./node_modules/inherits/**",
|
|
128
|
+
"./node_modules/debug/**",
|
|
129
|
+
"./node_modules/ms/**",
|
|
130
|
+
"./node_modules/end-of-stream/**",
|
|
131
|
+
"./node_modules/once/**",
|
|
132
|
+
"./node_modules/wrappy/**",
|
|
133
|
+
"./node_modules/stream-shift/**",
|
|
134
|
+
"./node_modules/stream-events/**",
|
|
135
|
+
"./node_modules/safe-buffer/**",
|
|
136
|
+
"./node_modules/string_decoder/**",
|
|
137
|
+
"./node_modules/util-deprecate/**",
|
|
138
|
+
"./node_modules/teeny-request/**",
|
|
139
|
+
"./node_modules/http-proxy-agent/**",
|
|
140
|
+
"./node_modules/gcp-metadata/**",
|
|
141
|
+
"./node_modules/json-bigint/**",
|
|
142
|
+
"./node_modules/stubs/**",
|
|
143
|
+
"./node_modules/form-data/**",
|
|
144
|
+
"./node_modules/combined-stream/**",
|
|
145
|
+
"./node_modules/delayed-stream/**",
|
|
146
|
+
"./node_modules/asynckit/**",
|
|
147
|
+
"./node_modules/mime-types/**",
|
|
148
|
+
"./node_modules/mime-db/**",
|
|
149
|
+
"./node_modules/google-logging-utils/**",
|
|
150
|
+
"./node_modules/event-target-shim/**",
|
|
151
|
+
"./node_modules/faye-websocket/**",
|
|
152
|
+
"./node_modules/websocket-driver/**",
|
|
153
|
+
"./node_modules/websocket-extensions/**",
|
|
154
|
+
"./node_modules/http-parser-js/**",
|
|
155
|
+
"./node_modules/functional-red-black-tree/**",
|
|
156
|
+
"./node_modules/fast-xml-parser/**",
|
|
157
|
+
"./node_modules/fast-xml-builder/**",
|
|
158
|
+
"./node_modules/strnum/**",
|
|
159
|
+
"./node_modules/html-entities/**",
|
|
160
|
+
"./node_modules/jose/**",
|
|
161
|
+
"./node_modules/jsonwebtoken/**",
|
|
162
|
+
"./node_modules/jwa/**",
|
|
163
|
+
"./node_modules/jwks-rsa/**",
|
|
164
|
+
"./node_modules/lru-memoizer/**",
|
|
165
|
+
"./node_modules/limiter/**",
|
|
166
|
+
"./node_modules/node-forge/**",
|
|
167
|
+
"./node_modules/lru-cache/**",
|
|
168
|
+
"./node_modules/yallist/**",
|
|
169
|
+
"./node_modules/async-retry/**",
|
|
170
|
+
"./node_modules/retry/**",
|
|
171
|
+
"./node_modules/p-limit/**",
|
|
172
|
+
"./node_modules/yocto-queue/**",
|
|
173
|
+
"./node_modules/arrify/**",
|
|
174
|
+
"./node_modules/semver/**",
|
|
175
|
+
"./node_modules/fast-deep-equal/**",
|
|
176
|
+
"./node_modules/tslib/**",
|
|
177
|
+
"./node_modules/base64-js/**",
|
|
178
|
+
"./node_modules/bignumber.js/**",
|
|
179
|
+
"./node_modules/farmhash-modern/**",
|
|
180
|
+
"./node_modules/mime/**",
|
|
181
|
+
"./node_modules/punycode/**",
|
|
182
|
+
"./node_modules/whatwg-url/**",
|
|
183
|
+
"./node_modules/tr46/**",
|
|
184
|
+
"./node_modules/webidl-conversions/**",
|
|
185
|
+
"./node_modules/path-expression-matcher/**",
|
|
186
|
+
"./node_modules/ecdsa-sig-formatter/**",
|
|
187
|
+
"./node_modules/buffer-equal-constant-time/**",
|
|
188
|
+
"./node_modules/lodash.clonedeep/**",
|
|
189
|
+
"./node_modules/lodash.includes/**",
|
|
190
|
+
"./node_modules/lodash.isboolean/**",
|
|
191
|
+
"./node_modules/lodash.isinteger/**",
|
|
192
|
+
"./node_modules/lodash.isnumber/**",
|
|
193
|
+
"./node_modules/lodash.isplainobject/**",
|
|
194
|
+
"./node_modules/lodash.isstring/**",
|
|
195
|
+
"./node_modules/lodash.once/**",
|
|
116
196
|
],
|
|
117
197
|
};
|
|
118
198
|
const mergedOutputFileTracingIncludes = {
|