@netlify/functions
Advanced tools
Comparing version 0.5.0 to 0.6.0
# Changelog | ||
## [0.6.0](https://www.github.com/netlify/functions-js/compare/v0.5.0...v0.6.0) (2021-04-12) | ||
### Features | ||
* rename builder function wrapper ([#44](https://www.github.com/netlify/functions-js/issues/44)) ([3738d98](https://www.github.com/netlify/functions-js/commit/3738d98a17a538728b07758e6b8c795ac6ceb528)) | ||
## [0.5.0](https://www.github.com/netlify/functions-js/compare/v0.4.1...v0.5.0) (2021-04-08) | ||
@@ -4,0 +11,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"types": "./src/main.d.ts", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "JavaScript utilities for Netlify Functions", | ||
@@ -61,3 +61,3 @@ "files": [ | ||
"@commitlint/config-conventional": "^12.0.0", | ||
"@netlify/eslint-config-node": "^2.6.1", | ||
"@netlify/eslint-config-node": "^2.6.2", | ||
"ava": "^2.4.0", | ||
@@ -64,0 +64,0 @@ "husky": "^4.3.8", |
@@ -1,3 +0,3 @@ | ||
const { builderFunction } = require('./lib/builder_functions') | ||
const { builder } = require('./lib/builder') | ||
module.exports = { builderFunction } | ||
module.exports = { builder } |
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
11111