webext-buildtools-chrome-webstore-builder
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,0 +0,0 @@ import { PublishStatus, PublishTarget } from 'typed-chrome-webstore-api'; |
@@ -0,0 +0,0 @@ import * as webstoreApi from 'typed-chrome-webstore-api'; |
@@ -0,0 +0,0 @@ import * as webstoreApi from 'typed-chrome-webstore-api'; |
@@ -0,0 +0,0 @@ export interface IWaitForWebstoreOptions { |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { LoggerWrapper } from 'webext-buildtools-utils'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { LoggerWrapper } from 'webext-buildtools-utils'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { LoggerWrapper } from 'webext-buildtools-utils'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
import { LoggerWrapper } from 'webext-buildtools-utils'; | ||
import { ChromeWebstoreApiFacade } from '../chromeWebstoreApiFacade'; | ||
export declare function validateVersion(manifestVersion: string, apiFacade: ChromeWebstoreApiFacade, logWrapper: LoggerWrapper): Promise<void>; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface IWebextManifest { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=webextManifest.js.map |
@@ -0,0 +0,0 @@ import { BaseBuildResult, BasicTypeBuildAsset, BufferBuildAsset, FileBuildAsset } from 'webext-buildtools-utils'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ChromeWebstoreBuilder } from './builder'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "webext-buildtools-chrome-webstore-builder", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "webext-buildtools builder for deploying to Chrome Webstore. Based on chrome-webstore-upload", | ||
@@ -37,3 +37,3 @@ "main": "dist", | ||
"devDependencies": { | ||
"webext-buildtools-builder-types": "^1.0.7", | ||
"webext-buildtools-builder-types": "^1.0.8", | ||
"@types/node": "^10.12.20", | ||
@@ -43,3 +43,3 @@ "@types/fs-extra": "^5.0.5", | ||
"@types/axios": "^0.14.0", | ||
"tslint": "^5.17.0", | ||
"tslint": "^6.1.2", | ||
"tslint-config-prettier": "^1.17.0", | ||
@@ -46,0 +46,0 @@ "typescript": "^3.2.4" |
@@ -0,0 +0,0 @@ [![Build Status](https://travis-ci.com/cardinalby/webext-buildtools-chrome-webstore-builder.svg?branch=master)](https://travis-ci.com/cardinalby/webext-buildtools-chrome-webstore-builder) |
Sorry, the diff of this file is not supported yet
36763