@memberjunction/core
Advanced tools
Comparing version 0.9.22 to 0.9.23
@@ -216,3 +216,2 @@ import { BaseInfo } from "./baseInfo"; | ||
* Formats a value based on the parameters passed in. This is a wrapper utility method that already know the SQL type from the entity field definition and simply calls the generic FormatValue() function that is also exported by @memberjunction/core | ||
* @param sqlType - Required - the base type in SQL Server, for example int, nvarchar, etc. For types that have a length like numeric(28,4) or nvarchar(50) do NOT provide the length, just numeric and nvarchar in those examples | ||
* @param value - Value to format | ||
@@ -219,0 +218,0 @@ * @param decimals Number of decimals to show, defaults to 2 |
@@ -244,3 +244,2 @@ "use strict"; | ||
* Formats a value based on the parameters passed in. This is a wrapper utility method that already know the SQL type from the entity field definition and simply calls the generic FormatValue() function that is also exported by @memberjunction/core | ||
* @param sqlType - Required - the base type in SQL Server, for example int, nvarchar, etc. For types that have a length like numeric(28,4) or nvarchar(50) do NOT provide the length, just numeric and nvarchar in those examples | ||
* @param value - Value to format | ||
@@ -247,0 +246,0 @@ * @param decimals Number of decimals to show, defaults to 2 |
{ | ||
"name": "@memberjunction/core", | ||
"version": "0.9.22", | ||
"version": "0.9.23", | ||
"description": "MemberJunction: Core Library including Metadata, Application, Entity Retrieval and Manipulation, and Utilities", | ||
@@ -22,4 +22,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@memberjunction/global": "^0.9.21" | ||
"@memberjunction/global": "^0.9.22" | ||
} | ||
} |
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
314976
4978
0