@kizahasi/flocon-script
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -142,3 +142,3 @@ import { Option } from '@kizahasi/option'; | ||
} | ||
export declare type FValue = null | undefined | FBoolean | FNumber | FString | FArray | FRecord | FFunction; | ||
export declare type FValue = null | undefined | FBoolean | FNumber | FString | FArray | FObject | FFunction; | ||
export declare class FGlobalRecord extends FRecord { | ||
@@ -145,0 +145,0 @@ constructor(base?: FRecord); |
{ | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"license": "MIT", | ||
@@ -31,2 +31,3 @@ "main": "dist/cjs/index.js", | ||
"author": "kizahasi", | ||
"description": "Executes javascript safely, but some features are not supported.", | ||
"repository": { | ||
@@ -33,0 +34,0 @@ "type": "git", |
Sorry, the diff of this file is too big to display
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
448185