mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 12:23:05 +00:00
v3.6.6
This commit is contained in:
parent
90044c6e2a
commit
e63fb9d509
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "getstarted",
|
"name": "getstarted",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "A Strapi application.",
|
"description": "A Strapi application.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"develop": "strapi develop",
|
"develop": "strapi develop",
|
||||||
@ -17,23 +17,23 @@
|
|||||||
"mysql": "2.18.1",
|
"mysql": "2.18.1",
|
||||||
"pg": "8.6.0",
|
"pg": "8.6.0",
|
||||||
"sqlite3": "5.0.0",
|
"sqlite3": "5.0.0",
|
||||||
"strapi": "3.6.5",
|
"strapi": "3.6.6",
|
||||||
"strapi-admin": "3.6.5",
|
"strapi-admin": "3.6.6",
|
||||||
"strapi-connector-bookshelf": "3.6.5",
|
"strapi-connector-bookshelf": "3.6.6",
|
||||||
"strapi-connector-mongoose": "3.6.5",
|
"strapi-connector-mongoose": "3.6.6",
|
||||||
"strapi-middleware-views": "3.6.5",
|
"strapi-middleware-views": "3.6.6",
|
||||||
"strapi-plugin-content-manager": "3.6.5",
|
"strapi-plugin-content-manager": "3.6.6",
|
||||||
"strapi-plugin-content-type-builder": "3.6.5",
|
"strapi-plugin-content-type-builder": "3.6.6",
|
||||||
"strapi-plugin-documentation": "3.6.5",
|
"strapi-plugin-documentation": "3.6.6",
|
||||||
"strapi-plugin-email": "3.6.5",
|
"strapi-plugin-email": "3.6.6",
|
||||||
"strapi-plugin-graphql": "3.6.5",
|
"strapi-plugin-graphql": "3.6.6",
|
||||||
"strapi-plugin-i18n": "3.6.5",
|
"strapi-plugin-i18n": "3.6.6",
|
||||||
"strapi-plugin-upload": "3.6.5",
|
"strapi-plugin-upload": "3.6.6",
|
||||||
"strapi-plugin-users-permissions": "3.6.5",
|
"strapi-plugin-users-permissions": "3.6.6",
|
||||||
"strapi-provider-email-mailgun": "3.6.5",
|
"strapi-provider-email-mailgun": "3.6.6",
|
||||||
"strapi-provider-upload-aws-s3": "3.6.5",
|
"strapi-provider-upload-aws-s3": "3.6.6",
|
||||||
"strapi-provider-upload-cloudinary": "3.6.5",
|
"strapi-provider-upload-cloudinary": "3.6.6",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"strapi": {
|
"strapi": {
|
||||||
"uuid": "getstarted"
|
"uuid": "getstarted"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"packages": [
|
"packages": [
|
||||||
"packages/*",
|
"packages/*",
|
||||||
"examples/*"
|
"examples/*"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "create-strapi-app",
|
"name": "create-strapi-app",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Generate a new Strapi application.",
|
"description": "Generate a new Strapi application.",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"inquirer": "8.1.0",
|
"inquirer": "8.1.0",
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"node-fetch": "^2.6.1",
|
"node-fetch": "^2.6.1",
|
||||||
"strapi-generate-new": "3.6.5"
|
"strapi-generate-new": "3.6.6"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"no tests yet\""
|
"test": "echo \"no tests yet\""
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "create-strapi-starter",
|
"name": "create-strapi-starter",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Generate a new Strapi application.",
|
"description": "Generate a new Strapi application.",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
@ -26,7 +26,7 @@
|
|||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"node-fetch": "^2.6.1",
|
"node-fetch": "^2.6.1",
|
||||||
"ora": "5.4.0",
|
"ora": "5.4.0",
|
||||||
"strapi-generate-new": "3.6.5",
|
"strapi-generate-new": "3.6.6",
|
||||||
"tar": "6.1.2"
|
"tar": "6.1.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-admin",
|
"name": "strapi-admin",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Strapi Admin",
|
"description": "Strapi Admin",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -101,8 +101,8 @@
|
|||||||
"sanitize.css": "^4.1.0",
|
"sanitize.css": "^4.1.0",
|
||||||
"semver": "7.3.5",
|
"semver": "7.3.5",
|
||||||
"sift": "13.5.0",
|
"sift": "13.5.0",
|
||||||
"strapi-helper-plugin": "3.6.5",
|
"strapi-helper-plugin": "3.6.6",
|
||||||
"strapi-utils": "3.6.5",
|
"strapi-utils": "3.6.6",
|
||||||
"style-loader": "^0.23.1",
|
"style-loader": "^0.23.1",
|
||||||
"styled-components": "^5.2.3",
|
"styled-components": "^5.2.3",
|
||||||
"terser-webpack-plugin": "^1.2.3",
|
"terser-webpack-plugin": "^1.2.3",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-connector-bookshelf",
|
"name": "strapi-connector-bookshelf",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Bookshelf hook for the Strapi framework",
|
"description": "Bookshelf hook for the Strapi framework",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"p-map": "4.0.0",
|
"p-map": "4.0.0",
|
||||||
"pluralize": "^8.0.0",
|
"pluralize": "^8.0.0",
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"knex": "0.21.18"
|
"knex": "0.21.18"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-connector-mongoose",
|
"name": "strapi-connector-mongoose",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Mongoose hook for the Strapi framework",
|
"description": "Mongoose hook for the Strapi framework",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -22,7 +22,7 @@
|
|||||||
"p-map": "4.0.0",
|
"p-map": "4.0.0",
|
||||||
"pluralize": "^8.0.0",
|
"pluralize": "^8.0.0",
|
||||||
"semver": "^7.3.5",
|
"semver": "^7.3.5",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-database",
|
"name": "strapi-database",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Strapi's database layer",
|
"description": "Strapi's database layer",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"debug": "4.3.1",
|
"debug": "4.3.1",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"p-map": "4.0.0",
|
"p-map": "4.0.0",
|
||||||
"strapi-utils": "3.6.5",
|
"strapi-utils": "3.6.6",
|
||||||
"verror": "^1.10.0"
|
"verror": "^1.10.0"
|
||||||
},
|
},
|
||||||
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
|
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-generate-api",
|
"name": "strapi-generate-api",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Generate an API for a Strapi application.",
|
"description": "Generate an API for a Strapi application.",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -15,7 +15,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"pluralize": "^8.0.0",
|
"pluralize": "^8.0.0",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"no tests yet\""
|
"test": "echo \"no tests yet\""
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-generate-controller",
|
"name": "strapi-generate-controller",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Generate a controller for a Strapi API.",
|
"description": "Generate a controller for a Strapi API.",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"no tests yet\""
|
"test": "echo \"no tests yet\""
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-generate-model",
|
"name": "strapi-generate-model",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Generate a model for a Strapi API.",
|
"description": "Generate a model for a Strapi API.",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"pluralize": "^8.0.0",
|
"pluralize": "^8.0.0",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"no tests yet\""
|
"test": "echo \"no tests yet\""
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-generate-new",
|
"name": "strapi-generate-new",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Generate a new Strapi application.",
|
"description": "Generate a new Strapi application.",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-generate-plugin",
|
"name": "strapi-generate-plugin",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Generate an plugin for a Strapi application.",
|
"description": "Generate an plugin for a Strapi application.",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -15,7 +15,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fs-extra": "^9.1.0",
|
"fs-extra": "^9.1.0",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"no tests yet\""
|
"test": "echo \"no tests yet\""
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-generate-policy",
|
"name": "strapi-generate-policy",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Generate a policy for a Strapi API.",
|
"description": "Generate a policy for a Strapi API.",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"no tests yet\""
|
"test": "echo \"no tests yet\""
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-generate-service",
|
"name": "strapi-generate-service",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Generate a service for a Strapi API.",
|
"description": "Generate a service for a Strapi API.",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"no tests yet\""
|
"test": "echo \"no tests yet\""
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-generate",
|
"name": "strapi-generate",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Master of ceremonies for the Strapi generators.",
|
"description": "Master of ceremonies for the Strapi generators.",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -20,7 +20,7 @@
|
|||||||
"fs-extra": "^9.1.0",
|
"fs-extra": "^9.1.0",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"reportback": "^2.0.2",
|
"reportback": "^2.0.2",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi team",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-helper-plugin",
|
"name": "strapi-helper-plugin",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Helper for Strapi plugins development",
|
"description": "Helper for Strapi plugins development",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-hook-ejs",
|
"name": "strapi-hook-ejs",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "EJS hook for the Strapi framework",
|
"description": "EJS hook for the Strapi framework",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-hook-redis",
|
"name": "strapi-hook-redis",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Redis hook for the Strapi framework",
|
"description": "Redis hook for the Strapi framework",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
"stack-trace": "0.0.10",
|
"stack-trace": "0.0.10",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"email": "hi@strapi.io",
|
"email": "hi@strapi.io",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-middleware-views",
|
"name": "strapi-middleware-views",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"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": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-plugin-content-manager",
|
"name": "strapi-plugin-content-manager",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"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",
|
||||||
@ -45,8 +45,8 @@
|
|||||||
"redux-immutable": "^4.0.0",
|
"redux-immutable": "^4.0.0",
|
||||||
"reselect": "^4.0.0",
|
"reselect": "^4.0.0",
|
||||||
"sanitize-html": "2.3.3",
|
"sanitize-html": "2.3.3",
|
||||||
"strapi-helper-plugin": "3.6.5",
|
"strapi-helper-plugin": "3.6.6",
|
||||||
"strapi-utils": "3.6.5",
|
"strapi-utils": "3.6.6",
|
||||||
"yup": "^0.32.9"
|
"yup": "^0.32.9"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-plugin-content-type-builder",
|
"name": "strapi-plugin-content-type-builder",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"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",
|
||||||
@ -29,10 +29,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.6.5",
|
"strapi-generate": "3.6.6",
|
||||||
"strapi-generate-api": "3.6.5",
|
"strapi-generate-api": "3.6.6",
|
||||||
"strapi-helper-plugin": "3.6.5",
|
"strapi-helper-plugin": "3.6.6",
|
||||||
"strapi-utils": "3.6.5",
|
"strapi-utils": "3.6.6",
|
||||||
"yup": "^0.32.9"
|
"yup": "^0.32.9"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-plugin-documentation",
|
"name": "strapi-plugin-documentation",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
||||||
"strapi": {
|
"strapi": {
|
||||||
"name": "Documentation",
|
"name": "Documentation",
|
||||||
@ -35,7 +35,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.6.5",
|
"strapi-helper-plugin": "3.6.6",
|
||||||
"swagger-ui-dist": "3.47.1"
|
"swagger-ui-dist": "3.47.1"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-plugin-email",
|
"name": "strapi-plugin-email",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Easily configure your Strapi application to send emails.",
|
"description": "Easily configure your Strapi application to send emails.",
|
||||||
"strapi": {
|
"strapi": {
|
||||||
"name": "Email",
|
"name": "Email",
|
||||||
@ -13,12 +13,12 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"strapi-provider-email-sendmail": "3.6.5",
|
"strapi-provider-email-sendmail": "3.6.6",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
"strapi-helper-plugin": "3.6.5"
|
"strapi-helper-plugin": "3.6.6"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Strapi team",
|
"name": "Strapi team",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-plugin-graphql",
|
"name": "strapi-plugin-graphql",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Adds GraphQL endpoint with default API methods.",
|
"description": "Adds GraphQL endpoint with default API methods.",
|
||||||
"strapi": {
|
"strapi": {
|
||||||
"name": "graphql",
|
"name": "graphql",
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"koa-compose": "^4.1.0",
|
"koa-compose": "^4.1.0",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"pluralize": "^8.0.0",
|
"pluralize": "^8.0.0",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-plugin-i18n",
|
"name": "strapi-plugin-i18n",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API",
|
"description": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API",
|
||||||
"strapi": {
|
"strapi": {
|
||||||
"name": "Internationalization",
|
"name": "Internationalization",
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"p-map": "4.0.0",
|
"p-map": "4.0.0",
|
||||||
"pluralize": "8.0.0",
|
"pluralize": "8.0.0",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "A Strapi developer",
|
"name": "A Strapi developer",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-plugin-sentry",
|
"name": "strapi-plugin-sentry",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Send Strapi error events to Sentry",
|
"description": "Send Strapi error events to Sentry",
|
||||||
"strapi": {
|
"strapi": {
|
||||||
"name": "Sentry",
|
"name": "Sentry",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-plugin-upload",
|
"name": "strapi-plugin-upload",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Makes it easy to upload images and files to your Strapi Application.",
|
"description": "Makes it easy to upload images and files to your Strapi Application.",
|
||||||
"strapi": {
|
"strapi": {
|
||||||
"name": "Media Library",
|
"name": "Media Library",
|
||||||
@ -36,9 +36,9 @@
|
|||||||
"react-router-dom": "^5.0.0",
|
"react-router-dom": "^5.0.0",
|
||||||
"reactstrap": "8.4.1",
|
"reactstrap": "8.4.1",
|
||||||
"sharp": "0.28.1",
|
"sharp": "0.28.1",
|
||||||
"strapi-helper-plugin": "3.6.5",
|
"strapi-helper-plugin": "3.6.6",
|
||||||
"strapi-provider-upload-local": "3.6.5",
|
"strapi-provider-upload-local": "3.6.6",
|
||||||
"strapi-utils": "3.6.5",
|
"strapi-utils": "3.6.6",
|
||||||
"stream-to-array": "^2.3.0",
|
"stream-to-array": "^2.3.0",
|
||||||
"uuid": "^3.2.1"
|
"uuid": "^3.2.1"
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-plugin-users-permissions",
|
"name": "strapi-plugin-users-permissions",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"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",
|
||||||
@ -35,8 +35,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.6.5",
|
"strapi-helper-plugin": "3.6.6",
|
||||||
"strapi-utils": "3.6.5",
|
"strapi-utils": "3.6.6",
|
||||||
"uuid": "^3.1.0"
|
"uuid": "^3.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-provider-email-amazon-ses",
|
"name": "strapi-provider-email-amazon-ses",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Amazon SES provider for strapi email",
|
"description": "Amazon SES provider for strapi email",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -15,7 +15,7 @@
|
|||||||
"main": "./lib",
|
"main": "./lib",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-ses": "^3.0.3",
|
"node-ses": "^3.0.3",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"email": "nikolay@tsenkov.net",
|
"email": "nikolay@tsenkov.net",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-provider-email-mailgun",
|
"name": "strapi-provider-email-mailgun",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Mailgun provider for strapi email plugin",
|
"description": "Mailgun provider for strapi email plugin",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"main": "./lib",
|
"main": "./lib",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"mailgun-js": "0.22.0",
|
"mailgun-js": "0.22.0",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"strapi": {
|
"strapi": {
|
||||||
"isProvider": true
|
"isProvider": true
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-provider-email-nodemailer",
|
"name": "strapi-provider-email-nodemailer",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Nodemailer provider for Strapi 3",
|
"description": "Nodemailer provider for Strapi 3",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-provider-email-sendgrid",
|
"name": "strapi-provider-email-sendgrid",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Sendgrid provider for strapi email",
|
"description": "Sendgrid provider for strapi email",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"main": "./lib",
|
"main": "./lib",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sendgrid/mail": "6.4.0",
|
"@sendgrid/mail": "6.4.0",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"strapi": {
|
"strapi": {
|
||||||
"isProvider": true
|
"isProvider": true
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-provider-email-sendmail",
|
"name": "strapi-provider-email-sendmail",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Sendmail provider for strapi email",
|
"description": "Sendmail provider for strapi email",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -13,7 +13,7 @@
|
|||||||
"main": "./lib",
|
"main": "./lib",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"sendmail": "^1.6.1",
|
"sendmail": "^1.6.1",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"strapi": {
|
"strapi": {
|
||||||
"isProvider": true
|
"isProvider": true
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-provider-upload-aws-s3",
|
"name": "strapi-provider-upload-aws-s3",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "AWS S3 provider for strapi upload",
|
"description": "AWS S3 provider for strapi upload",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-provider-upload-cloudinary",
|
"name": "strapi-provider-upload-cloudinary",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Cloudinary provider for strapi upload",
|
"description": "Cloudinary provider for strapi upload",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-provider-upload-local",
|
"name": "strapi-provider-upload-local",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Local provider for strapi upload",
|
"description": "Local provider for strapi upload",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-provider-upload-rackspace",
|
"name": "strapi-provider-upload-rackspace",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Rackspace provider for strapi upload",
|
"description": "Rackspace provider for strapi upload",
|
||||||
"main": "./lib",
|
"main": "./lib",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi-utils",
|
"name": "strapi-utils",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Shared utilities for the Strapi packages",
|
"description": "Shared utilities for the Strapi packages",
|
||||||
"homepage": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strapi",
|
"name": "strapi",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"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": "https://strapi.io",
|
"homepage": "https://strapi.io",
|
||||||
"directories": {
|
"directories": {
|
||||||
@ -55,16 +55,16 @@
|
|||||||
"resolve-cwd": "^3.0.0",
|
"resolve-cwd": "^3.0.0",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"semver": "7.3.5",
|
"semver": "7.3.5",
|
||||||
"strapi-database": "3.6.5",
|
"strapi-database": "3.6.6",
|
||||||
"strapi-generate": "3.6.5",
|
"strapi-generate": "3.6.6",
|
||||||
"strapi-generate-api": "3.6.5",
|
"strapi-generate-api": "3.6.6",
|
||||||
"strapi-generate-controller": "3.6.5",
|
"strapi-generate-controller": "3.6.6",
|
||||||
"strapi-generate-model": "3.6.5",
|
"strapi-generate-model": "3.6.6",
|
||||||
"strapi-generate-new": "3.6.5",
|
"strapi-generate-new": "3.6.6",
|
||||||
"strapi-generate-plugin": "3.6.5",
|
"strapi-generate-plugin": "3.6.6",
|
||||||
"strapi-generate-policy": "3.6.5",
|
"strapi-generate-policy": "3.6.6",
|
||||||
"strapi-generate-service": "3.6.5",
|
"strapi-generate-service": "3.6.6",
|
||||||
"strapi-utils": "3.6.5"
|
"strapi-utils": "3.6.6"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "node lib/utils/success.js"
|
"postinstall": "node lib/utils/success.js"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user