azure-functions-ts-essentials
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -1,2 +0,2 @@ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t(e.azureFunctionsTsEssentials=e.azureFunctionsTsEssentials||{})}(this,function(e){"use strict";!function(e){e.Missing="missing",e.MissingField="missing_field",e.Invalid="invalid",e.AlreadyExists="already_exists"}(e.ErrorType||(e.ErrorType={})),function(e){e.Get="GET",e.Post="POST",e.Delete="DELETE",e.Head="HEAD",e.Patch="PATCH",e.Put="PUT",e.Options="OPTIONS",e.Trace="TRACE"}(e.HttpMethod||(e.HttpMethod={})),function(e){e[e.Continue=100]="Continue",e[e.SwitchingProtocols=101]="SwitchingProtocols",e[e.OK=200]="OK",e[e.Created=201]="Created",e[e.Accepted=202]="Accepted",e[e.NonAuthoritativeInformation=203]="NonAuthoritativeInformation",e[e.NoContent=204]="NoContent",e[e.ResetContent=205]="ResetContent",e[e.PartialContent=206]="PartialContent",e[e.MultipleChoices=300]="MultipleChoices",e[e.Ambiguous=300]="Ambiguous",e[e.MovedPermanently=301]="MovedPermanently",e[e.Moved=301]="Moved",e[e.Found=302]="Found",e[e.Redirect=302]="Redirect",e[e.SeeOther=303]="SeeOther",e[e.RedirectMethod=303]="RedirectMethod",e[e.NotModified=304]="NotModified",e[e.UseProxy=305]="UseProxy",e[e.Unused=306]="Unused",e[e.TemporaryRedirect=307]="TemporaryRedirect",e[e.RedirectKeepVerb=307]="RedirectKeepVerb",e[e.BadRequest=400]="BadRequest",e[e.Unauthorized=401]="Unauthorized",e[e.PaymentRequired=402]="PaymentRequired",e[e.Forbidden=403]="Forbidden",e[e.NotFound=404]="NotFound",e[e.MethodNotAllowed=405]="MethodNotAllowed",e[e.NotAcceptable=406]="NotAcceptable",e[e.ProxyAuthenticationRequired=407]="ProxyAuthenticationRequired",e[e.RequestTimeout=408]="RequestTimeout",e[e.Conflict=409]="Conflict",e[e.Gone=410]="Gone",e[e.LengthRequired=411]="LengthRequired",e[e.PreconditionFailed=412]="PreconditionFailed",e[e.RequestEntityTooLarge=413]="RequestEntityTooLarge",e[e.RequestUriTooLong=414]="RequestUriTooLong",e[e.UnsupportedMediaType=415]="UnsupportedMediaType",e[e.RequestedRangeNotSatisfiable=416]="RequestedRangeNotSatisfiable",e[e.ExpectationFailed=417]="ExpectationFailed",e[e.UnprocessableEntity=422]="UnprocessableEntity",e[e.UpgradeRequired=426]="UpgradeRequired",e[e.InternalServerError=500]="InternalServerError",e[e.NotImplemented=501]="NotImplemented",e[e.BadGateway=502]="BadGateway",e[e.ServiceUnavailable=503]="ServiceUnavailable",e[e.GatewayTimeout=504]="GatewayTimeout",e[e.HttpVersionNotSupported=505]="HttpVersionNotSupported"}(e.HttpStatusCode||(e.HttpStatusCode={})),Object.defineProperty(e,"__esModule",{value:!0})}); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t(e.azureFunctionsTsEssentials=e.azureFunctionsTsEssentials||{})}(this,function(e){"use strict";var t,o,i;(t=e.ErrorType||(e.ErrorType={})).Missing="missing",t.MissingField="missing_field",t.Invalid="invalid",t.AlreadyExists="already_exists",(o=e.HttpMethod||(e.HttpMethod={})).Get="GET",o.Post="POST",o.Delete="DELETE",o.Head="HEAD",o.Patch="PATCH",o.Put="PUT",o.Options="OPTIONS",o.Trace="TRACE",(i=e.HttpStatusCode||(e.HttpStatusCode={}))[i.Continue=100]="Continue",i[i.SwitchingProtocols=101]="SwitchingProtocols",i[i.OK=200]="OK",i[i.Created=201]="Created",i[i.Accepted=202]="Accepted",i[i.NonAuthoritativeInformation=203]="NonAuthoritativeInformation",i[i.NoContent=204]="NoContent",i[i.ResetContent=205]="ResetContent",i[i.PartialContent=206]="PartialContent",i[i.MultipleChoices=300]="MultipleChoices",i[i.Ambiguous=300]="Ambiguous",i[i.MovedPermanently=301]="MovedPermanently",i[i.Moved=301]="Moved",i[i.Found=302]="Found",i[i.Redirect=302]="Redirect",i[i.SeeOther=303]="SeeOther",i[i.RedirectMethod=303]="RedirectMethod",i[i.NotModified=304]="NotModified",i[i.UseProxy=305]="UseProxy",i[i.Unused=306]="Unused",i[i.TemporaryRedirect=307]="TemporaryRedirect",i[i.RedirectKeepVerb=307]="RedirectKeepVerb",i[i.BadRequest=400]="BadRequest",i[i.Unauthorized=401]="Unauthorized",i[i.PaymentRequired=402]="PaymentRequired",i[i.Forbidden=403]="Forbidden",i[i.NotFound=404]="NotFound",i[i.MethodNotAllowed=405]="MethodNotAllowed",i[i.NotAcceptable=406]="NotAcceptable",i[i.ProxyAuthenticationRequired=407]="ProxyAuthenticationRequired",i[i.RequestTimeout=408]="RequestTimeout",i[i.Conflict=409]="Conflict",i[i.Gone=410]="Gone",i[i.LengthRequired=411]="LengthRequired",i[i.PreconditionFailed=412]="PreconditionFailed",i[i.RequestEntityTooLarge=413]="RequestEntityTooLarge",i[i.RequestUriTooLong=414]="RequestUriTooLong",i[i.UnsupportedMediaType=415]="UnsupportedMediaType",i[i.RequestedRangeNotSatisfiable=416]="RequestedRangeNotSatisfiable",i[i.ExpectationFailed=417]="ExpectationFailed",i[i.UnprocessableEntity=422]="UnprocessableEntity",i[i.UpgradeRequired=426]="UpgradeRequired",i[i.InternalServerError=500]="InternalServerError",i[i.NotImplemented=501]="NotImplemented",i[i.BadGateway=502]="BadGateway",i[i.ServiceUnavailable=503]="ServiceUnavailable",i[i.GatewayTimeout=504]="GatewayTimeout",i[i.HttpVersionNotSupported=505]="HttpVersionNotSupported",Object.defineProperty(e,"__esModule",{value:!0})}); | ||
//# sourceMappingURL=azure-functions-ts-essentials.umd.min.js.map |
{ | ||
"name": "azure-functions-ts-essentials", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Essential interfaces and tools for backend development on Azure Functions with TypeScript", | ||
@@ -27,3 +27,3 @@ "repository": { | ||
"ci:after": "greenkeeper-lockfile-upload", | ||
"lint": "tslint -p ./tslint.json --force", | ||
"lint": "tslint -p ./tsconfig.json --force", | ||
"test": "jest --coverage --colors", | ||
@@ -38,20 +38,20 @@ "test:ci": "jest --ci --coverage --colors", | ||
"devDependencies": { | ||
"@types/jest": "~21.1.8", | ||
"@types/node": "~8.0.53", | ||
"@types/jest": "~22.2.3", | ||
"@types/node": "~10.0.9", | ||
"rimraf": "~2.6.2", | ||
"ts-node": "~3.3.0", | ||
"ts-node": "~6.0.3", | ||
"glob": "~7.1.2", | ||
"camelcase": "~4.1.0", | ||
"camelcase": "~5.0.0", | ||
"rollup": "~0.42.0", | ||
"rollup-plugin-node-resolve": "~3.0.0", | ||
"rollup-plugin-commonjs": "~8.2.6", | ||
"rollup-plugin-node-resolve": "~3.3.0", | ||
"rollup-plugin-commonjs": "~8.3.0", | ||
"rollup-plugin-sourcemaps": "~0.4.2", | ||
"rollup-plugin-uglify": "~2.0.1", | ||
"jest": "~21.2.1", | ||
"rollup-plugin-uglify": "~3.0.0", | ||
"jest": "~22.4.3", | ||
"jest-junit-reporter": "~1.1.0", | ||
"ts-jest": "~21.2.3", | ||
"standard-version": "~4.2.0", | ||
"tslint": "~5.8.0", | ||
"backend-tslint-rules": "1.1.0", | ||
"typescript": "~2.6.2" | ||
"ts-jest": "~22.4.6", | ||
"standard-version": "~4.3.0", | ||
"tslint": "~5.10.0", | ||
"backend-tslint-rules": "1.3.0", | ||
"typescript": "~2.8.3" | ||
}, | ||
@@ -65,3 +65,2 @@ "jest": { | ||
], | ||
"mapCoverage": true, | ||
"moduleFileExtensions": [ | ||
@@ -77,5 +76,6 @@ "ts", | ||
"ignore": [ | ||
"rollup" | ||
"rollup", | ||
"rollup-plugin-commonjs" | ||
] | ||
} | ||
} |
@@ -32,9 +32,14 @@ # azure-seed/azure-functions-ts-essentials [![npm version](https://badge.fury.io/js/azure-functions-ts-essentials.svg)](https://www.npmjs.com/package/azure-functions-ts-essentials) [![npm downloads](https://img.shields.io/npm/dm/azure-functions-ts-essentials.svg)](https://www.npmjs.com/package/azure-functions-ts-essentials) | ||
#### Thanks to | ||
- [JetBrains], for their support to this open source project with free [WebStorm] licenses. | ||
## <a name="license"></a> License | ||
The MIT License (MIT) | ||
Copyright (c) 2017 [Burak Tasci] | ||
Copyright (c) 2018 [Burak Tasci] | ||
[Azure Functions]: https://azure.microsoft.com/en-us/services/functions | ||
[TypeScript]: https://github.com/Microsoft/TypeScript | ||
[JetBrains]: https://www.jetbrains.com/community/opensource | ||
[WebStorm]: https://www.jetbrains.com/webstorm | ||
[Burak Tasci]: https://github.com/fulls1z3 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
75028
45
357