prosemirror-flat-list
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "prosemirror-flat-list", | ||
"type": "module", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "", | ||
@@ -17,10 +17,10 @@ "author": "ocavue <ocavue@gmail.com>", | ||
"sideEffects": false, | ||
"main": "./dist/index.mjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/prosemirror-flat-list.js", | ||
"module": "./dist/prosemirror-flat-list.js", | ||
"types": "./dist/prosemirror-flat-list.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.js" | ||
"types": "./dist/prosemirror-flat-list.d.ts", | ||
"require": "./dist/prosemirror-flat-list.cjs", | ||
"import": "./dist/prosemirror-flat-list.js" | ||
}, | ||
@@ -42,2 +42,3 @@ "./style.css": "./dist/style.css", | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.34.4", | ||
"@remirror/core": "^2.0.11", | ||
@@ -47,2 +48,3 @@ "@remirror/extension-blockquote": "^2.0.12", | ||
"@remirror/pm": "^2.0.3", | ||
"@remirror/preset-core": "^2.0.14", | ||
"@types/dedent": "^0.7.0", | ||
@@ -52,2 +54,3 @@ "@types/node": "^18.11.18", | ||
"dedent": "^0.7.0", | ||
"jest-prosemirror": "^2.1.1", | ||
"jest-remirror": "^2.1.3", | ||
@@ -73,5 +76,8 @@ "jsdom": "^21.0.0", | ||
"dev": "tsup --watch", | ||
"build": "tsup", | ||
"build": "run-s build:tsup build:tsc build:api-extractor", | ||
"build:tsup": "tsup", | ||
"build:tsc": "tsc -b tsconfig.json", | ||
"build:api-extractor": "api-extractor run", | ||
"test": "vitest" | ||
} | ||
} |
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
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
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
75855
8
2338
28
1