@squared-functions/core
Advanced tools
Comparing version 3.3.1 to 3.3.2
import type { HostConstructor, ModuleConstructor } from '../types/lib'; | ||
declare namespace Core { | ||
declare namespace core { | ||
const Module: ModuleConstructor; | ||
@@ -8,2 +8,2 @@ const Host: HostConstructor; | ||
export = Core; | ||
export = core; |
{ | ||
"name": "@squared-functions/core", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "Core modules for squared-functions", | ||
@@ -18,5 +18,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@squared-functions/module": "3.3.1", | ||
"@squared-functions/types": "3.3.1" | ||
"@squared-functions/module": "3.3.2", | ||
"@squared-functions/types": "3.3.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
+ Added@squared-functions/module@3.3.2(transitive)
+ Added@squared-functions/types@3.3.2(transitive)
- Removed@squared-functions/module@3.3.1(transitive)
- Removed@squared-functions/types@3.3.1(transitive)