mirror of
https://github.com/strapi/strapi.git
synced 2025-10-30 01:17:28 +00:00
v3.2.5
This commit is contained in:
parent
328c1a3a13
commit
c78591553f
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "getstarted",
|
||||
"private": true,
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "A Strapi application.",
|
||||
"scripts": {
|
||||
"develop": "strapi develop",
|
||||
@ -17,22 +17,22 @@
|
||||
"mysql": "^2.17.1",
|
||||
"pg": "8.4.0",
|
||||
"sqlite3": "^5.0.0",
|
||||
"strapi": "3.2.4",
|
||||
"strapi-admin": "3.2.4",
|
||||
"strapi-connector-bookshelf": "3.2.4",
|
||||
"strapi-connector-mongoose": "3.2.4",
|
||||
"strapi-middleware-views": "3.2.4",
|
||||
"strapi-plugin-content-manager": "3.2.4",
|
||||
"strapi-plugin-content-type-builder": "3.2.4",
|
||||
"strapi-plugin-documentation": "3.2.4",
|
||||
"strapi-plugin-email": "3.2.4",
|
||||
"strapi-plugin-graphql": "3.2.4",
|
||||
"strapi-plugin-upload": "3.2.4",
|
||||
"strapi-plugin-users-permissions": "3.2.4",
|
||||
"strapi-provider-email-mailgun": "3.2.4",
|
||||
"strapi-provider-upload-aws-s3": "3.2.4",
|
||||
"strapi-provider-upload-cloudinary": "3.2.4",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi": "3.2.5",
|
||||
"strapi-admin": "3.2.5",
|
||||
"strapi-connector-bookshelf": "3.2.5",
|
||||
"strapi-connector-mongoose": "3.2.5",
|
||||
"strapi-middleware-views": "3.2.5",
|
||||
"strapi-plugin-content-manager": "3.2.5",
|
||||
"strapi-plugin-content-type-builder": "3.2.5",
|
||||
"strapi-plugin-documentation": "3.2.5",
|
||||
"strapi-plugin-email": "3.2.5",
|
||||
"strapi-plugin-graphql": "3.2.5",
|
||||
"strapi-plugin-upload": "3.2.5",
|
||||
"strapi-plugin-users-permissions": "3.2.5",
|
||||
"strapi-provider-email-mailgun": "3.2.5",
|
||||
"strapi-provider-upload-aws-s3": "3.2.5",
|
||||
"strapi-provider-upload-cloudinary": "3.2.5",
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"strapi": {
|
||||
"uuid": "getstarted"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"packages": [
|
||||
"packages/*",
|
||||
"examples/*"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-strapi-app",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Generate a new Strapi application.",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"homepage": "http://strapi.io",
|
||||
@ -21,7 +21,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"commander": "6.1.0",
|
||||
"strapi-generate-new": "3.2.4"
|
||||
"strapi-generate-new": "3.2.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"no tests yet\""
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-admin",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Strapi Admin",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -93,8 +93,8 @@
|
||||
"reselect": "^4.0.0",
|
||||
"sanitize.css": "^4.1.0",
|
||||
"sift": "13.1.10",
|
||||
"strapi-helper-plugin": "3.2.4",
|
||||
"strapi-utils": "3.2.4",
|
||||
"strapi-helper-plugin": "3.2.5",
|
||||
"strapi-utils": "3.2.5",
|
||||
"style-loader": "^0.23.1",
|
||||
"styled-components": "^5.0.0",
|
||||
"terser-webpack-plugin": "^1.2.3",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-connector-bookshelf",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Bookshelf hook for the Strapi framework",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
@ -23,7 +23,7 @@
|
||||
"p-map": "4.0.0",
|
||||
"pluralize": "^8.0.0",
|
||||
"rimraf": "3.0.2",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"knex": "^0.20.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-connector-mongoose",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Mongoose hook for the Strapi framework",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
@ -21,7 +21,7 @@
|
||||
"mongoose-long": "^0.3.2",
|
||||
"pluralize": "^8.0.0",
|
||||
"semver": "^7.3.2",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"author": {
|
||||
"email": "hi@strapi.io",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-database",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Strapi's database layer",
|
||||
"homepage": "http://strapi.io",
|
||||
"main": "./lib/index.js",
|
||||
@ -30,7 +30,7 @@
|
||||
"dependencies": {
|
||||
"lodash": "4.17.19",
|
||||
"p-map": "4.0.0",
|
||||
"strapi-utils": "3.2.4",
|
||||
"strapi-utils": "3.2.5",
|
||||
"verror": "^1.10.0"
|
||||
},
|
||||
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-generate-api",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Generate an API for a Strapi application.",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
@ -15,7 +15,7 @@
|
||||
"dependencies": {
|
||||
"lodash": "4.17.19",
|
||||
"pluralize": "^8.0.0",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"no tests yet\""
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-generate-controller",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Generate a controller for a Strapi API.",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
@ -15,7 +15,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "4.17.19",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"no tests yet\""
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-generate-model",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Generate a model for a Strapi API.",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
@ -16,7 +16,7 @@
|
||||
"dependencies": {
|
||||
"lodash": "4.17.19",
|
||||
"pluralize": "^8.0.0",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"no tests yet\""
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-generate-new",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Generate a new Strapi application.",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-generate-plugin",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Generate an plugin for a Strapi application.",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
@ -15,7 +15,7 @@
|
||||
"dependencies": {
|
||||
"fs-extra": "^9.0.1",
|
||||
"lodash": "4.17.19",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"no tests yet\""
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-generate-policy",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Generate a policy for a Strapi API.",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
@ -15,7 +15,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "4.17.19",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"no tests yet\""
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-generate-service",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Generate a service for a Strapi API.",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
@ -15,7 +15,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "4.17.19",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"no tests yet\""
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-generate",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Master of ceremonies for the Strapi generators.",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
@ -20,7 +20,7 @@
|
||||
"fs-extra": "^9.0.1",
|
||||
"lodash": "4.17.19",
|
||||
"reportback": "^2.0.2",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"author": {
|
||||
"name": "Strapi team",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-helper-plugin",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Helper for Strapi plugins development",
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-hook-ejs",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "EJS hook for the Strapi framework",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-hook-redis",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Redis hook for the Strapi framework",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
@ -19,7 +19,7 @@
|
||||
"lodash": "4.17.19",
|
||||
"rimraf": "3.0.2",
|
||||
"stack-trace": "0.0.10",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"author": {
|
||||
"email": "hi@strapi.io",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-middleware-views",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Views middleware to enable server-side rendering for the Strapi framework",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-plugin-content-manager",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "A powerful UI to easily manage your data.",
|
||||
"strapi": {
|
||||
"name": "Content Manager",
|
||||
@ -45,8 +45,8 @@
|
||||
"redux-immutable": "^4.0.0",
|
||||
"reselect": "^4.0.0",
|
||||
"sanitize-html": "2.1.1",
|
||||
"strapi-helper-plugin": "3.2.4",
|
||||
"strapi-utils": "3.2.4",
|
||||
"strapi-helper-plugin": "3.2.5",
|
||||
"strapi-utils": "3.2.5",
|
||||
"yup": "^0.27.0"
|
||||
},
|
||||
"author": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-plugin-content-type-builder",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Strapi plugin to create content type (API).",
|
||||
"strapi": {
|
||||
"name": "Content Type Builder",
|
||||
@ -29,10 +29,10 @@
|
||||
"redux": "^4.0.1",
|
||||
"redux-immutable": "^4.0.0",
|
||||
"reselect": "^4.0.0",
|
||||
"strapi-generate": "3.2.4",
|
||||
"strapi-generate-api": "3.2.4",
|
||||
"strapi-helper-plugin": "3.2.4",
|
||||
"strapi-utils": "3.2.4",
|
||||
"strapi-generate": "3.2.5",
|
||||
"strapi-generate-api": "3.2.5",
|
||||
"strapi-helper-plugin": "3.2.5",
|
||||
"strapi-utils": "3.2.5",
|
||||
"yup": "^0.27.0"
|
||||
},
|
||||
"author": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-plugin-documentation",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "This is the description of the plugin.",
|
||||
"strapi": {
|
||||
"name": "Documentation",
|
||||
@ -35,7 +35,7 @@
|
||||
"redux": "^4.0.1",
|
||||
"redux-immutable": "^4.0.0",
|
||||
"reselect": "^4.0.0",
|
||||
"strapi-helper-plugin": "3.2.4",
|
||||
"strapi-helper-plugin": "3.2.5",
|
||||
"swagger-ui-dist": "3.35.0"
|
||||
},
|
||||
"author": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-plugin-email",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "This is the description of the plugin.",
|
||||
"strapi": {
|
||||
"name": "Email",
|
||||
@ -13,12 +13,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "4.17.19",
|
||||
"strapi-provider-email-sendmail": "3.2.4",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi-provider-email-sendmail": "3.2.5",
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "3.0.2",
|
||||
"strapi-helper-plugin": "3.2.4"
|
||||
"strapi-helper-plugin": "3.2.5"
|
||||
},
|
||||
"author": {
|
||||
"name": "Strapi team",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-plugin-graphql",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "This is the description of the plugin.",
|
||||
"strapi": {
|
||||
"name": "graphql",
|
||||
@ -26,7 +26,7 @@
|
||||
"koa-compose": "^4.1.0",
|
||||
"lodash": "4.17.20",
|
||||
"pluralize": "^8.0.0",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^5.2.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-plugin-upload",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "This is the description of the plugin.",
|
||||
"strapi": {
|
||||
"name": "Media Library",
|
||||
@ -36,9 +36,9 @@
|
||||
"react-router-dom": "^5.0.0",
|
||||
"reactstrap": "8.4.1",
|
||||
"sharp": "0.26.2",
|
||||
"strapi-helper-plugin": "3.2.4",
|
||||
"strapi-provider-upload-local": "3.2.4",
|
||||
"strapi-utils": "3.2.4",
|
||||
"strapi-helper-plugin": "3.2.5",
|
||||
"strapi-provider-upload-local": "3.2.5",
|
||||
"strapi-utils": "3.2.5",
|
||||
"stream-to-array": "^2.3.0",
|
||||
"uuid": "^3.2.1"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-plugin-users-permissions",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Protect your API with a full-authentication process based on JWT",
|
||||
"strapi": {
|
||||
"name": "Roles & Permissions",
|
||||
@ -35,8 +35,8 @@
|
||||
"reactstrap": "8.4.1",
|
||||
"redux-saga": "^0.16.0",
|
||||
"request": "^2.83.0",
|
||||
"strapi-helper-plugin": "3.2.4",
|
||||
"strapi-utils": "3.2.4",
|
||||
"strapi-helper-plugin": "3.2.5",
|
||||
"strapi-utils": "3.2.5",
|
||||
"uuid": "^3.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-provider-email-amazon-ses",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Amazon SES provider for strapi email",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
@ -15,7 +15,7 @@
|
||||
"main": "./lib",
|
||||
"dependencies": {
|
||||
"node-ses": "^3.0.0",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"author": {
|
||||
"email": "nikolay@tsenkov.net",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-provider-email-mailgun",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Mailgun provider for strapi email plugin",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
@ -14,7 +14,7 @@
|
||||
"main": "./lib",
|
||||
"dependencies": {
|
||||
"mailgun-js": "0.22.0",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"strapi": {
|
||||
"isProvider": true
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-provider-email-sendgrid",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Sendgrid provider for strapi email",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
@ -14,7 +14,7 @@
|
||||
"main": "./lib",
|
||||
"dependencies": {
|
||||
"@sendgrid/mail": "6.4.0",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"strapi": {
|
||||
"isProvider": true
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-provider-email-sendmail",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Sendmail provider for strapi email",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
@ -13,7 +13,7 @@
|
||||
"main": "./lib",
|
||||
"dependencies": {
|
||||
"sendmail": "^1.6.1",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"strapi": {
|
||||
"isProvider": true
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-provider-upload-aws-s3",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "AWS S3 provider for strapi upload",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-provider-upload-cloudinary",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Cloudinary provider for strapi upload",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-provider-upload-local",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Local provider for strapi upload",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-provider-upload-rackspace",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Rackspace provider for strapi upload",
|
||||
"main": "./lib",
|
||||
"keywords": [],
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-utils",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"description": "Shared utilities for the Strapi packages",
|
||||
"homepage": "http://strapi.io",
|
||||
"keywords": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"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",
|
||||
"directories": {
|
||||
@ -51,16 +51,16 @@
|
||||
"qs": "^6.9.3",
|
||||
"resolve-cwd": "^3.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"strapi-database": "3.2.4",
|
||||
"strapi-generate": "3.2.4",
|
||||
"strapi-generate-api": "3.2.4",
|
||||
"strapi-generate-controller": "3.2.4",
|
||||
"strapi-generate-model": "3.2.4",
|
||||
"strapi-generate-new": "3.2.4",
|
||||
"strapi-generate-plugin": "3.2.4",
|
||||
"strapi-generate-policy": "3.2.4",
|
||||
"strapi-generate-service": "3.2.4",
|
||||
"strapi-utils": "3.2.4"
|
||||
"strapi-database": "3.2.5",
|
||||
"strapi-generate": "3.2.5",
|
||||
"strapi-generate-api": "3.2.5",
|
||||
"strapi-generate-controller": "3.2.5",
|
||||
"strapi-generate-model": "3.2.5",
|
||||
"strapi-generate-new": "3.2.5",
|
||||
"strapi-generate-plugin": "3.2.5",
|
||||
"strapi-generate-policy": "3.2.5",
|
||||
"strapi-generate-service": "3.2.5",
|
||||
"strapi-utils": "3.2.5"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node lib/utils/success.js"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user