@prosekit/core
Advanced tools
Comparing version 0.0.0-next-20240715055445 to 0.0.0-next-20240715062625
@@ -1199,4 +1199,6 @@ import { | ||
} | ||
var isServer = typeof window === "undefined"; | ||
var nodeViewFactoryFacet = defineFacet({ | ||
reducer: (inputs) => { | ||
if (isServer) return []; | ||
const nodeViews = {}; | ||
@@ -1203,0 +1205,0 @@ const factories = inputs.map((x) => x[0]).filter(isNotNull); |
{ | ||
"name": "@prosekit/core", | ||
"type": "module", | ||
"version": "0.0.0-next-20240715055445", | ||
"version": "0.0.0-next-20240715062625", | ||
"private": false, | ||
@@ -47,3 +47,3 @@ "author": { | ||
"type-fest": "^4.21.0", | ||
"@prosekit/pm": "^0.0.0-next-20240715055445" | ||
"@prosekit/pm": "^0.0.0-next-20240715062625" | ||
}, | ||
@@ -50,0 +50,0 @@ "devDependencies": { |
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
149945
4718