@uniformdev/assets
Advanced tools
Comparing version 19.61.1-alpha.13 to 19.61.1-alpha.18
@@ -864,7 +864,9 @@ import { ApiClient, ClientOptions } from '@uniformdev/context/api'; | ||
/** @description Name for the prompt */ | ||
promptName?: string | null; | ||
name?: string | null; | ||
/** @description Text for the prompt */ | ||
promptText?: string | null; | ||
text?: string | null; | ||
/** @description Data for the prompt */ | ||
promptData?: string | null; | ||
data?: { | ||
[key: string]: unknown; | ||
} | null; | ||
/** @description Turn off/on prompt */ | ||
@@ -874,2 +876,4 @@ enabled?: boolean | null; | ||
builtIn?: boolean | null; | ||
/** @description Supported parameter types */ | ||
parameterTypes?: string[] | null; | ||
}; | ||
@@ -876,0 +880,0 @@ }; |
{ | ||
"name": "@uniformdev/assets", | ||
"version": "19.61.1-alpha.13+9ea7c72e6", | ||
"version": "19.61.1-alpha.18+f26189658", | ||
"description": "Uniform Assets", | ||
@@ -39,5 +39,5 @@ "license": "SEE LICENSE IN LICENSE.txt", | ||
"dependencies": { | ||
"@uniformdev/context": "19.61.1-alpha.13+9ea7c72e6" | ||
"@uniformdev/context": "19.61.1-alpha.18+f26189658" | ||
}, | ||
"gitHead": "9ea7c72e685bf1dd690149aa40a9b7a443d2ad28" | ||
"gitHead": "f2618965881c30f1e995f45a6e880bc2f4d10ebe" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
113132
1205