@atlaskit/editor-prosemirror
Advanced tools
Comparing version 1.0.0 to 1.0.1
# @atlaskit/editor-prosemirror | ||
## 1.0.1 | ||
### Patch Changes | ||
- [`ae2f49aa32a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae2f49aa32a) - [ED-19229] Re-export Safe types from prosemirror-state |
@@ -25,3 +25,10 @@ import { changeImportEntryPoint } from '@atlaskit/codemod-utils'; | ||
const types: string[] = ['PluginSpec', 'SelectionBookmark', 'StateField']; | ||
const types: string[] = [ | ||
'ReadonlyTransaction', | ||
'SafePluginSpec', | ||
'SafeStateField', | ||
'PluginSpec', | ||
'SelectionBookmark', | ||
'StateField', | ||
]; | ||
export const migrateTypes = types.map(name => | ||
@@ -28,0 +35,0 @@ changeImportEntryPoint( |
{ | ||
"name": "@atlaskit/editor-prosemirror", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/editor-prosemirror", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/editor-prosemirror", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"sideEffects": false | ||
} |
@@ -1,2 +0,2 @@ | ||
export type { PluginSpec, SelectionBookmark, StateField, } from 'prosemirror-state'; | ||
export type { PluginSpec, ReadonlyTransaction, SafePluginSpec, SafeStateField, SelectionBookmark, StateField, } from 'prosemirror-state'; | ||
export { AllSelection, EditorState, NodeSelection, Plugin, PluginKey, Selection, SelectionRange, TextSelection, Transaction, } from 'prosemirror-state'; |
@@ -1,2 +0,2 @@ | ||
export type { PluginSpec, SelectionBookmark, StateField, } from 'prosemirror-state'; | ||
export type { PluginSpec, ReadonlyTransaction, SafePluginSpec, SafeStateField, SelectionBookmark, StateField, } from 'prosemirror-state'; | ||
export { AllSelection, EditorState, NodeSelection, Plugin, PluginKey, Selection, SelectionRange, TextSelection, Transaction, } from 'prosemirror-state'; |
{ | ||
"name": "@atlaskit/editor-prosemirror", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Package to group all prosemirror libraries in a single place ", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd", |
47302
1177