@contentful/field-editor-markdown 1.14.2-canary.4 → 1.15.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.
@@ -114,9 +114,6 @@ function newReferenceEditorFakeSdk(props) {
114
114
  },
115
115
  space: {
116
116
  ...space,
117
- getCachedContentTypes () {
118
- return localizeContentTypes(space.getCachedContentTypes());
119
- },
120
117
  getContentTypes () {
121
118
  return Promise.resolve(space.getContentTypes().then((response)=>{
122
119
  return {
@@ -104,9 +104,6 @@ export function newReferenceEditorFakeSdk(props) {
104
104
  },
105
105
  space: {
106
106
  ...space,
107
- getCachedContentTypes () {
108
- return localizeContentTypes(space.getCachedContentTypes());
109
- },
110
107
  getContentTypes () {
111
108
  return Promise.resolve(space.getContentTypes().then((response)=>{
112
109
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-markdown",
3
- "version": "1.14.2-canary.4+7e408d64",
3
+ "version": "1.15.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "@contentful/f36-components": "^5.4.1",
40
40
  "@contentful/f36-icons": "^5.4.1",
41
41
  "@contentful/f36-tokens": "^5.1.0",
42
- "@contentful/field-editor-shared": "^2.17.2-canary.4+7e408d64",
42
+ "@contentful/field-editor-shared": "^2.18.0",
43
43
  "@types/codemirror": "0.0.109",
44
44
  "codemirror": "^5.65.11",
45
45
  "emotion": "^10.0.17",
@@ -52,7 +52,7 @@
52
52
  "devDependencies": {
53
53
  "@babel/core": "^7.5.5",
54
54
  "@contentful/app-sdk": "^4.29.0",
55
- "@contentful/field-editor-test-utils": "^1.7.1-canary.79+7e408d64",
55
+ "@contentful/field-editor-test-utils": "^1.8.0",
56
56
  "@lingui/core": "5.3.0"
57
57
  },
58
58
  "peerDependencies": {
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "registry": "https://npm.pkg.github.com/"
65
65
  },
66
- "gitHead": "7e408d64fabf2933a3c698a4ad104293a24f19a1"
66
+ "gitHead": "9ca9d6fdd740e02809b4492fbcace4cbf3746d28"
67
67
  }