@memberjunction/core
Advanced tools
Comparing version 2.10.0 to 2.11.0
@@ -149,3 +149,9 @@ import { EntityFieldInfo, EntityInfo, EntityFieldTSType, EntityPermissionType, RecordChange, ValidationResult, EntityRelationshipInfo } from './entityInfo'; | ||
type: 'new_record' | 'save' | 'delete' | 'transaction_ready' | 'other'; | ||
/** | ||
* Any payload that is associated with the event. This can be any type of object and is used to pass additional information about the event. | ||
*/ | ||
payload: any; | ||
/** | ||
* The BaseEntity object that is raising the event. | ||
*/ | ||
baseEntity: BaseEntity; | ||
@@ -152,0 +158,0 @@ } |
{ | ||
"name": "@memberjunction/core", | ||
"version": "2.10.0", | ||
"version": "2.11.0", | ||
"description": "MemberJunction: Core Library including Metadata, Application, Entity Retrieval and Manipulation, and Utilities", | ||
@@ -22,3 +22,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@memberjunction/global": "2.10.0", | ||
"@memberjunction/global": "2.11.0", | ||
"rxjs": "^7.8.1", | ||
@@ -25,0 +25,0 @@ "zod": "^3.23.8" |
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
593033
8565
+ Added@memberjunction/global@2.11.0(transitive)
- Removed@memberjunction/global@2.10.0(transitive)