@atlaskit/editor-json-transformer 8.10.3 → 8.10.4

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,11 @@
1
1
  # @atlaskit/editor-json-transformer
2
2
 
3
+ ## 8.10.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) - [ED-19233] Import prosemirror libraries from internal facade package
8
+
3
9
  ## 8.10.3
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-json-transformer",
3
- "version": "8.10.3",
3
+ "version": "8.10.4",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-json-transformer",
3
- "version": "8.10.3",
3
+ "version": "8.10.4",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-json-transformer",
3
- "version": "8.10.3",
3
+ "version": "8.10.4",
4
4
  "sideEffects": false
5
5
  }
@@ -1,4 +1,4 @@
1
- import type { Node as PMNode } from 'prosemirror-model';
1
+ import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
2
2
  import { JSONDocNode, JSONNode } from './types';
3
3
  export type { JSONDocNode, JSONNode } from './types';
4
4
  interface Transformer<T> {
@@ -1,4 +1,4 @@
1
- import type { Node as PMNode } from 'prosemirror-model';
1
+ import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
2
2
  import { JSONDocNode, JSONNode } from './types';
3
3
  export type { JSONDocNode, JSONNode } from './types';
4
4
  interface Transformer<T> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-json-transformer",
3
- "version": "8.10.3",
3
+ "version": "8.10.4",
4
4
  "description": "JSON transformer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -37,15 +37,15 @@
37
37
  "./types": "./src/types.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@atlaskit/adf-schema": "^26.2.0",
40
+ "@atlaskit/adf-schema": "^26.4.0",
41
41
  "@atlaskit/adf-utils": "^19.0.0",
42
42
  "@babel/runtime": "^7.0.0",
43
43
  "lodash": "^4.17.21"
44
44
  },
45
45
  "devDependencies": {
46
+ "@atlaskit/editor-prosemirror": "1.0.2",
46
47
  "@atlaskit/editor-test-helpers": "^18.10.0",
47
48
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
48
- "prosemirror-model": "1.16.0",
49
49
  "react": "^16.8.0",
50
50
  "typescript": "~4.9.5"
51
51
  },
package/report.api.md CHANGED
@@ -15,7 +15,7 @@
15
15
  <!--SECTION START: Main Entry Types-->
16
16
 
17
17
  ```ts
18
- import type { Node as Node_2 } from 'prosemirror-model';
18
+ import type { Node as Node_2 } from '@atlaskit/editor-prosemirror/model';
19
19
 
20
20
  // @public (undocumented)
21
21
  export type JSONDocNode = {
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import type { Node as Node_2 } from 'prosemirror-model';
7
+ import type { Node as Node_2 } from '@atlaskit/editor-prosemirror/model';
8
8
 
9
9
  // @public (undocumented)
10
10
  export type JSONDocNode = {