1.6.5 • Published 10 months ago

@ada-support/embed-types v1.6.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

embed-types

What is this?

A public NPM package with types describing Embed public API.

Why is it needed?

  • We want to call out breaking changes for our Embed consumers (e.g., customers and colleagues).
  • The Embed interface should be stable. Having types defined in a separate package helps to track changes to the Embed public API with more scrutiny.
  • Types described in this package can be used across Ada frontend applications that communicate with Embed.

Set up and development

Install dependencies:

```bash
yarn
```

Run ESLint

```bash
yarn lint
```

Deployment

The NPM publish job will run automatically via Github actions upon merging your branch to main

Installation

In your repository:

yarn add @ada-support/embed-types -D

Usage

import type { AdaEmbedAPI } from "@ada-support/embed-types";

You can also import any exported items exposed in our public API.

1.6.5

10 months ago

1.6.4

2 years ago

1.5.0

2 years ago

1.1.1

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago