@mohasinac/appkit 2.7.6 → 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.
@@ -108,8 +108,17 @@ export function defineNextConfig(override = {}) {
108
108
  "./node_modules/duplexify/**",
109
109
  "./node_modules/uuid/**",
110
110
  "./node_modules/lodash.camelcase/**",
111
- // Transitive deps of gaxios / duplexify / retry-request / https-proxy-agent
112
- // not statically analysed by the Vercel output file tracer (dynamic requires)
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).
113
122
  "./node_modules/is-stream/**",
114
123
  "./node_modules/extend/**",
115
124
  "./node_modules/https-proxy-agent/**",
@@ -138,6 +147,52 @@ export function defineNextConfig(override = {}) {
138
147
  "./node_modules/mime-types/**",
139
148
  "./node_modules/mime-db/**",
140
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/**",
141
196
  ],
142
197
  };
143
198
  const mergedOutputFileTracingIncludes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mohasinac/appkit",
3
- "version": "2.7.6",
3
+ "version": "2.7.7",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"