@milkdown/prose
Advanced tools
Comparing version 5.2.0 to 5.2.1
export * from 'prosemirror-commands'; | ||
export * as pmCommands from 'prosemirror-commands'; | ||
export * from 'prosemirror-dropcursor'; | ||
export * as pmDropcursor from 'prosemirror-dropcursor'; | ||
export * from 'prosemirror-gapcursor'; | ||
export * as pmGapcursor from 'prosemirror-gapcursor'; | ||
export * from 'prosemirror-history'; | ||
export * as pmHistory from 'prosemirror-history'; | ||
export * from 'prosemirror-inputrules'; | ||
export * as pmInputRules from 'prosemirror-inputrules'; | ||
export * from 'prosemirror-keymap'; | ||
export * as pmKeymap from 'prosemirror-keymap'; | ||
export * from 'prosemirror-model'; | ||
export * as pmModel from 'prosemirror-model'; | ||
export * from 'prosemirror-schema-list'; | ||
export * as pmSchemaList from 'prosemirror-schema-list'; | ||
export * from 'prosemirror-state'; | ||
export * as pmState from 'prosemirror-state'; | ||
export * from 'prosemirror-tables'; | ||
export * as pmTables from 'prosemirror-tables'; | ||
export * from 'prosemirror-transform'; | ||
export * as pmTransform from 'prosemirror-transform'; | ||
export * from 'prosemirror-view'; | ||
export * as pmView from 'prosemirror-view'; | ||
//# sourceMappingURL=prosemirror.d.ts.map |
@@ -0,2 +1,3 @@ | ||
export * from './custom-input-rules'; | ||
export * from './mark-rule'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@milkdown/prose", | ||
"version": "5.2.0", | ||
"main": "lib/index.js", | ||
"module": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"version": "5.2.1", | ||
"main": "./lib/index.cjs.js", | ||
"module": "./lib/index.es.js", | ||
"types": "./lib/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./lib/index.es.js", | ||
"require": "./lib/index.cjs.js" | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -14,7 +20,11 @@ "license": "MIT", | ||
"dependencies": { | ||
"@milkdown/exception": "5.2.0", | ||
"@milkdown/exception": "5.2.1", | ||
"@types/prosemirror-commands": "^1.0.4", | ||
"@types/prosemirror-dropcursor": "^1.0.2", | ||
"@types/prosemirror-gapcursor": "^1.0.4", | ||
"@types/prosemirror-history": "^1.0.2", | ||
"@types/prosemirror-inputrules": "^1.0.4", | ||
"@types/prosemirror-keymap": "^1.0.4", | ||
"@types/prosemirror-model": "^1.12.0", | ||
"@types/prosemirror-schema-list": "^1.0.3", | ||
"@types/prosemirror-state": "^1.2.6", | ||
@@ -24,6 +34,11 @@ "@types/prosemirror-transform": "^1.1.2", | ||
"prosemirror-commands": "^1.1.12", | ||
"prosemirror-dropcursor": "^1.3.5", | ||
"prosemirror-gapcursor": "^1.1.5", | ||
"prosemirror-history": "^1.1.3", | ||
"prosemirror-inputrules": "^1.1.3", | ||
"prosemirror-keymap": "^1.1.5", | ||
"prosemirror-model": "^1.15.0", | ||
"prosemirror-schema-list": "^1.1.4", | ||
"prosemirror-state": "^1.3.4", | ||
"prosemirror-tables": "*", | ||
"prosemirror-transform": "^1.3.3", | ||
@@ -35,7 +50,7 @@ "prosemirror-view": "^1.23.2", | ||
"start": "vite", | ||
"watch": "tsc -w", | ||
"watch": "vite build --watch", | ||
"test": "jest", | ||
"tsc": "tsc --noEmit", | ||
"build": "tsc" | ||
"build": "vite build && tsc --emitDeclarationOnly" | ||
} | ||
} |
/* Copyright 2021, Milkdown by Mirone. */ | ||
export * from 'prosemirror-commands'; | ||
export * as pmCommands from 'prosemirror-commands'; | ||
export * from 'prosemirror-dropcursor'; | ||
export * as pmDropcursor from 'prosemirror-dropcursor'; | ||
export * from 'prosemirror-gapcursor'; | ||
export * as pmGapcursor from 'prosemirror-gapcursor'; | ||
export * from 'prosemirror-history'; | ||
export * as pmHistory from 'prosemirror-history'; | ||
export * from 'prosemirror-inputrules'; | ||
export * as pmInputRules from 'prosemirror-inputrules'; | ||
export * from 'prosemirror-keymap'; | ||
export * as pmKeymap from 'prosemirror-keymap'; | ||
export * from 'prosemirror-model'; | ||
export * as pmModel from 'prosemirror-model'; | ||
export * from 'prosemirror-schema-list'; | ||
export * as pmSchemaList from 'prosemirror-schema-list'; | ||
export * from 'prosemirror-state'; | ||
export * as pmState from 'prosemirror-state'; | ||
export * from 'prosemirror-tables'; | ||
export * as pmTables from 'prosemirror-tables'; | ||
export * from 'prosemirror-transform'; | ||
export * as pmTransform from 'prosemirror-transform'; | ||
export * from 'prosemirror-view'; | ||
export * as pmView from 'prosemirror-view'; |
/* Copyright 2021, Milkdown by Mirone. */ | ||
export * from './custom-input-rules'; | ||
export * from './mark-rule'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
68987
666
25
49
2
1
1
+ Addedprosemirror-gapcursor@^1.1.5
+ Addedprosemirror-history@^1.1.3
+ Addedprosemirror-tables@*
+ Added@milkdown/exception@5.2.1(transitive)
+ Added@types/prosemirror-dropcursor@1.5.0(transitive)
+ Added@types/prosemirror-gapcursor@1.3.0(transitive)
+ Added@types/prosemirror-history@1.3.0(transitive)
+ Added@types/prosemirror-schema-list@1.2.0(transitive)
- Removed@milkdown/exception@5.2.0(transitive)
Updated@milkdown/exception@5.2.1