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.26.0 to 1.27.0

12

CHANGELOG.md

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

# v1.27.0 (Mon Aug 10 2020)
#### 🚀 Enhancement
- Adds export for tapped artwork grid + owner type for artist series [#91](https://github.com/artsy/cohesion/pull/91) ([@sweir27](https://github.com/sweir27))
#### Authors: 1
- Sarah Weir ([@sweir27](https://github.com/sweir27))
---
# v1.26.0 (Tue Aug 04 2020)

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

1

dist/Helpers/index.d.ts

@@ -13,2 +13,3 @@ export * from "./Authentication/AuthImpression";

export * from "./Tap/TappedEntityGroup";
export * from "./Tap/TappedMainArtworkGrid";
export * from "./Tap/TappedTabBar";

@@ -151,2 +151,14 @@ "use strict";

var _TappedMainArtworkGrid = require("./Tap/TappedMainArtworkGrid");
Object.keys(_TappedMainArtworkGrid).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _TappedMainArtworkGrid[key];
}
});
});
var _TappedTabBar = require("./Tap/TappedTabBar");

@@ -153,0 +165,0 @@

2

dist/Helpers/Tap/TappedMainArtworkGrid.d.ts

@@ -10,3 +10,3 @@ import { ScreenOwnerType, TappedMainArtworkGrid } from "../../Schema";

/**
* A user taps an artwork in the main artowrkGrid (iOS)
* A user taps an artwork in the main artworkGrid (iOS)
*

@@ -13,0 +13,0 @@ * @example

@@ -11,3 +11,3 @@ "use strict";

/**
* A user taps an artwork in the main artowrkGrid (iOS)
* A user taps an artwork in the main artworkGrid (iOS)
*

@@ -14,0 +14,0 @@ * @example

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

artists = "artists",
artistSeries = "artistSeries",
artwork = "artwork",

@@ -11,0 +12,0 @@ auctions = "auctions",

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

OwnerType["artists"] = "artists";
OwnerType["artistSeries"] = "artistSeries";
OwnerType["artwork"] = "artwork";

@@ -25,0 +26,0 @@ OwnerType["auctions"] = "auctions";

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