@netlify/functions
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -0,1 +1,2 @@ | ||
import type { getNetlifyGlobal } from '@netlify/serverless-functions-api'; | ||
export { builder } from './lib/builder.js'; | ||
@@ -5,1 +6,4 @@ export { schedule } from './lib/schedule.js'; | ||
export * from './function/index.js'; | ||
declare global { | ||
const Netlify: ReturnType<typeof getNetlifyGlobal>; | ||
} |
@@ -5,3 +5,3 @@ { | ||
"types": "./dist/main.d.ts", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "JavaScript utilities for Netlify Functions", | ||
@@ -8,0 +8,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18489
25
343