@akemona-org/strapi 3.10.4 → 3.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -17
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -30,23 +30,7 @@
30
30
 
31
31
  <br>
32
32
 
33
- ---
34
-
35
- ## Deprecation Warning :warning:
36
-
37
- Hello! We have some news to share,
38
-
39
- We’ve decided it’ll soon be time to end the support for `strapi`.
40
-
41
- After years of iterations, Strapi is going to V4 and we won’t maintain V3 packages when it’ll reach its end-of-support milestone (~end of Q3 2022).
42
-
43
- If you’ve been using `strapi` and have migrated to V4 (or if you want to), you can find the equivalent and updated version of this package at this [URL](https://github.com/akemona/strapi/tree/master/packages/core/strapi) and with the following name on NPM: `@strapi/strapi`.
44
-
45
- If you’ve contributed to the development of this package, thank you again for that! We hope to see you on the V4 soon.
46
-
47
- The Akemona team
48
-
49
- ---
33
+ ### Maintenance release by Akemona
50
34
 
51
35
  Strapi is a free and open-source headless CMS delivering your content anywhere you need.
52
36
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.10.4",
6
+ "version": "3.12.0",
7
7
  "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",
8
8
  "homepage": "https://strapi.akemona.com",
9
9
  "directories": {
@@ -15,16 +15,16 @@
15
15
  "strapi": "./bin/strapi.js"
16
16
  },
17
17
  "dependencies": {
18
- "@akemona-org/strapi-database": "3.10.4",
19
- "@akemona-org/strapi-generate": "3.10.4",
20
- "@akemona-org/strapi-generate-api": "3.10.4",
21
- "@akemona-org/strapi-generate-controller": "3.10.4",
22
- "@akemona-org/strapi-generate-model": "3.10.4",
23
- "@akemona-org/strapi-generate-new": "3.10.4",
24
- "@akemona-org/strapi-generate-plugin": "3.10.4",
25
- "@akemona-org/strapi-generate-policy": "3.10.4",
26
- "@akemona-org/strapi-generate-service": "3.10.4",
27
- "@akemona-org/strapi-utils": "3.10.4",
18
+ "@akemona-org/strapi-database": "3.12.0",
19
+ "@akemona-org/strapi-generate": "3.12.0",
20
+ "@akemona-org/strapi-generate-api": "3.12.0",
21
+ "@akemona-org/strapi-generate-controller": "3.12.0",
22
+ "@akemona-org/strapi-generate-model": "3.12.0",
23
+ "@akemona-org/strapi-generate-new": "3.12.0",
24
+ "@akemona-org/strapi-generate-plugin": "3.12.0",
25
+ "@akemona-org/strapi-generate-policy": "3.12.0",
26
+ "@akemona-org/strapi-generate-service": "3.12.0",
27
+ "@akemona-org/strapi-utils": "3.12.0",
28
28
  "@koa/cors": "3.4.3",
29
29
  "@koa/router": "12.0.0",
30
30
  "async": "^2.1.2",
@@ -139,5 +139,5 @@
139
139
  "react",
140
140
  "reactjs"
141
141
  ],
142
- "gitHead": "404dd36a3e02a6b9a067a0828ee5070c64071488"
142
+ "gitHead": "5eff2890f97943a724086d37182e1e3815704866"
143
143
  }