v3.0.0-beta.20.2

This commit is contained in:
Alexandre Bodin 2020-05-05 14:56:13 +02:00
parent c7cc0b64ac
commit a27d5f210d
36 changed files with 91 additions and 91 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "getstarted", "name": "getstarted",
"private": true, "private": true,
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "A Strapi application.", "description": "A Strapi application.",
"scripts": { "scripts": {
"develop": "strapi develop", "develop": "strapi develop",
@ -15,22 +15,22 @@
"mysql": "^2.17.1", "mysql": "^2.17.1",
"pg": "^7.10.0", "pg": "^7.10.0",
"sqlite3": "^4.0.6", "sqlite3": "^4.0.6",
"strapi": "3.0.0-beta.20.1", "strapi": "3.0.0-beta.20.2",
"strapi-admin": "3.0.0-beta.20.1", "strapi-admin": "3.0.0-beta.20.2",
"strapi-connector-bookshelf": "3.0.0-beta.20.1", "strapi-connector-bookshelf": "3.0.0-beta.20.2",
"strapi-connector-mongoose": "3.0.0-beta.20.1", "strapi-connector-mongoose": "3.0.0-beta.20.2",
"strapi-middleware-views": "3.0.0-beta.20.1", "strapi-middleware-views": "3.0.0-beta.20.2",
"strapi-plugin-content-manager": "3.0.0-beta.20.1", "strapi-plugin-content-manager": "3.0.0-beta.20.2",
"strapi-plugin-content-type-builder": "3.0.0-beta.20.1", "strapi-plugin-content-type-builder": "3.0.0-beta.20.2",
"strapi-plugin-documentation": "3.0.0-beta.20.1", "strapi-plugin-documentation": "3.0.0-beta.20.2",
"strapi-plugin-email": "3.0.0-beta.20.1", "strapi-plugin-email": "3.0.0-beta.20.2",
"strapi-plugin-graphql": "3.0.0-beta.20.1", "strapi-plugin-graphql": "3.0.0-beta.20.2",
"strapi-plugin-upload": "3.0.0-beta.20.1", "strapi-plugin-upload": "3.0.0-beta.20.2",
"strapi-plugin-users-permissions": "3.0.0-beta.20.1", "strapi-plugin-users-permissions": "3.0.0-beta.20.2",
"strapi-provider-email-mailgun": "3.0.0-beta.20.1", "strapi-provider-email-mailgun": "3.0.0-beta.20.2",
"strapi-provider-upload-aws-s3": "3.0.0-beta.20.1", "strapi-provider-upload-aws-s3": "3.0.0-beta.20.2",
"strapi-provider-upload-cloudinary": "3.0.0-beta.20.1", "strapi-provider-upload-cloudinary": "3.0.0-beta.20.2",
"strapi-utils": "3.0.0-beta.20.1" "strapi-utils": "3.0.0-beta.20.2"
}, },
"strapi": { "strapi": {
"uuid": "getstarted" "uuid": "getstarted"

View File

@ -1,5 +1,5 @@
{ {
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"packages": [ "packages": [
"packages/*", "packages/*",
"examples/*" "examples/*"

View File

@ -1,6 +1,6 @@
{ {
"name": "create-strapi-app", "name": "create-strapi-app",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Generate a new Strapi application.", "description": "Generate a new Strapi application.",
"license": "MIT", "license": "MIT",
"homepage": "http://strapi.io", "homepage": "http://strapi.io",
@ -21,7 +21,7 @@
], ],
"dependencies": { "dependencies": {
"commander": "^2.20.0", "commander": "^2.20.0",
"strapi-generate-new": "3.0.0-beta.20.1" "strapi-generate-new": "3.0.0-beta.20.2"
}, },
"scripts": { "scripts": {
"test": "echo \"no tests yet\"" "test": "echo \"no tests yet\""

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-admin", "name": "strapi-admin",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Strapi Admin", "description": "Strapi Admin",
"repository": { "repository": {
"type": "git", "type": "git",
@ -84,8 +84,8 @@
"reselect": "^4.0.0", "reselect": "^4.0.0",
"sanitize.css": "^4.1.0", "sanitize.css": "^4.1.0",
"shelljs": "^0.7.8", "shelljs": "^0.7.8",
"strapi-helper-plugin": "3.0.0-beta.20.1", "strapi-helper-plugin": "3.0.0-beta.20.2",
"strapi-utils": "3.0.0-beta.20.1", "strapi-utils": "3.0.0-beta.20.2",
"style-loader": "^0.23.1", "style-loader": "^0.23.1",
"styled-components": "^5.0.0", "styled-components": "^5.0.0",
"terser-webpack-plugin": "^1.2.3", "terser-webpack-plugin": "^1.2.3",

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-connector-bookshelf", "name": "strapi-connector-bookshelf",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Bookshelf hook for the Strapi framework", "description": "Bookshelf hook for the Strapi framework",
"homepage": "http://strapi.io", "homepage": "http://strapi.io",
"keywords": [ "keywords": [
@ -22,7 +22,7 @@
"lodash": "^4.17.11", "lodash": "^4.17.11",
"pluralize": "^7.0.0", "pluralize": "^7.0.0",
"rimraf": "3.0.0", "rimraf": "3.0.0",
"strapi-utils": "3.0.0-beta.20.1" "strapi-utils": "3.0.0-beta.20.2"
}, },
"peerDependencies": { "peerDependencies": {
"knex": "^0.20.0" "knex": "^0.20.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-connector-mongoose", "name": "strapi-connector-mongoose",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"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-float": "^1.0.4", "mongoose-float": "^1.0.4",
"mongoose-long": "^0.2.1", "mongoose-long": "^0.2.1",
"pluralize": "^7.0.0", "pluralize": "^7.0.0",
"strapi-utils": "3.0.0-beta.20.1" "strapi-utils": "3.0.0-beta.20.2"
}, },
"author": { "author": {
"email": "hi@strapi.io", "email": "hi@strapi.io",

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-database", "name": "strapi-database",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Strapi's database layer", "description": "Strapi's database layer",
"homepage": "http://strapi.io", "homepage": "http://strapi.io",
"main": "./lib/index.js", "main": "./lib/index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-generate-api", "name": "strapi-generate-api",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"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": [
@ -15,7 +15,7 @@
"dependencies": { "dependencies": {
"lodash": "^4.17.11", "lodash": "^4.17.11",
"pluralize": "^7.0.0", "pluralize": "^7.0.0",
"strapi-utils": "3.0.0-beta.20.1" "strapi-utils": "3.0.0-beta.20.2"
}, },
"scripts": { "scripts": {
"test": "echo \"no tests yet\"" "test": "echo \"no tests yet\""

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-generate-controller", "name": "strapi-generate-controller",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"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": [
@ -15,7 +15,7 @@
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.11", "lodash": "^4.17.11",
"strapi-utils": "3.0.0-beta.20.1" "strapi-utils": "3.0.0-beta.20.2"
}, },
"scripts": { "scripts": {
"test": "echo \"no tests yet\"" "test": "echo \"no tests yet\""

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-generate-model", "name": "strapi-generate-model",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"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": [
@ -16,7 +16,7 @@
"dependencies": { "dependencies": {
"lodash": "^4.17.11", "lodash": "^4.17.11",
"pluralize": "^7.0.0", "pluralize": "^7.0.0",
"strapi-utils": "3.0.0-beta.20.1" "strapi-utils": "3.0.0-beta.20.2"
}, },
"scripts": { "scripts": {
"test": "echo \"no tests yet\"" "test": "echo \"no tests yet\""

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-generate-new", "name": "strapi-generate-new",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Generate a new Strapi application.", "description": "Generate a new Strapi application.",
"homepage": "http://strapi.io", "homepage": "http://strapi.io",
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-generate-plugin", "name": "strapi-generate-plugin",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Generate an plugin for a Strapi application.", "description": "Generate an plugin for a Strapi application.",
"homepage": "http://strapi.io", "homepage": "http://strapi.io",
"keywords": [ "keywords": [
@ -15,7 +15,7 @@
"dependencies": { "dependencies": {
"fs-extra": "^8.0.1", "fs-extra": "^8.0.1",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"strapi-utils": "3.0.0-beta.20.1" "strapi-utils": "3.0.0-beta.20.2"
}, },
"scripts": { "scripts": {
"test": "echo \"no tests yet\"" "test": "echo \"no tests yet\""

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-generate-policy", "name": "strapi-generate-policy",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"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": [
@ -15,7 +15,7 @@
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.11", "lodash": "^4.17.11",
"strapi-utils": "3.0.0-beta.20.1" "strapi-utils": "3.0.0-beta.20.2"
}, },
"scripts": { "scripts": {
"test": "echo \"no tests yet\"" "test": "echo \"no tests yet\""

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-generate-service", "name": "strapi-generate-service",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"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": [
@ -15,7 +15,7 @@
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.11", "lodash": "^4.17.11",
"strapi-utils": "3.0.0-beta.20.1" "strapi-utils": "3.0.0-beta.20.2"
}, },
"scripts": { "scripts": {
"test": "echo \"no tests yet\"" "test": "echo \"no tests yet\""

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-generate", "name": "strapi-generate",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"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": [
@ -20,7 +20,7 @@
"fs-extra": "^8.0.1", "fs-extra": "^8.0.1",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"reportback": "^2.0.2", "reportback": "^2.0.2",
"strapi-utils": "3.0.0-beta.20.1" "strapi-utils": "3.0.0-beta.20.2"
}, },
"author": { "author": {
"name": "Strapi team", "name": "Strapi team",

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-helper-plugin", "name": "strapi-helper-plugin",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Helper for Strapi plugins development", "description": "Helper for Strapi plugins development",
"files": [ "files": [
"dist" "dist"

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-hook-ejs", "name": "strapi-hook-ejs",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "EJS hook for the Strapi framework", "description": "EJS hook for the Strapi framework",
"homepage": "http://strapi.io", "homepage": "http://strapi.io",
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-hook-redis", "name": "strapi-hook-redis",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Redis hook for the Strapi framework", "description": "Redis hook for the Strapi framework",
"homepage": "http://strapi.io", "homepage": "http://strapi.io",
"keywords": [ "keywords": [
@ -19,7 +19,7 @@
"lodash": "^4.17.11", "lodash": "^4.17.11",
"rimraf": "3.0.0", "rimraf": "3.0.0",
"stack-trace": "0.0.10", "stack-trace": "0.0.10",
"strapi-utils": "3.0.0-beta.20.1" "strapi-utils": "3.0.0-beta.20.2"
}, },
"author": { "author": {
"email": "hi@strapi.io", "email": "hi@strapi.io",

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-middleware-views", "name": "strapi-middleware-views",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Views middleware to enable server-side rendering for the Strapi framework", "description": "Views middleware to enable server-side rendering for the Strapi framework",
"homepage": "http://strapi.io", "homepage": "http://strapi.io",
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-plugin-content-manager", "name": "strapi-plugin-content-manager",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "A powerful UI to easily manage your data.", "description": "A powerful UI to easily manage your data.",
"strapi": { "strapi": {
"name": "Content Manager", "name": "Content Manager",
@ -27,8 +27,8 @@
"redux-immutable": "^4.0.0", "redux-immutable": "^4.0.0",
"reselect": "^4.0.0", "reselect": "^4.0.0",
"showdown": "^1.9.0", "showdown": "^1.9.0",
"strapi-helper-plugin": "3.0.0-beta.20.1", "strapi-helper-plugin": "3.0.0-beta.20.2",
"strapi-utils": "3.0.0-beta.20.1", "strapi-utils": "3.0.0-beta.20.2",
"yup": "^0.27.0" "yup": "^0.27.0"
}, },
"author": { "author": {

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-plugin-content-type-builder", "name": "strapi-plugin-content-type-builder",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Strapi plugin to create content type (API).", "description": "Strapi plugin to create content type (API).",
"strapi": { "strapi": {
"name": "Content Type Builder", "name": "Content Type Builder",
@ -23,10 +23,10 @@
"redux": "^4.0.1", "redux": "^4.0.1",
"redux-immutable": "^4.0.0", "redux-immutable": "^4.0.0",
"reselect": "^4.0.0", "reselect": "^4.0.0",
"strapi-generate": "3.0.0-beta.20.1", "strapi-generate": "3.0.0-beta.20.2",
"strapi-generate-api": "3.0.0-beta.20.1", "strapi-generate-api": "3.0.0-beta.20.2",
"strapi-helper-plugin": "3.0.0-beta.20.1", "strapi-helper-plugin": "3.0.0-beta.20.2",
"strapi-utils": "3.0.0-beta.20.1", "strapi-utils": "3.0.0-beta.20.2",
"yup": "^0.27.0" "yup": "^0.27.0"
}, },
"author": { "author": {

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-plugin-documentation", "name": "strapi-plugin-documentation",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "This is the description of the plugin.", "description": "This is the description of the plugin.",
"strapi": { "strapi": {
"name": "Documentation", "name": "Documentation",
@ -29,7 +29,7 @@
"redux": "^4.0.1", "redux": "^4.0.1",
"redux-immutable": "^4.0.0", "redux-immutable": "^4.0.0",
"reselect": "^4.0.0", "reselect": "^4.0.0",
"strapi-helper-plugin": "3.0.0-beta.20.1", "strapi-helper-plugin": "3.0.0-beta.20.2",
"swagger-ui-dist": "3.24.3" "swagger-ui-dist": "3.24.3"
}, },
"author": { "author": {

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-plugin-email", "name": "strapi-plugin-email",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "This is the description of the plugin.", "description": "This is the description of the plugin.",
"strapi": { "strapi": {
"name": "Email", "name": "Email",
@ -13,12 +13,12 @@
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.11", "lodash": "^4.17.11",
"strapi-provider-email-sendmail": "3.0.0-beta.20.1", "strapi-provider-email-sendmail": "3.0.0-beta.20.2",
"strapi-utils": "3.0.0-beta.20.1" "strapi-utils": "3.0.0-beta.20.2"
}, },
"devDependencies": { "devDependencies": {
"rimraf": "3.0.0", "rimraf": "3.0.0",
"strapi-helper-plugin": "3.0.0-beta.20.1" "strapi-helper-plugin": "3.0.0-beta.20.2"
}, },
"author": { "author": {
"name": "Strapi team", "name": "Strapi team",

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-plugin-graphql", "name": "strapi-plugin-graphql",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "This is the description of the plugin.", "description": "This is the description of the plugin.",
"strapi": { "strapi": {
"name": "graphql", "name": "graphql",
@ -24,7 +24,7 @@
"koa-compose": "^4.1.0", "koa-compose": "^4.1.0",
"lodash": "4.17.11", "lodash": "4.17.11",
"pluralize": "^7.0.0", "pluralize": "^7.0.0",
"strapi-utils": "3.0.0-beta.20.1" "strapi-utils": "3.0.0-beta.20.2"
}, },
"devDependencies": { "devDependencies": {
"cross-env": "^5.2.0", "cross-env": "^5.2.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-plugin-upload", "name": "strapi-plugin-upload",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "This is the description of the plugin.", "description": "This is the description of the plugin.",
"strapi": { "strapi": {
"name": "Media Library", "name": "Media Library",
@ -31,9 +31,9 @@
"react-router-dom": "^5.0.0", "react-router-dom": "^5.0.0",
"reactstrap": "8.4.1", "reactstrap": "8.4.1",
"sharp": "0.24.1", "sharp": "0.24.1",
"strapi-helper-plugin": "3.0.0-beta.20.1", "strapi-helper-plugin": "3.0.0-beta.20.2",
"strapi-provider-upload-local": "3.0.0-beta.20.1", "strapi-provider-upload-local": "3.0.0-beta.20.2",
"strapi-utils": "3.0.0-beta.20.1", "strapi-utils": "3.0.0-beta.20.2",
"stream-to-array": "^2.3.0", "stream-to-array": "^2.3.0",
"uuid": "^3.2.1" "uuid": "^3.2.1"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-plugin-users-permissions", "name": "strapi-plugin-users-permissions",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Protect your API with a full-authentication process based on JWT", "description": "Protect your API with a full-authentication process based on JWT",
"strapi": { "strapi": {
"name": "Roles & Permissions", "name": "Roles & Permissions",
@ -29,8 +29,8 @@
"reactstrap": "8.4.1", "reactstrap": "8.4.1",
"redux-saga": "^0.16.0", "redux-saga": "^0.16.0",
"request": "^2.83.0", "request": "^2.83.0",
"strapi-helper-plugin": "3.0.0-beta.20.1", "strapi-helper-plugin": "3.0.0-beta.20.2",
"strapi-utils": "3.0.0-beta.20.1", "strapi-utils": "3.0.0-beta.20.2",
"uuid": "^3.1.0" "uuid": "^3.1.0"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-provider-email-amazon-ses", "name": "strapi-provider-email-amazon-ses",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Amazon SES provider for strapi email", "description": "Amazon SES provider for strapi email",
"homepage": "http://strapi.io", "homepage": "http://strapi.io",
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-provider-email-mailgun", "name": "strapi-provider-email-mailgun",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Mailgun provider for strapi email plugin", "description": "Mailgun provider for strapi email plugin",
"homepage": "http://strapi.io", "homepage": "http://strapi.io",
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-provider-email-sendgrid", "name": "strapi-provider-email-sendgrid",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Sendgrid provider for strapi email", "description": "Sendgrid provider for strapi email",
"homepage": "http://strapi.io", "homepage": "http://strapi.io",
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-provider-email-sendmail", "name": "strapi-provider-email-sendmail",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Sendmail provider for strapi email", "description": "Sendmail provider for strapi email",
"homepage": "http://strapi.io", "homepage": "http://strapi.io",
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-provider-upload-aws-s3", "name": "strapi-provider-upload-aws-s3",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "AWS S3 provider for strapi upload", "description": "AWS S3 provider for strapi upload",
"homepage": "http://strapi.io", "homepage": "http://strapi.io",
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-provider-upload-cloudinary", "name": "strapi-provider-upload-cloudinary",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Cloudinary provider for strapi upload", "description": "Cloudinary provider for strapi upload",
"homepage": "http://strapi.io", "homepage": "http://strapi.io",
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-provider-upload-local", "name": "strapi-provider-upload-local",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Local provider for strapi upload", "description": "Local provider for strapi upload",
"homepage": "http://strapi.io", "homepage": "http://strapi.io",
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-provider-upload-rackspace", "name": "strapi-provider-upload-rackspace",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Rackspace provider for strapi upload", "description": "Rackspace provider for strapi upload",
"main": "./lib", "main": "./lib",
"keywords": [], "keywords": [],

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi-utils", "name": "strapi-utils",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "Shared utilities for the Strapi packages", "description": "Shared utilities for the Strapi packages",
"homepage": "http://strapi.io", "homepage": "http://strapi.io",
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "strapi", "name": "strapi",
"version": "3.0.0-beta.20.1", "version": "3.0.0-beta.20.2",
"description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MongoDB, MySQL, MariaDB, PostgreSQL, SQLite", "description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MongoDB, MySQL, MariaDB, PostgreSQL, SQLite",
"homepage": "http://strapi.io", "homepage": "http://strapi.io",
"directories": { "directories": {
@ -52,16 +52,16 @@
"resolve-cwd": "^3.0.0", "resolve-cwd": "^3.0.0",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
"shelljs": "^0.8.3", "shelljs": "^0.8.3",
"strapi-database": "3.0.0-beta.20.1", "strapi-database": "3.0.0-beta.20.2",
"strapi-generate": "3.0.0-beta.20.1", "strapi-generate": "3.0.0-beta.20.2",
"strapi-generate-api": "3.0.0-beta.20.1", "strapi-generate-api": "3.0.0-beta.20.2",
"strapi-generate-controller": "3.0.0-beta.20.1", "strapi-generate-controller": "3.0.0-beta.20.2",
"strapi-generate-model": "3.0.0-beta.20.1", "strapi-generate-model": "3.0.0-beta.20.2",
"strapi-generate-new": "3.0.0-beta.20.1", "strapi-generate-new": "3.0.0-beta.20.2",
"strapi-generate-plugin": "3.0.0-beta.20.1", "strapi-generate-plugin": "3.0.0-beta.20.2",
"strapi-generate-policy": "3.0.0-beta.20.1", "strapi-generate-policy": "3.0.0-beta.20.2",
"strapi-generate-service": "3.0.0-beta.20.1", "strapi-generate-service": "3.0.0-beta.20.2",
"strapi-utils": "3.0.0-beta.20.1" "strapi-utils": "3.0.0-beta.20.2"
}, },
"scripts": { "scripts": {
"postinstall": "node lib/utils/success.js" "postinstall": "node lib/utils/success.js"