next-tinacms-cloudinary 3.5.10 → 3.5.13

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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # next-tinacms-cloudinary
2
2
 
3
+ ## 3.5.13
4
+
5
+ ## 3.5.12
6
+
7
+ ## 3.5.11
8
+
9
+ ### Patch Changes
10
+
11
+ - d6f0cc835: fix: fix broken link in CMS placeholder screen
12
+
3
13
  ## 3.5.10
4
14
 
5
15
  ## 3.5.9
package/dist/index.es.js CHANGED
@@ -12,12 +12,12 @@ const E_UNAUTHORIZED = new MediaListError({
12
12
  const E_CONFIG = new MediaListError({
13
13
  title: "Missing Credentials",
14
14
  message: "Unable to connect to Cloudinary because one or more environment variables are missing.",
15
- docsLink: "https://tina.io/packages/next-tinacms-cloudinary/#connect-with-cloudinary"
15
+ docsLink: "https://tina.io/docs/media-cloudinary/"
16
16
  });
17
17
  const E_KEY_FAIL = new MediaListError({
18
18
  title: "Bad Credentials",
19
19
  message: "Unable to connect to Cloudinary because one or more environment variables are misconfigured.",
20
- docsLink: "https://tina.io/packages/next-tinacms-cloudinary/#connect-with-cloudinary"
20
+ docsLink: "https://tina.io/docs/media-cloudinary/"
21
21
  });
22
22
  const E_BAD_ROUTE = new MediaListError({
23
23
  title: "Bad Route",
package/dist/index.js CHANGED
@@ -15,12 +15,12 @@
15
15
  const E_CONFIG = new toolkit.MediaListError({
16
16
  title: "Missing Credentials",
17
17
  message: "Unable to connect to Cloudinary because one or more environment variables are missing.",
18
- docsLink: "https://tina.io/packages/next-tinacms-cloudinary/#connect-with-cloudinary"
18
+ docsLink: "https://tina.io/docs/media-cloudinary/"
19
19
  });
20
20
  const E_KEY_FAIL = new toolkit.MediaListError({
21
21
  title: "Bad Credentials",
22
22
  message: "Unable to connect to Cloudinary because one or more environment variables are misconfigured.",
23
- docsLink: "https://tina.io/packages/next-tinacms-cloudinary/#connect-with-cloudinary"
23
+ docsLink: "https://tina.io/docs/media-cloudinary/"
24
24
  });
25
25
  const E_BAD_ROUTE = new toolkit.MediaListError({
26
26
  title: "Bad Route",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-tinacms-cloudinary",
3
- "version": "3.5.10",
3
+ "version": "3.5.13",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist"
@@ -25,7 +25,7 @@
25
25
  "multer": "^1.4.2"
26
26
  },
27
27
  "devDependencies": {
28
- "@tinacms/toolkit": "0.56.16",
28
+ "@tinacms/toolkit": "0.56.19",
29
29
  "@types/crypto-js": "^3.1.47",
30
30
  "@types/js-cookie": "^2.2.6",
31
31
  "@types/node": "^13.13.1",
@@ -35,7 +35,7 @@
35
35
  "react": "16.14.0",
36
36
  "react-dom": "16.14.0",
37
37
  "styled-components": "^5.2.0",
38
- "tinacms": "0.66.6",
38
+ "tinacms": "0.66.10",
39
39
  "typescript": "^4.3.5"
40
40
  },
41
41
  "peerDependencies": {