@cloudbase/js-sdk 2.10.0 → 2.12.0

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.
package/index.d.ts CHANGED
@@ -224,7 +224,7 @@ declare namespace cloudbase.app {
224
224
  *
225
225
  * @return {!cloudbase.auth.App} Auth实例
226
226
  */
227
- auth(options: {
227
+ auth(options?: {
228
228
  persistence: cloudbase.auth.Persistence
229
229
  }): cloudbase.auth.App;
230
230
  /**