forked from strapi/strapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6bac0c9
commit bd0cc2c
Showing
63 changed files
with
211 additions
and
481 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. | ||
version: v1.12.0 | ||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date | ||
ignore: | ||
shelljs: | ||
- '*': | ||
reason: testing | ||
expires: 2019-01-04T14:31:33.160Z | ||
patch: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
{ | ||
"version": "0.0.0", | ||
"packages": ["packages/*", "examples/*"], | ||
"version": "3.0.0-beta.0", | ||
"packages": [ | ||
"packages/*", | ||
"examples/*" | ||
], | ||
"npmClient": "yarn", | ||
"useWorkspaces": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "strapi-generate-admin", | ||
"version": "3.0.0-alpha.26", | ||
"version": "3.0.0-beta.0", | ||
"description": "Generate the default admin panel for a Strapi application.", | ||
"homepage": "http://strapi.io", | ||
"keywords": [ | ||
|
@@ -19,8 +19,8 @@ | |
"fs-extra": "^4.0.1", | ||
"lodash": "^4.17.5", | ||
"shelljs": "^0.7.8", | ||
"strapi-admin": "3.0.0-alpha.26", | ||
"strapi-utils": "3.0.0-alpha.26" | ||
"strapi-admin": "^3.0.0-beta.0", | ||
"strapi-utils": "^3.0.0-beta.0" | ||
}, | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -46,4 +46,4 @@ | |
"npm": ">= 6.0.0" | ||
}, | ||
"license": "MIT" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "strapi-generate-api", | ||
"version": "3.0.0-alpha.26", | ||
"version": "3.0.0-beta.0", | ||
"description": "Generate an API for a Strapi application.", | ||
"homepage": "http://strapi.io", | ||
"keywords": [ | ||
|
@@ -17,8 +17,7 @@ | |
"pluralize": "^6.0.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"no tests yet\"", | ||
"prepublishOnly": "npm prune" | ||
"test": "echo \"no tests yet\"" | ||
}, | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -44,4 +43,4 @@ | |
"npm": ">= 6.0.0" | ||
}, | ||
"license": "MIT" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "strapi-generate-controller", | ||
"version": "3.0.0-alpha.26", | ||
"version": "3.0.0-beta.0", | ||
"description": "Generate a controller for a Strapi API.", | ||
"homepage": "http://strapi.io", | ||
"keywords": [ | ||
|
@@ -17,8 +17,7 @@ | |
"lodash": "^4.17.5" | ||
}, | ||
"scripts": { | ||
"test": "echo \"no tests yet\"", | ||
"prepublish": "npm prune" | ||
"test": "echo \"no tests yet\"" | ||
}, | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -44,4 +43,4 @@ | |
"npm": ">= 6.0.0" | ||
}, | ||
"license": "MIT" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "strapi-generate-model", | ||
"version": "3.0.0-alpha.26", | ||
"version": "3.0.0-beta.0", | ||
"description": "Generate a model for a Strapi API.", | ||
"homepage": "http://strapi.io", | ||
"keywords": [ | ||
|
@@ -14,11 +14,11 @@ | |
"lib": "./lib" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.5" | ||
"lodash": "^4.17.5", | ||
"pluralize": "^7.0.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"no tests yet\"", | ||
"prepublish": "npm prune" | ||
"test": "echo \"no tests yet\"" | ||
}, | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -44,4 +44,4 @@ | |
"npm": ">= 6.0.0" | ||
}, | ||
"license": "MIT" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "strapi-generate-new", | ||
"version": "3.0.0-alpha.26", | ||
"version": "3.0.0-beta.0", | ||
"description": "Generate a new Strapi application.", | ||
"homepage": "http://strapi.io", | ||
"keywords": [ | ||
|
@@ -21,12 +21,11 @@ | |
"ora": "^2.1.0", | ||
"request": "^2.88.0", | ||
"shelljs": "^0.7.8", | ||
"strapi-utils": "3.0.0-alpha.26", | ||
"strapi-utils": "^3.0.0-beta.0", | ||
"uuid": "^3.1.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"no tests yet\"", | ||
"prepublishOnly": "npm prune" | ||
"test": "echo \"no tests yet\"" | ||
}, | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -52,4 +51,4 @@ | |
"npm": ">= 6.0.0" | ||
}, | ||
"license": "MIT" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "strapi-generate-plugin", | ||
"version": "3.0.0-alpha.26", | ||
"version": "3.0.0-beta.0", | ||
"description": "Generate an plugin for a Strapi application.", | ||
"homepage": "http://strapi.io", | ||
"keywords": [ | ||
|
@@ -14,12 +14,10 @@ | |
}, | ||
"dependencies": { | ||
"fs-extra": "^4.0.0", | ||
"lodash": "^4.17.5", | ||
"pluralize": "^6.0.0" | ||
"lodash": "^4.17.5" | ||
}, | ||
"scripts": { | ||
"test": "echo \"no tests yet\"", | ||
"prepublishOnly": "npm prune" | ||
"test": "echo \"no tests yet\"" | ||
}, | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -45,4 +43,4 @@ | |
"npm": ">= 6.0.0" | ||
}, | ||
"license": "MIT" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "strapi-generate-policy", | ||
"version": "3.0.0-alpha.26", | ||
"version": "3.0.0-beta.0", | ||
"description": "Generate a policy for a Strapi API.", | ||
"homepage": "http://strapi.io", | ||
"keywords": [ | ||
|
@@ -17,8 +17,7 @@ | |
"lodash": "^4.17.5" | ||
}, | ||
"scripts": { | ||
"test": "echo \"no tests yet\"", | ||
"prepublishOnly": "npm prune" | ||
"test": "echo \"no tests yet\"" | ||
}, | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -44,4 +43,4 @@ | |
"npm": ">= 6.0.0" | ||
}, | ||
"license": "MIT" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "strapi-generate-service", | ||
"version": "3.0.0-alpha.26", | ||
"version": "3.0.0-beta.0", | ||
"description": "Generate a service for a Strapi API.", | ||
"homepage": "http://strapi.io", | ||
"keywords": [ | ||
|
@@ -17,8 +17,7 @@ | |
"lodash": "^4.17.5" | ||
}, | ||
"scripts": { | ||
"test": "echo \"no tests yet\"", | ||
"prepublishOnly": "npm prune" | ||
"test": "echo \"no tests yet\"" | ||
}, | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -44,4 +43,4 @@ | |
"npm": ">= 6.0.0" | ||
}, | ||
"license": "MIT" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.