mirror of
https://github.com/strapi/strapi.git
synced 2025-10-19 03:49:45 +00:00
v3.0.0-alpha.1
This commit is contained in:
parent
6c2cf00bbc
commit
6ce1bbe69c
34
.travis.yml
34
.travis.yml
@ -11,13 +11,43 @@ before_install:
|
|||||||
- sh -e /etc/init.d/xvfb start
|
- sh -e /etc/init.d/xvfb start
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cd packages/strapi-mongoose
|
- cd packages/strapi-utils
|
||||||
|
- npm link
|
||||||
|
- cd ../strapi-mongoose
|
||||||
|
- npm link strapi-utils
|
||||||
|
- npm link
|
||||||
|
- cd ../strapi-bookshelf
|
||||||
|
- npm link strapi-utils
|
||||||
|
- npm link
|
||||||
|
- cd ../strapi-generate-migrations
|
||||||
|
- npm link strapi-bookshelf
|
||||||
|
- npm link strapi-utils
|
||||||
|
- npm link
|
||||||
|
- cd ../strapi-generate
|
||||||
|
- npm link strapi-utils
|
||||||
- npm link
|
- npm link
|
||||||
- cd ../strapi-generate-admin
|
- cd ../strapi-generate-admin
|
||||||
|
- npm link strapi-utils
|
||||||
|
- npm link
|
||||||
|
- cd ../strapi-generate-api
|
||||||
|
- npm link
|
||||||
|
- cd ../strapi-generate-policy
|
||||||
|
- npm link
|
||||||
|
- cd ../strapi-generate-service
|
||||||
|
- npm link
|
||||||
|
- cd ../strapi-generate-new
|
||||||
|
- npm link strapi-utils
|
||||||
- npm link
|
- npm link
|
||||||
- cd ../strapi
|
- cd ../strapi
|
||||||
- npm link strapi-mongoose
|
- npm link strapi-generate-new
|
||||||
|
- npm link strapi-generate
|
||||||
- npm link strapi-generate-admin
|
- npm link strapi-generate-admin
|
||||||
|
- npm link strapi-generate-api
|
||||||
|
- npm link strapi-generate-policy
|
||||||
|
- npm link strapi-generate-service
|
||||||
|
- npm link strapi-generate-migrations
|
||||||
|
- npm link strapi-mongoose
|
||||||
|
- npm link strapi-utils
|
||||||
- npm install
|
- npm install
|
||||||
- cd ./node_modules/koa-joi-router
|
- cd ./node_modules/koa-joi-router
|
||||||
- sed -i.bu 's/await-busboy/co-busboy/' joi-router.js
|
- sed -i.bu 's/await-busboy/co-busboy/' joi-router.js
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-bookshelf",
|
"name": "strapi-bookshelf",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"description": "Bookshelf hook for the Strapi framework",
|
"description": "Bookshelf hook for the Strapi framework",
|
||||||
"homepage": "http://strapi.io",
|
"homepage": "http://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"bookshelf": "~0.10.0",
|
"bookshelf": "~0.10.0",
|
||||||
"lodash": "^4.16.5",
|
"lodash": "^4.16.5",
|
||||||
"pluralize": "~3.0.0",
|
"pluralize": "~3.0.0",
|
||||||
"strapi-utils": "~2.0.0"
|
"strapi-utils": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"strapi": {
|
"strapi": {
|
||||||
"isHook": true,
|
"isHook": true,
|
||||||
@ -50,7 +50,7 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 4.0.0",
|
"node": ">= 7.0.0",
|
||||||
"npm": ">= 3.0.0"
|
"npm": ">= 3.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-generate-admin",
|
"name": "strapi-generate-admin",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"description": "Generate the default admin panel for a Strapi application.",
|
"description": "Generate the default admin panel for a Strapi application.",
|
||||||
"homepage": "http://strapi.io",
|
"homepage": "http://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -15,7 +15,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fs-extra": "~0.30.0",
|
"fs-extra": "~0.30.0",
|
||||||
"lodash": "^4.16.5",
|
"lodash": "^4.16.5",
|
||||||
"strapi-utils": "~2.0.0"
|
"strapi-utils": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish": "npm prune",
|
"prepublish": "npm prune",
|
||||||
@ -40,5 +40,9 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 7.0.0",
|
||||||
|
"npm": ">= 3.0.0"
|
||||||
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-generate-api",
|
"name": "strapi-generate-api",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"description": "Generate an API for a Strapi application.",
|
"description": "Generate an API for a Strapi application.",
|
||||||
"homepage": "http://strapi.io",
|
"homepage": "http://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -38,5 +38,9 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 7.0.0",
|
||||||
|
"npm": ">= 3.0.0"
|
||||||
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-generate-controller",
|
"name": "strapi-generate-controller",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"description": "Generate a controller for a Strapi API.",
|
"description": "Generate a controller for a Strapi API.",
|
||||||
"homepage": "http://strapi.io",
|
"homepage": "http://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -38,5 +38,9 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 7.0.0",
|
||||||
|
"npm": ">= 3.0.0"
|
||||||
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-generate-migrations",
|
"name": "strapi-generate-migrations",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"description": "Generate migration files for a Strapi application.",
|
"description": "Generate migration files for a Strapi application.",
|
||||||
"homepage": "http://strapi.io",
|
"homepage": "http://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -23,8 +23,8 @@
|
|||||||
"knex": "^0.12.6",
|
"knex": "^0.12.6",
|
||||||
"lodash": "^4.16.5",
|
"lodash": "^4.16.5",
|
||||||
"pluralize": "^3.0.0",
|
"pluralize": "^3.0.0",
|
||||||
"strapi-bookshelf": "~2.0.0",
|
"strapi-bookshelf": "^3.0.0-alpha.1",
|
||||||
"strapi-utils": "~2.0.0"
|
"strapi-utils": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish": "npm prune"
|
"prepublish": "npm prune"
|
||||||
@ -48,5 +48,9 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 7.0.0",
|
||||||
|
"npm": ">= 3.0.0"
|
||||||
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-generate-model",
|
"name": "strapi-generate-model",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"description": "Generate a model for a Strapi API.",
|
"description": "Generate a model for a Strapi API.",
|
||||||
"homepage": "http://strapi.io",
|
"homepage": "http://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -38,5 +38,9 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 7.0.0",
|
||||||
|
"npm": ">= 3.0.0"
|
||||||
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-generate-new",
|
"name": "strapi-generate-new",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"description": "Generate a new Strapi application.",
|
"description": "Generate a new Strapi application.",
|
||||||
"homepage": "http://strapi.io",
|
"homepage": "http://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -15,7 +15,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fs-extra": "~0.30.0",
|
"fs-extra": "~0.30.0",
|
||||||
"lodash": "^4.16.5",
|
"lodash": "^4.16.5",
|
||||||
"strapi-utils": "~2.0.0"
|
"strapi-utils": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish": "npm prune"
|
"prepublish": "npm prune"
|
||||||
@ -39,5 +39,9 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 7.0.0",
|
||||||
|
"npm": ">= 3.0.0"
|
||||||
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-generate-policy",
|
"name": "strapi-generate-policy",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"description": "Generate a policy for a Strapi API.",
|
"description": "Generate a policy for a Strapi API.",
|
||||||
"homepage": "http://strapi.io",
|
"homepage": "http://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -38,5 +38,9 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 7.0.0",
|
||||||
|
"npm": ">= 3.0.0"
|
||||||
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-generate-service",
|
"name": "strapi-generate-service",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"description": "Generate a service for a Strapi API.",
|
"description": "Generate a service for a Strapi API.",
|
||||||
"homepage": "http://strapi.io",
|
"homepage": "http://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -38,5 +38,9 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 7.0.0",
|
||||||
|
"npm": ">= 3.0.0"
|
||||||
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-generate",
|
"name": "strapi-generate",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"description": "Master of ceremonies for the Strapi generators.",
|
"description": "Master of ceremonies for the Strapi generators.",
|
||||||
"homepage": "http://strapi.io",
|
"homepage": "http://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"fs-extra": "~0.30.0",
|
"fs-extra": "~0.30.0",
|
||||||
"lodash": "^4.16.5",
|
"lodash": "^4.16.5",
|
||||||
"reportback": "^2.0.1",
|
"reportback": "^2.0.1",
|
||||||
"strapi-utils": "~2.0.0"
|
"strapi-utils": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish": "npm prune"
|
"prepublish": "npm prune"
|
||||||
@ -41,5 +41,9 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 7.0.0",
|
||||||
|
"npm": ">= 3.0.0"
|
||||||
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-knex",
|
"name": "strapi-knex",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"description": "Knex hook for the Strapi framework",
|
"description": "Knex hook for the Strapi framework",
|
||||||
"homepage": "http://strapi.io",
|
"homepage": "http://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -46,7 +46,7 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 4.0.0",
|
"node": ">= 7.0.0",
|
||||||
"npm": ">= 3.0.0"
|
"npm": ">= 3.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-mongoose",
|
"name": "strapi-mongoose",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"description": "Mongoose hook for the Strapi framework",
|
"description": "Mongoose hook for the Strapi framework",
|
||||||
"homepage": "http://strapi.io",
|
"homepage": "http://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -20,7 +20,7 @@
|
|||||||
"mongoose-double": "0.0.1",
|
"mongoose-double": "0.0.1",
|
||||||
"mongoose-float": "^1.0.2",
|
"mongoose-float": "^1.0.2",
|
||||||
"pluralize": "~3.0.0",
|
"pluralize": "~3.0.0",
|
||||||
"strapi-utils": "~2.0.0"
|
"strapi-utils": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"strapi": {
|
"strapi": {
|
||||||
"isHook": true
|
"isHook": true
|
||||||
@ -48,7 +48,7 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 4.0.0",
|
"node": ">= 7.0.0",
|
||||||
"npm": ">= 3.0.0"
|
"npm": ">= 3.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-utils",
|
"name": "strapi-utils",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"description": "Shared utilities for the Strapi packages",
|
"description": "Shared utilities for the Strapi packages",
|
||||||
"homepage": "http://strapi.io",
|
"homepage": "http://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -46,7 +46,7 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 4.0.0",
|
"node": ">= 7.0.0",
|
||||||
"npm": ">= 3.0.0"
|
"npm": ">= 3.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi",
|
"name": "strapi",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"description": "Build powerful back-end with no effort",
|
"description": "Build powerful back-end with no effort",
|
||||||
"homepage": "http://strapi.io",
|
"homepage": "http://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -60,14 +60,14 @@
|
|||||||
"lodash": "^4.16.5",
|
"lodash": "^4.16.5",
|
||||||
"node-schedule": "^1.2.0",
|
"node-schedule": "^1.2.0",
|
||||||
"socket.io": "^1.5.1",
|
"socket.io": "^1.5.1",
|
||||||
"strapi-generate": "~2.0.0",
|
"strapi-generate": "^3.0.0-alpha.1",
|
||||||
"strapi-generate-admin": "~2.0.0",
|
"strapi-generate-admin": "^3.0.0-alpha.1",
|
||||||
"strapi-generate-api": "~2.0.0",
|
"strapi-generate-api": "^3.0.0-alpha.1",
|
||||||
"strapi-generate-new": "~2.0.0",
|
"strapi-generate-new": "^3.0.0-alpha.1",
|
||||||
"strapi-generate-policy": "~2.0.0",
|
"strapi-generate-policy": "^3.0.0-alpha.1",
|
||||||
"strapi-generate-service": "~2.0.0",
|
"strapi-generate-service": "^3.0.0-alpha.1",
|
||||||
"strapi-mongoose": "~2.0.0",
|
"strapi-mongoose": "^3.0.0-alpha.1",
|
||||||
"strapi-utils": "~2.0.0"
|
"strapi-utils": "^3.0.0-alpha.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish": "npm prune"
|
"prepublish": "npm prune"
|
||||||
@ -92,7 +92,7 @@
|
|||||||
"url": "https://github.com/strapi/strapi/issues"
|
"url": "https://github.com/strapi/strapi/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 4.0.0",
|
"node": ">= 7.0.0",
|
||||||
"npm": ">= 3.0.0"
|
"npm": ">= 3.0.0"
|
||||||
},
|
},
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user