@atlaskit/editor-json-transformer 8.31.6 → 8.31.8

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,19 @@
1
1
  # @atlaskit/editor-json-transformer
2
2
 
3
+ ## 8.31.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`c9b7aaa42d05b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c9b7aaa42d05b) -
8
+ Mechanical type-import autofix for editor core shell packages.
9
+
10
+ ## 8.31.7
11
+
12
+ ### Patch Changes
13
+
14
+ - [`d497cbb2d150f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d497cbb2d150f) -
15
+ Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
16
+
3
17
  ## 8.31.6
4
18
 
5
19
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  import type { Node as PMNode, Schema } from '@atlaskit/editor-prosemirror/model';
2
- import { type SanitizeNodeOptions } from './sanitize/sanitize-node';
2
+ import type { SanitizeNodeOptions } from './sanitize/sanitize-node';
3
3
  import type { JSONDocNode, JSONNode } from './types';
4
4
  export type { JSONDocNode, JSONNode } from './types';
5
5
  interface Transformer<T> {
@@ -1,4 +1,4 @@
1
- import { type JSONNode } from '../types';
1
+ import type { JSONNode } from '../types';
2
2
  export interface SanitizeNodeOptions {
3
3
  /**
4
4
  * If true, nested tables will not be transformed to a extension.
@@ -1,5 +1,5 @@
1
1
  import type { Node as PMNode, Schema } from '@atlaskit/editor-prosemirror/model';
2
- import { type SanitizeNodeOptions } from './sanitize/sanitize-node';
2
+ import type { SanitizeNodeOptions } from './sanitize/sanitize-node';
3
3
  import type { JSONDocNode, JSONNode } from './types';
4
4
  export type { JSONDocNode, JSONNode } from './types';
5
5
  interface Transformer<T> {
@@ -1,4 +1,4 @@
1
- import { type JSONNode } from '../types';
1
+ import type { JSONNode } from '../types';
2
2
  export interface SanitizeNodeOptions {
3
3
  /**
4
4
  * If true, nested tables will not be transformed to a extension.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-json-transformer",
3
- "version": "8.31.6",
3
+ "version": "8.31.8",
4
4
  "description": "JSON transformer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,7 +29,7 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^52.0.0",
32
+ "@atlaskit/adf-schema": "^52.4.0",
33
33
  "@atlaskit/adf-utils": "^19.27.0",
34
34
  "@atlaskit/editor-prosemirror": "^7.3.0",
35
35
  "@babel/runtime": "^7.0.0",