Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@quintype/migration-helpers

Package Overview
Dependencies
Maintainers
18
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quintype/migration-helpers - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

5

build/main/lib/editor-types.d.ts

@@ -18,2 +18,4 @@ /// <reference types="node" />

readonly 'story-template': string;
/** Optional Subheadline */
readonly subheadline?: string;
}

@@ -79,3 +81,4 @@ interface StoryHeroImageFields {

readonly email?: string;
readonly username?: string;
readonly username: string;
readonly bio?: string;
readonly 'avatar-url'?: string;

@@ -82,0 +85,0 @@ }

@@ -18,2 +18,4 @@ /// <reference types="node" />

readonly 'story-template': string;
/** Optional Subheadline */
readonly subheadline?: string;
}

@@ -79,3 +81,4 @@ interface StoryHeroImageFields {

readonly email?: string;
readonly username?: string;
readonly username: string;
readonly bio?: string;
readonly 'avatar-url'?: string;

@@ -82,0 +85,0 @@ }

@@ -5,2 +5,13 @@ # Change Log

<a name="1.10.0"></a>
# [1.10.0](https://github.com/gja/@quintype/migration-helpers/compare/v1.9.0...v1.10.0) (2019-06-12)
### Features
* Making username mandatory for authors ([6608dad](https://github.com/gja/@quintype/migration-helpers/commit/6608dad))
* Subheadline in the story ([15e0fc7](https://github.com/gja/@quintype/migration-helpers/commit/15e0fc7))
<a name="1.9.0"></a>

@@ -7,0 +18,0 @@ # [1.9.0](https://github.com/gja/@quintype/migration-helpers/compare/v1.8.0...v1.9.0) (2019-06-05)

2

package.json
{
"name": "@quintype/migration-helpers",
"version": "1.9.0",
"version": "1.10.0",
"description": "Helper Functions for Migrations",

@@ -5,0 +5,0 @@ "main": "build/main/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc