@atlaskit/editor-prosemirror
Advanced tools
Comparing version 1.1.6 to 1.1.7
# @atlaskit/editor-prosemirror | ||
## 1.1.7 | ||
### Patch Changes | ||
- fb8dcc0: Loosen eslint rules and change comments | ||
## 1.1.6 | ||
@@ -4,0 +10,0 @@ |
export { Decoration, DecorationSet, EditorView, | ||
// There are some tests importing this private attribute | ||
// @ts-expect-error There are some tests importing this private attribute | ||
// see: packages/editor/editor-core/src/plugins/base/__tests__/unit/better-type-history.ts | ||
// @ts-ignore | ||
__serializeForClipboard, | ||
// There are some production importing this private attribute | ||
// @ts-ignore | ||
// @ts-expect-error There are some production importing this private attribute | ||
// see: packages/editor/editor-plugin-ai/src/config-items/markdown-to-slice.ts | ||
__parseFromClipboard } from 'prosemirror-view'; |
export { Decoration, DecorationSet, EditorView, | ||
// There are some tests importing this private attribute | ||
// @ts-expect-error There are some tests importing this private attribute | ||
// see: packages/editor/editor-core/src/plugins/base/__tests__/unit/better-type-history.ts | ||
// @ts-ignore | ||
__serializeForClipboard, | ||
// There are some production importing this private attribute | ||
// @ts-ignore | ||
// @ts-expect-error There are some production importing this private attribute | ||
// see: packages/editor/editor-plugin-ai/src/config-items/markdown-to-slice.ts | ||
__parseFromClipboard } from 'prosemirror-view'; |
{ | ||
"name": "@atlaskit/editor-prosemirror", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Package to group all prosemirror libraries in a single place ", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd", |
@@ -14,10 +14,8 @@ export type { | ||
EditorView, | ||
// There are some tests importing this private attribute | ||
// @ts-expect-error There are some tests importing this private attribute | ||
// see: packages/editor/editor-core/src/plugins/base/__tests__/unit/better-type-history.ts | ||
// @ts-ignore | ||
__serializeForClipboard, | ||
// There are some production importing this private attribute | ||
// @ts-ignore | ||
// @ts-expect-error There are some production importing this private attribute | ||
// see: packages/editor/editor-plugin-ai/src/config-items/markdown-to-slice.ts | ||
__parseFromClipboard, | ||
} from 'prosemirror-view'; |
@@ -13,5 +13,3 @@ // Type definitions for prosemirror-markdown 1.0 | ||
declare module 'prosemirror-markdown' { | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
import { MarkdownIt } from 'markdown-it'; | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
import { Node as ProsemirrorNode, Schema, Mark } from 'prosemirror-model'; | ||
@@ -18,0 +16,0 @@ |
@@ -1,6 +0,3 @@ | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
import { EditorState, PluginSpec, Transaction } from 'prosemirror-state'; | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
import { Transform } from 'prosemirror-transform'; | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
import { Schema } from 'prosemirror-model'; | ||
@@ -7,0 +4,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58419
1499