@akemona-org/strapi-plugin-content-type-builder 3.7.5 → 3.7.6

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.
package/LICENSE CHANGED
@@ -1,11 +1,5 @@
1
1
  Copyright (c) 2015-present Strapi Solutions SAS
2
2
 
3
- Portions of the Strapi software are licensed as follows:
4
-
5
- * All software that resides under an "ee/" directory (the “EE Software”), if that directory exists, is licensed under the license defined in "ee/LICENSE".
6
-
7
- * All software outside of the above-mentioned directories or restrictions above is available under the "MIT Expat" license as set forth below.
8
-
9
3
  MIT Expat License
10
4
 
11
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -19,4 +13,4 @@ The above copyright notice and this permission notice shall be included in all
19
13
  copies or substantial portions of the Software.
20
14
 
21
15
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
- SOFTWARE.
16
+ SOFTWARE.
package/README.md CHANGED
@@ -10,7 +10,7 @@ We’ve decided it’ll soon be time to end the support for `strapi-plugin-conte
10
10
 
11
11
  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).
12
12
 
13
- If you’ve been using `strapi-plugin-content-type-builder` 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/strapi/strapi/tree/master/packages/core/content-type-builder) and with the following name on NPM: `@strapi/plugin-content-type-builder`.
13
+ If you’ve been using `strapi-plugin-content-type-builder` 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/content-type-builder) and with the following name on NPM: `@strapi/plugin-content-type-builder`.
14
14
 
15
15
  If you’ve contributed to the development of this package, thank you again for that! We hope to see you on the V4 soon.
16
16
 
@@ -1287,7 +1287,7 @@ const FormModal = () => {
1287
1287
  );
1288
1288
  }
1289
1289
 
1290
- // When extending the yup schema of an existing field (like in https://github.com/strapi/strapi/blob/293ff3b8f9559236609d123a2774e3be05ce8274/packages/strapi-plugin-i18n/admin/src/index.js#L52)
1290
+ // When extending the yup schema of an existing field (like in https://github.com/akemona/strapi/blob/293ff3b8f9559236609d123a2774e3be05ce8274/packages/strapi-plugin-i18n/admin/src/index.js#L52)
1291
1291
  // and triggering a yup validation error in the UI (missing a required field for example)
1292
1292
  // We got an object that looks like: formErrors = { "pluginOptions.i18n.localized": {...} }
1293
1293
  // In order to deal with this error, we can't rely on lodash.get to resolve this key
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.7.5",
6
+ "version": "3.7.6",
7
7
  "description": "Strapi plugin to create content type (API).",
8
8
  "strapi": {
9
9
  "name": "Content Type Builder",
@@ -11,10 +11,10 @@
11
11
  "description": "content-type-builder.plugin.description"
12
12
  },
13
13
  "dependencies": {
14
- "@akemona-org/strapi-generate": "3.7.5",
15
- "@akemona-org/strapi-generate-api": "3.7.5",
16
- "@akemona-org/strapi-helper-plugin": "3.7.5",
17
- "@akemona-org/strapi-utils": "3.7.5",
14
+ "@akemona-org/strapi-generate": "3.7.6",
15
+ "@akemona-org/strapi-generate-api": "3.7.6",
16
+ "@akemona-org/strapi-helper-plugin": "3.7.6",
17
+ "@akemona-org/strapi-utils": "3.7.6",
18
18
  "@buffetjs/core": "3.3.8",
19
19
  "@buffetjs/custom": "3.3.8",
20
20
  "@buffetjs/hooks": "3.3.8",
@@ -59,5 +59,5 @@
59
59
  "npm": ">=6.0.0"
60
60
  },
61
61
  "license": "SEE LICENSE IN LICENSE",
62
- "gitHead": "c248936761bebd2fe75189c248a761c95a091fe0"
62
+ "gitHead": "3e3580e11b6ab7771c367cbc018d49ba0c2208df"
63
63
  }