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.23.0 to 1.24.0

12

CHANGELOG.md

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

# v1.24.0 (Thu Jul 30 2020)
#### 🚀 Enhancement
- Add partner to OwnerType [#86](https://github.com/artsy/cohesion/pull/86) ([@eessex](https://github.com/eessex))
#### Authors: 1
- Eve Essex ([@eessex](https://github.com/eessex))
---
# v1.23.0 (Tue Jul 28 2020)

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

5

dist/Schema/Values/OwnerType.d.ts

@@ -22,2 +22,3 @@ /**

inbox = "inbox",
partner = "partner",
sale = "sale",

@@ -36,6 +37,6 @@ search = "search",

*/
export declare type ScreenOwnerType = OwnerType.artist | OwnerType.artwork | OwnerType.auctions | OwnerType.gene | OwnerType.cityGuideGuide | OwnerType.cityGuideMap | OwnerType.cityPicker | OwnerType.collection | OwnerType.consignmentSubmission | OwnerType.consign | OwnerType.explore | OwnerType.fair | OwnerType.home | OwnerType.inbox | OwnerType.sale | OwnerType.search | OwnerType.savesAndFollows | OwnerType.sell | OwnerType.viewingRoom | OwnerType.viewingRoomArtworks | OwnerType.viewingRoomList | OwnerType.viewingRoomArtworkPage | OwnerType.worksForYou;
export declare type ScreenOwnerType = OwnerType.artist | OwnerType.artwork | OwnerType.auctions | OwnerType.gene | OwnerType.cityGuideGuide | OwnerType.cityGuideMap | OwnerType.cityPicker | OwnerType.collection | OwnerType.consignmentSubmission | OwnerType.consign | OwnerType.explore | OwnerType.fair | OwnerType.home | OwnerType.inbox | OwnerType.partner | OwnerType.sale | OwnerType.search | OwnerType.savesAndFollows | OwnerType.sell | OwnerType.viewingRoom | OwnerType.viewingRoomArtworks | OwnerType.viewingRoomList | OwnerType.viewingRoomArtworkPage | OwnerType.worksForYou;
/**
* Owner types available in web/mobile web
*/
export declare type PageOwnerType = OwnerType.artist | OwnerType.artwork | OwnerType.auctions | OwnerType.collect | OwnerType.collection | OwnerType.consign | OwnerType.fair | OwnerType.gene | OwnerType.home | OwnerType.sale | OwnerType.search | OwnerType.worksForYou;
export declare type PageOwnerType = OwnerType.artist | OwnerType.artwork | OwnerType.auctions | OwnerType.collect | OwnerType.collection | OwnerType.consign | OwnerType.fair | OwnerType.gene | OwnerType.home | OwnerType.partner | OwnerType.sale | OwnerType.search | OwnerType.worksForYou;

1

dist/Schema/Values/OwnerType.js

@@ -36,2 +36,3 @@ "use strict";

OwnerType["inbox"] = "inbox";
OwnerType["partner"] = "partner";
OwnerType["sale"] = "sale";

@@ -38,0 +39,0 @@ OwnerType["search"] = "search";

{
"name": "@artsy/cohesion",
"version": "1.23.0",
"version": "1.24.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