We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5988804 commit 0d27bb5Copy full SHA for 0d27bb5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "functionscript",
3
- "version": "1.4.0",
+ "version": "1.5.0",
4
"description": "A language and specification for turning JavaScript functions into typed HTTP APIs",
5
"author": "Keith Horwood <[email protected]>",
6
"main": "index.js",
@@ -10,7 +10,7 @@
10
},
11
"dependencies": {
12
"babylon": "^6.16.1",
13
- "keyql": "^0.1.4",
+ "keyql": "^0.2.0",
14
"minimatch": "^3.0.4",
15
"uuid": "^3.0.1"
16
0 commit comments