@easy-breezy/generator-api
Advanced tools
Comparing version 2.0.17 to 2.0.18
@@ -13,3 +13,3 @@ import ts from 'typescript'; | ||
let returnObject = [ | ||
ts.factory.createPropertyAssignment(ts.factory.createIdentifier('method'), ts.factory.createStringLiteral(options.method)) | ||
ts.factory.createPropertyAssignment(ts.factory.createIdentifier('method'), ts.factory.createStringLiteral(options.method.toUpperCase())) | ||
]; | ||
@@ -16,0 +16,0 @@ if (['put', 'post', 'delete', 'patch'].includes(options.method)) { |
{ | ||
"name": "@easy-breezy/generator-api", | ||
"version": "2.0.17", | ||
"version": "2.0.18", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
64826