Comparing version 1.0.2 to 1.0.3
@@ -23,4 +23,4 @@ export interface User { | ||
author?: string; | ||
access?: 'member' | 'premium'; | ||
homepage?: string; | ||
readme?: string; | ||
dependencies?: string[]; | ||
@@ -111,3 +111,2 @@ main?: string; | ||
isExtPage: (url?: string) => boolean; | ||
getLanguageByContent: (content: string) => string; | ||
field: (id?: string | Array<string> | { | ||
@@ -114,0 +113,0 @@ [index: string]: any; |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; |
{ | ||
"name": "circle-ts", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Definition of TS Type for Circle Reader", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.js", |
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
7857
187