property-graph
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -122,4 +122,4 @@ import { LiteralKeys, Nullable, RefKeys, RefListKeys, RefMapKeys } from './constants.js'; | ||
/** | ||
* Dispatches an event on the {@link GraphNode}, and on the associated | ||
* {@link Graph}. Event types on the graph are prefixed, `"node:[type]"`. | ||
* Dispatches an event on the GraphNode, and on the associated | ||
* Graph. Event types on the graph are prefixed, `"node:[type]"`. | ||
*/ | ||
@@ -126,0 +126,0 @@ dispatchEvent(event: BaseEvent): this; |
@@ -597,4 +597,4 @@ class EventDispatcher { | ||
/** | ||
* Dispatches an event on the {@link GraphNode}, and on the associated | ||
* {@link Graph}. Event types on the graph are prefixed, `"node:[type]"`. | ||
* Dispatches an event on the GraphNode, and on the associated | ||
* Graph. Event types on the graph are prefixed, `"node:[type]"`. | ||
*/ | ||
@@ -601,0 +601,0 @@ |
@@ -611,4 +611,4 @@ class EventDispatcher { | ||
/** | ||
* Dispatches an event on the {@link GraphNode}, and on the associated | ||
* {@link Graph}. Event types on the graph are prefixed, `"node:[type]"`. | ||
* Dispatches an event on the GraphNode, and on the associated | ||
* Graph. Event types on the graph are prefixed, `"node:[type]"`. | ||
*/ | ||
@@ -615,0 +615,0 @@ |
{ | ||
"name": "property-graph", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Base for creating objects that behave like a Property Graph.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -319,4 +319,4 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
/** | ||
* Dispatches an event on the {@link GraphNode}, and on the associated | ||
* {@link Graph}. Event types on the graph are prefixed, `"node:[type]"`. | ||
* Dispatches an event on the GraphNode, and on the associated | ||
* Graph. Event types on the graph are prefixed, `"node:[type]"`. | ||
*/ | ||
@@ -323,0 +323,0 @@ dispatchEvent(event: BaseEvent): this { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
188209