@plasmohq/chrome-webstore-api
Advanced tools
Comparing version 2.7.0 to 2.7.1
import { ReadStream } from 'fs'; | ||
declare type Options = { | ||
type Options = { | ||
extId: string; | ||
@@ -9,5 +9,5 @@ clientId: string; | ||
}; | ||
declare type PublishTarget = "default" | "trustedTesters"; | ||
declare type GetProjection = "DRAFT" | "PUBLISHED"; | ||
declare type UploadState = "FAILURE" | "IN_PROGRESS" | "NOT_FOUND" | "SUCCESS"; | ||
type PublishTarget = "default" | "trustedTesters"; | ||
type GetProjection = "DRAFT" | "PUBLISHED"; | ||
type UploadState = "FAILURE" | "IN_PROGRESS" | "NOT_FOUND" | "SUCCESS"; | ||
declare const errorMap: { | ||
@@ -14,0 +14,0 @@ extId: string; |
{ | ||
"name": "@plasmohq/chrome-webstore-api", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "Chrome webstore API", | ||
@@ -27,11 +27,11 @@ "exports": "./dist/index.js", | ||
"devDependencies": { | ||
"@plasmohq/prettier-plugin-sort-imports": "3.5.4", | ||
"@plasmohq/rps": "1.5.3", | ||
"@types/node": "18.11.9", | ||
"prettier": "2.7.1", | ||
"tsup": "6.4.0", | ||
"typescript": "4.8.4" | ||
"@plasmohq/prettier-plugin-sort-imports": "3.6.1", | ||
"@plasmohq/rps": "1.8.1", | ||
"@types/node": "18.11.18", | ||
"prettier": "2.8.3", | ||
"tsup": "6.5.0", | ||
"typescript": "4.9.4" | ||
}, | ||
"dependencies": { | ||
"got": "12.5.2" | ||
"got": "12.5.3" | ||
}, | ||
@@ -38,0 +38,0 @@ "scripts": { |
8448
+ Addedgot@12.5.3(transitive)
- Removedgot@12.5.2(transitive)
Updatedgot@12.5.3