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

@atlaskit/linking-types

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/linking-types - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

6

CHANGELOG.md
# @atlaskit/linking-types
## 0.2.0
### Minor Changes
- [`82ce247716c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82ce247716c) - Adds a new link datasource component `JiraIssuesTableView` (still under development) is added
## 0.1.1

@@ -4,0 +10,0 @@

2

dist/cjs/version.json
{
"name": "@atlaskit/linking-types",
"version": "0.1.1",
"version": "0.2.0",
"sideEffects": false
}
{
"name": "@atlaskit/linking-types",
"version": "0.1.1",
"version": "0.2.0",
"sideEffects": false
}
{
"name": "@atlaskit/linking-types",
"version": "0.1.1",
"version": "0.2.0",
"sideEffects": false
}

@@ -1,3 +0,3 @@

export type { BooleanType, NumberType, StringType, DateType, TagType, User, UserType, Status, StatusType, Link, LinkType, Icon, IconType, DatasourceResponseSchemaProperty, DatasourceDataResponseItem, } from './datasource-types';
export type { BooleanType, NumberType, StringType, DateType, TagType, User, UserType, Status, StatusType, Link, LinkType, Icon, IconType, DatasourceResponseSchemaProperty, DatasourceDataResponseItem, DatasourceType, } from './datasource-types';
export type { Action, GetStatusTransitionsActionResponse, GetStatusTransitionsRequest, InvokeActionErrorResponse, InvokeActionRequest, InvokeActionResponse, StatusUpdateActionRequest, } from './smart-link-action-types';
export { SmartLinkActionType } from './smart-link-action-types';
{
"name": "@atlaskit/linking-types",
"version": "0.1.1",
"version": "0.2.0",
"description": "Schema and Types for frontend and backend parts of linking platform",

@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd",

@@ -57,3 +57,3 @@ <!-- API Report Version: 2.3 -->

// @public (undocumented)
type DatasourceType =
export type DatasourceType =
| BooleanType

@@ -60,0 +60,0 @@ | IconType

@@ -43,3 +43,3 @@ ## API Report File for "@atlaskit/linking-types"

// @public (undocumented)
type DatasourceType = BooleanType | IconType | LinkType | NumberType | StatusType | StringType | TagType | UserType;
export type DatasourceType = BooleanType | IconType | LinkType | NumberType | StatusType | StringType | TagType | UserType;

@@ -46,0 +46,0 @@ // @public (undocumented)

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