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

@artsy/cohesion

Package Overview
Dependencies
Maintainers
14
Versions
455
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artsy/cohesion - npm Package Compare versions

Comparing version 1.31.1 to 1.32.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# v1.32.0 (Tue Aug 25 2020)
#### 🚀 Enhancement
- Add article and articles to OwnerType [#97](https://github.com/artsy/cohesion/pull/97) ([@eessex](https://github.com/eessex))
#### Authors: 1
- Eve Essex ([@eessex](https://github.com/eessex))
---
# v1.31.1 (Mon Aug 24 2020)

@@ -2,0 +14,0 @@

4

dist/Schema/Values/OwnerType.d.ts

@@ -7,2 +7,4 @@ /**

export declare enum OwnerType {
article = "article",
articles = "articles",
artist = "artist",

@@ -44,2 +46,2 @@ artists = "artists",

*/
export declare type PageOwnerType = OwnerType.artist | OwnerType.artists | OwnerType.artistSeries | OwnerType.artwork | OwnerType.auctions | OwnerType.collect | OwnerType.collection | OwnerType.consign | OwnerType.fair | OwnerType.galleries | OwnerType.gene | OwnerType.home | OwnerType.partner | OwnerType.sale | OwnerType.search | OwnerType.worksForYou;
export declare type PageOwnerType = OwnerType.article | OwnerType.articles | OwnerType.artist | OwnerType.artists | OwnerType.artistSeries | OwnerType.artwork | OwnerType.auctions | OwnerType.collect | OwnerType.collection | OwnerType.consign | OwnerType.fair | OwnerType.galleries | OwnerType.gene | OwnerType.home | OwnerType.partner | OwnerType.sale | OwnerType.search | OwnerType.worksForYou;

@@ -21,2 +21,4 @@ "use strict";

(function (OwnerType) {
OwnerType["article"] = "article";
OwnerType["articles"] = "articles";
OwnerType["artist"] = "artist";

@@ -23,0 +25,0 @@ OwnerType["artists"] = "artists";

{
"name": "@artsy/cohesion",
"version": "1.31.1",
"version": "1.32.0",
"description": "Analytics schema and library helpers",

@@ -5,0 +5,0 @@ "main": "dist/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