Comparing version 1.0.0 to 1.0.1
@@ -17,2 +17,3 @@ export interface User { | ||
core?: boolean; | ||
debug?: boolean; | ||
enabled?: boolean; | ||
@@ -175,3 +176,4 @@ version?: string; | ||
i18n: (...args: Array<string>) => string; | ||
fetch: (url: string, options?: { | ||
fetch: (url: string | Array<string>, options?: { | ||
url?: string | Array<string>; | ||
format?: 'json' | 'text' | 'blob'; | ||
@@ -178,0 +180,0 @@ [index: string]: any; |
{ | ||
"name": "circle-ts", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Definition of TS Type for Circle Reading Assistant", | ||
"module": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"sideEffects": false, | ||
"author": "Ranhe <wenguang.fe@gmail.com> (https://circlereader.com/)", | ||
@@ -8,0 +9,0 @@ "scripts": { |
7885
187