@deboxsoft/module-core
Advanced tools
Comparing version 2.6.58 to 2.6.59
@@ -11,2 +11,3 @@ import * as _zod from 'zod'; | ||
export { A as AlternativeType, k as AppConfig, j as Config, g as CreateResponse, C as CreateResult, e as DataResponse, D as DataResult, c as Filter, a as FilterCondition, F as FilterOperators, I as ID, d as IdParams, J as Join, N as NestedPaths, P as PropertyType, R as RegExpOrString, i as RemoveResponse, f as RemoveResult, b as RootFilterOperators, S as ServerApiConfig, h as UpdateResponse, U as UpdateResult } from './types-ac8a4864.js'; | ||
export { render as mustacheRender } from 'mustache'; | ||
@@ -13,0 +14,0 @@ type NotificationType = "alert" | "warning" | "error" | "info"; |
@@ -19,2 +19,4 @@ import { __export, Container, ContainerDIClass, DbxError, __reExport } from './chunk-G6MNEHNE.js'; | ||
import * as openapi3_ts_star from 'openapi3-ts'; | ||
import { render } from 'mustache'; | ||
export { render as mustacheRender } from 'mustache'; | ||
@@ -73,2 +75,3 @@ // src/index.ts | ||
mapValues: () => mapValues, | ||
mustacheRender: () => render, | ||
noCase: () => noCase, | ||
@@ -75,0 +78,0 @@ objectEquals: () => objectEquals, |
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "2.6.58", | ||
"version": "2.6.59", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -35,2 +35,3 @@ "maintainers": [ | ||
"dependencies": { | ||
"@types/mustache": "^4.1.3", | ||
"clone-deep": "^4.0.1", | ||
@@ -49,3 +50,2 @@ "dayjs": "^1.11.4", | ||
"devDependencies": { | ||
"@types/mustache": "^4.1.3", | ||
"change-case": "^4.1.2", | ||
@@ -52,0 +52,0 @@ "dotenv": "^16.0.2", |
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
64783
3
1889
12
+ Added@types/mustache@^4.1.3
+ Added@types/mustache@4.2.5(transitive)