Comparing version 1.0.24 to 1.0.25
{ | ||
"name": "xrm-ex", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "Xrm-Ex is a JavaScript framework that simplifies the usage of Dynamics 365 Client API. It provides intuitive wrappers for formContext and Xrm Object, helping developers reduce the amount of code, increase maintainability, and decrease errors. Ideal for developers looking to leverage the power of Dynamics 365 Client API within the TypeScript ecosystem.", | ||
@@ -24,10 +24,2 @@ "keywords": [ | ||
"license": "MIT", | ||
"engines": { | ||
"node": "^18.15.0", | ||
"npm": "^9.5.0" | ||
}, | ||
"volta": { | ||
"node": "18.15.0", | ||
"npm": "9.5.0" | ||
}, | ||
"publishConfig": { | ||
@@ -34,0 +26,0 @@ "access": "public" |
@@ -25,3 +25,3 @@ /// <reference types="xrm" /> | ||
}; | ||
declare namespace XrmEx { | ||
export declare namespace XrmEx { | ||
/** | ||
@@ -474,1 +474,2 @@ * Throws an error with the given error message. | ||
} | ||
export {}; |
Sorry, the diff of this file is too big to display
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
1801
205564