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.11.0 to 1.12.0

11

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

@@ -62,5 +62,14 @@ /// <reference types="node" />

}
/** Use StoryElement to send individual story elements to the editor */
interface StoryElement {
readonly title: "";
readonly description: "";
readonly type: "text" | "image" | "file" | "jsembed";
readonly subtype: string;
readonly metadata: object;
readonly [key: string]: string | object;
}
/** Use StoryElements for a more fine grained control on the created elements. Also see {@link StoryBody} */
interface StoryElements {
readonly 'story-elements': ReadonlyArray<string>;
readonly 'story-elements': ReadonlyArray<StoryElement>;
}

@@ -67,0 +76,0 @@ /** Represents a Story in the Editor. Please See Individual Parts of the Story. */

3

build/main/lib/editor-types.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWRpdG9yLXR5cGVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2xpYi9lZGl0b3ItdHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWRpdG9yLXR5cGVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2xpYi9lZGl0b3ItdHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFtRkMsQ0FBQyJ9

@@ -62,5 +62,14 @@ /// <reference types="node" />

}
/** Use StoryElement to send individual story elements to the editor */
interface StoryElement {
readonly title: "";
readonly description: "";
readonly type: "text" | "image" | "file" | "jsembed";
readonly subtype: string;
readonly metadata: object;
readonly [key: string]: string | object;
}
/** Use StoryElements for a more fine grained control on the created elements. Also see {@link StoryBody} */
interface StoryElements {
readonly 'story-elements': ReadonlyArray<string>;
readonly 'story-elements': ReadonlyArray<StoryElement>;
}

@@ -67,0 +76,0 @@ /** Represents a Story in the Editor. Please See Individual Parts of the Story. */

@@ -1,1 +0,2 @@

//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWRpdG9yLXR5cGVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2xpYi9lZGl0b3ItdHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWRpdG9yLXR5cGVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2xpYi9lZGl0b3ItdHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBbUZDLENBQUMifQ==

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

<a name="1.12.0"></a>
# [1.12.0](https://github.com/gja/@quintype/migration-helpers/compare/v1.11.0...v1.12.0) (2019-06-12)
### Features
* Supporting Story Elements ([f92bed3](https://github.com/gja/@quintype/migration-helpers/commit/f92bed3))
<a name="1.11.0"></a>

@@ -7,0 +17,0 @@ # [1.11.0](https://github.com/gja/@quintype/migration-helpers/compare/v1.10.0...v1.11.0) (2019-06-12)

{
"name": "@quintype/migration-helpers",
"version": "1.11.0",
"version": "1.12.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