Comparing version 11.0.0-next.5 to 11.0.0-next.6
@@ -1,6 +0,5 @@ | ||
export * from '@rctflw/core'; | ||
export * from '@rctflw/minimap'; | ||
export * from '@rctflw/controls'; | ||
export * from '@rctflw/background'; | ||
import { ReactFlow } from '@rctflw/core'; | ||
export default ReactFlow; | ||
export * from '@reactflow/core'; | ||
export * from '@reactflow/minimap'; | ||
export * from '@reactflow/controls'; | ||
export * from '@reactflow/background'; | ||
export { ReactFlow as default } from '@reactflow/core'; |
@@ -5,6 +5,6 @@ 'use strict'; | ||
var core = require('@rctflw/core'); | ||
var minimap = require('@rctflw/minimap'); | ||
var controls = require('@rctflw/controls'); | ||
var background = require('@rctflw/background'); | ||
var core = require('@reactflow/core'); | ||
var minimap = require('@reactflow/minimap'); | ||
var controls = require('@reactflow/controls'); | ||
var background = require('@reactflow/background'); | ||
@@ -11,0 +11,0 @@ |
@@ -5,6 +5,6 @@ 'use strict'; | ||
var core = require('@rctflw/core'); | ||
var minimap = require('@rctflw/minimap'); | ||
var controls = require('@rctflw/controls'); | ||
var background = require('@rctflw/background'); | ||
var core = require('@reactflow/core'); | ||
var minimap = require('@reactflow/minimap'); | ||
var controls = require('@reactflow/controls'); | ||
var background = require('@reactflow/background'); | ||
@@ -11,0 +11,0 @@ |
@@ -1,6 +0,5 @@ | ||
import { ReactFlow } from '@rctflw/core'; | ||
export * from '@rctflw/core'; | ||
export { ReactFlow as default } from '@rctflw/core'; | ||
export * from '@rctflw/minimap'; | ||
export * from '@rctflw/controls'; | ||
export * from '@rctflw/background'; | ||
export * from '@reactflow/core'; | ||
export { ReactFlow as default } from '@reactflow/core'; | ||
export * from '@reactflow/minimap'; | ||
export * from '@reactflow/controls'; | ||
export * from '@reactflow/background'; |
{ | ||
"name": "reactflow", | ||
"version": "11.0.0-next.5", | ||
"version": "11.0.0-next.6", | ||
"description": "A highly customizable React library for building node-based editors and interactive flow charts", | ||
@@ -31,6 +31,6 @@ "keywords": [ | ||
"@babel/runtime": "^7.18.9", | ||
"@rctflw/background": "11.0.0-next.2", | ||
"@rctflw/controls": "11.0.0-next.2", | ||
"@rctflw/core": "11.0.0-next.2", | ||
"@rctflw/minimap": "11.0.0-next.2" | ||
"@reactflow/background": "11.0.0-next.0", | ||
"@reactflow/controls": "11.0.0-next.0", | ||
"@reactflow/core": "11.0.0-next.0", | ||
"@reactflow/minimap": "11.0.0-next.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "peerDependencies": { |
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
10064
8
86
1
+ Added@reactflow/background@11.0.0-next.0(transitive)
+ Added@reactflow/controls@11.0.0-next.0(transitive)
+ Added@reactflow/core@11.0.0-next.0(transitive)
+ Added@reactflow/minimap@11.0.0-next.0(transitive)
- Removed@rctflw/background@11.0.0-next.2
- Removed@rctflw/controls@11.0.0-next.2
- Removed@rctflw/core@11.0.0-next.2
- Removed@rctflw/minimap@11.0.0-next.2
- Removed@rctflw/background@11.0.0-next.2(transitive)
- Removed@rctflw/controls@11.0.0-next.2(transitive)
- Removed@rctflw/core@11.0.0-next.2(transitive)
- Removed@rctflw/minimap@11.0.0-next.2(transitive)