@noony-serverless/core 0.4.5 → 0.5.1

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.
@@ -6,5 +6,5 @@ export { asString, asStringArray, asNumber, asBoolean, } from './query-param.uti
6
6
  export { isPubSubMessage, extractTraceContext, injectTraceContext, createParentContext, type PubSubMessage, type TraceContext, } from './pubsub-trace.utils';
7
7
  export { createOTELMixin, getOTELContext, getOTELContextFromSpan, getOTELContextFromContext, formatTraceIdForCloudLogging, createCloudLoggingEntry, isOTELActive, isOTELInstalled, type OTELLogContext, } from './otel.helper';
8
8
  export { createHttpFunction, wrapNoonyHandler } from './wrapper-utils';
9
- export { createFastifyHandler, extractAndStoreRequestBody, } from './fastify-wrapper';
9
+ export { createFastifyHandler, extractAndStoreRequestBody, CloudFunctionRequest, } from './fastify-wrapper';
10
10
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noony-serverless/core",
3
- "version": "0.4.5",
3
+ "version": "0.5.1",
4
4
  "description": "A Middy base framework compatible with Firebase and GCP Cloud Functions with TypeScript",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",