typed-chrome-webstore-api
Advanced tools
Comparing version 0.1.0 to 0.1.2
export declare function fetchToken(clientId: string, clientSecret: string, refreshToken: string): Promise<any>; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum PublishTarget { |
@@ -0,0 +0,0 @@ "use strict"; |
export { fetchToken } from './authApi'; | ||
export { PublishTarget, IWebstoreResource, IPublishResponse, PublishStatus, UploadState } from './consts'; | ||
export { WebstoreApi } from './webstoreApi'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "typed-chrome-webstore-api", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"description": "Typed Chrome Webstore API to upload/publish extensions", | ||
@@ -11,5 +11,5 @@ "main": "dist/index.js", | ||
"type": "git", | ||
"url": "https://github.com/cardinalby/typed-chrome-webstore-api.git" | ||
"url": "https://github.com/cardinalby/typed-chrome-webstore-api" | ||
}, | ||
"homepage": "https://github.com/cardinalby/typed-chrome-webstore-api.git", | ||
"homepage": "https://github.com/cardinalby/typed-chrome-webstore-api", | ||
"keywords": [ | ||
@@ -16,0 +16,0 @@ "raii", |
@@ -0,0 +0,0 @@ [![Build Status](https://travis-ci.com/cardinalby/typed-chrome-webstore-api.svg?branch=master)](https://travis-ci.com/cardinalby/typed-chrome-webstore-api) |
Sorry, the diff of this file is not supported yet
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
12756