amotify 0.0.33 → 0.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,7 +20,7 @@ declare global {
20
20
  ( params: JsminExtension.Fetch.Input,callback?: JsminExtension.Fetch.callback ): Promise<Jsmin.Fetch.Output>
21
21
  }
22
22
  type Input = {
23
- key: string
23
+ key?: string
24
24
  topLoader?: boolean
25
25
  cornerLoader?: boolean
26
26
  trafficControl?: number
package/@types/state.tsx CHANGED
@@ -129,7 +129,7 @@ declare global {
129
129
  type ColorParams =
130
130
  Others.UniColors |
131
131
  '1.clear' | '2.normal' | '3.blur' | '4.thin' | '5.translucent' | '6.clear' |
132
- 'mono' | 'monoSecond' | 'logo'
132
+ 'mono' | 'monoSecond' | 'logo' | 'trans'
133
133
  type SizeParams =
134
134
  '0.xs' |
135
135
  '1.mini' |