@squared-functions/core
Advanced tools
Comparing version 4.13.5 to 4.14.0
@@ -1,3 +0,3 @@ | ||
import type { HostConstructor, ModuleConstructor } from '../types/lib'; | ||
import type { AbortComponentConstructor, ClientConstructor, ClientDbConstructor, PermissionConstructor } from '../types/lib/core'; | ||
import type { HostConstructor, ModuleConstructor } from '@squared-functions/types/lib'; | ||
import type { AbortComponentConstructor, ClientConstructor, ClientDbConstructor, PermissionConstructor } from '@squared-functions/types/lib/core'; | ||
@@ -4,0 +4,0 @@ declare namespace core { |
{ | ||
"name": "@squared-functions/core", | ||
"version": "4.13.5", | ||
"version": "4.14.0", | ||
"description": "Core modules for squared-functions.", | ||
@@ -21,6 +21,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"@squared-functions/module": "4.13.5", | ||
"@squared-functions/types": "4.13.5", | ||
"@squared-functions/module": "4.14.0", | ||
"@squared-functions/types": "4.14.0", | ||
"picomatch": "^2.3.1" | ||
} | ||
} |
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
49645
+ Added@squared-functions/module@4.14.0(transitive)
+ Added@squared-functions/types@4.14.0(transitive)
- Removed@squared-functions/module@4.13.5(transitive)
- Removed@squared-functions/types@4.13.5(transitive)