@neo4j-devtools/arc
Advanced tools
Comparing version 0.0.43 to 0.0.44
@@ -84,2 +84,3 @@ import { Record as Record$1, Integer, Point as Point$2, Date, Time, DateTime, LocalTime, LocalDateTime, Duration, Node, Relationship, Path, QueryResult } from 'neo4j-driver-core'; | ||
declare const isCypherBasicPropertyType: (value: any) => value is CypherBasicPropertyType; | ||
declare const isCypherPropertyType: (value: any) => value is CypherProperty; | ||
declare const isCypherTemporalType: (anything: object) => anything is CypherTemporalType; | ||
@@ -621,2 +622,2 @@ | ||
export { ArcThemeProvider, BasicNode, BasicNodesAndRels, BasicRelationship, ChevronLeftIcon, ChevronRightIcon, ClickableUrls, ClipboardCopier, CopyIcon, CypherBasicPropertyType, CypherDataType, CypherEditor, CypherEditorProps, CypherList, CypherMap, CypherProperty, CypherStructuralType, DetailsPaneProps, GraphModel, GraphStats, GraphStatsLabels, GraphStatsRelationshipTypes, GraphStyleModel, GraphVisualizer, IconBaseProps, IconSize, InfoIcon, NodeItem, OverviewPaneProps, PropertiesTable, RelationshipItem, Selector, ShowMoreOrAll, StyledLabelChip, StyledPropertyChip, StyledRelationshipChip, VizItem, VizItemProperty, WarningIcon, WarningMessage, ZoomInIcon, ZoomOutIcon, ZoomToFitIcon, baseArcTheme, copyToClipboard, cypherDataToString, deepEquals, extractUniqueNodesAndRels, getPropertyTypeDisplayName, getText, initalizeCypherSupport, isCypherBasicPropertyType, isCypherTemporalType, isMac, mapObjectValues, measureText, numberToUSLocale, propertyToString, setEditorTheme, setupAutocomplete, toFunction, toKeyString, toLabel, toProcedure, toRelationshipType, upperFirst }; | ||
export { ArcThemeProvider, BasicNode, BasicNodesAndRels, BasicRelationship, ChevronLeftIcon, ChevronRightIcon, ClickableUrls, ClipboardCopier, CopyIcon, CypherBasicPropertyType, CypherDataType, CypherEditor, CypherEditorProps, CypherList, CypherMap, CypherProperty, CypherStructuralType, DetailsPaneProps, GraphModel, GraphStats, GraphStatsLabels, GraphStatsRelationshipTypes, GraphStyleModel, GraphVisualizer, IconBaseProps, IconSize, InfoIcon, NodeItem, OverviewPaneProps, PropertiesTable, RelationshipItem, Selector, ShowMoreOrAll, StyledLabelChip, StyledPropertyChip, StyledRelationshipChip, VizItem, VizItemProperty, WarningIcon, WarningMessage, ZoomInIcon, ZoomOutIcon, ZoomToFitIcon, baseArcTheme, copyToClipboard, cypherDataToString, deepEquals, extractUniqueNodesAndRels, getPropertyTypeDisplayName, getText, initalizeCypherSupport, isCypherBasicPropertyType, isCypherPropertyType, isCypherTemporalType, isMac, mapObjectValues, measureText, numberToUSLocale, propertyToString, setEditorTheme, setupAutocomplete, toFunction, toKeyString, toLabel, toProcedure, toRelationshipType, upperFirst }; |
{ | ||
"name": "@neo4j-devtools/arc", | ||
"version": "0.0.43", | ||
"version": "0.0.44", | ||
"main": "dist/neo4j-arc.js", | ||
@@ -29,3 +29,3 @@ "author": "Neo4j Inc.", | ||
"esbuild": "^0.14.26", | ||
"neo4j-driver-core": "^5.0.1", | ||
"neo4j-driver-core": "^5.3.0", | ||
"react": "^17.0.2", | ||
@@ -72,3 +72,3 @@ "react-dom": "^17.0.2", | ||
"@neo4j-ndl/react": "^0.1.2", | ||
"neo4j-driver-core": "^5.0.1", | ||
"neo4j-driver-core": "^5.3.0", | ||
"react": "^17.0.2", | ||
@@ -75,0 +75,0 @@ "react-dom": "^17.0.2" |
Sorry, the diff of this file is too big to display
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
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
629153
5143