@electron-forge/publisher-base
Advanced tools
Comparing version 6.0.0-beta.45 to 6.0.0-beta.46
@@ -25,3 +25,3 @@ import { ForgePlatform, ForgeConfig, ForgeMakeResult, IForgePublisher } from '@electron-forge/shared-types'; | ||
constructor(config: C, providedPlatforms?: ForgePlatform[] | undefined); | ||
readonly platforms: ForgePlatform[]; | ||
get platforms(): ForgePlatform[]; | ||
/** | ||
@@ -28,0 +28,0 @@ * Publishers must implement this method to publish the artifacts returned from |
{ | ||
"name": "@electron-forge/publisher-base", | ||
"version": "6.0.0-beta.45", | ||
"version": "6.0.0-beta.46", | ||
"description": "Base publisher for Electron Forge", | ||
@@ -11,5 +11,5 @@ "repository": "https://github.com/electron-userland/electron-forge", | ||
"devDependencies": { | ||
"@electron-forge/shared-types": "6.0.0-beta.45", | ||
"@electron-forge/shared-types": "6.0.0-beta.46", | ||
"chai": "4.2.0", | ||
"mocha": "^6.2.0" | ||
"mocha": "^6.2.2" | ||
}, | ||
@@ -16,0 +16,0 @@ "engines": { |
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
8565