Skip to content

Commit f18c3e5

Browse files
authored
increase version to 1.5.1 (#272)
1 parent 722b7d4 commit f18c3e5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "durable-functions",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Durable Functions library for Node.js Azure Functions",
55
"license": "MIT",
66
"repository": {
@@ -40,6 +40,7 @@
4040
"dependencies": {
4141
"@azure/functions": "^1.2.3",
4242
"@types/lodash": "^4.14.119",
43+
"@types/node": "10.14.2",
4344
"@types/uuid": "~3.4.4",
4445
"@types/validator": "^9.4.3",
4546
"axios": "^0.21.1",
@@ -49,8 +50,7 @@
4950
"rimraf": "~2.5.4",
5051
"typedoc": "^0.17.1",
5152
"uuid": "~3.3.2",
52-
"validator": "~10.8.0",
53-
"@types/node": "10.14.2"
53+
"validator": "~10.8.0"
5454
},
5555
"devDependencies": {
5656
"@types/chai": "~4.1.6",

0 commit comments

Comments
 (0)