@reactflow/background
Advanced tools
Comparing version 11.0.0-next.2 to 11.0.0-next.3
@@ -9,1 +9,2 @@ /// <reference types="react" /> | ||
export default _default; | ||
//# sourceMappingURL=Background.d.ts.map |
export { default as Background } from './Background'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -14,1 +14,2 @@ /// <reference types="react" /> | ||
export {}; | ||
//# sourceMappingURL=Patterns.d.ts.map |
@@ -16,1 +16,2 @@ import { CSSProperties } from 'react'; | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@reactflow/background", | ||
"version": "11.0.0-next.2", | ||
"version": "11.0.0-next.3", | ||
"description": "Background component with different variants for React Flow", | ||
@@ -31,5 +31,8 @@ "keywords": [ | ||
"@babel/runtime": "^7.18.9", | ||
"@reactflow/core": "11.0.0-next.2", | ||
"@reactflow/core": "11.0.0-next.3", | ||
"classcat": "^5.0.3" | ||
}, | ||
"devDependencies": { | ||
"tsconfig": "*" | ||
}, | ||
"peerDependencies": { | ||
@@ -36,0 +39,0 @@ "react": ">=18", |
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
17312
15
1
+ Added@reactflow/core@11.0.0-next.3(transitive)
- Removed@reactflow/core@11.0.0-next.2(transitive)