Comparing version 1.0.0 to 1.0.1
1.0.1 / 2016-09-12 | ||
================== | ||
* docs: replace parameter url (#5) | ||
1.0.0 / 2016-08-11 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "egg-rest", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Restful API plugin for egg", | ||
@@ -10,4 +10,5 @@ "eggPlugin": { | ||
"scripts": { | ||
"lint": "eslint . --fix", | ||
"test": "egg-bin test", | ||
"lint": "eslint .", | ||
"test": "npm run lint -- --fix && npm run test-local", | ||
"test-local": "egg-bin test", | ||
"cov": "egg-bin cov", | ||
@@ -44,11 +45,11 @@ "ci": "npm run lint && npm run cov", | ||
"devDependencies": { | ||
"autod": "^2.7.0", | ||
"egg": "^0.0.6", | ||
"egg-bin": "^1.2.0", | ||
"autod": "^2.7.1", | ||
"egg": "^0.2.0", | ||
"egg-bin": "^1.3.0", | ||
"egg-ci": "^1.0.2", | ||
"egg-mock": "^0.0.3", | ||
"eslint": "^3.2.2", | ||
"egg-mock": "^0.0.4", | ||
"eslint": "^3.5.0", | ||
"eslint-config-egg": "^3.1.0", | ||
"pedding": "^1.0.0", | ||
"should": "^11.0.0", | ||
"should": "^11.1.0", | ||
"supertest": "^2.0.0" | ||
@@ -55,0 +56,0 @@ }, |
@@ -638,3 +638,3 @@ # egg-rest | ||
For more details of validating rules, see [parameter](http://web.npm.alibaba-inc.com/package/parameter). | ||
For more details of validating rules, see [parameter](https://github.com/node-modules/parameter). | ||
@@ -641,0 +641,0 @@ ### `createRule` 和 `updateRule` |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
32499
1