@jitsu/catalog
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -12,3 +12,1 @@ export * from "./apiKeys/types" | ||
export * from "./mappings/lib" | ||
//test |
{ | ||
"name": "@jitsu/catalog", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "This package contains the code that enables variety of features of Jitsu Sources, Destinations and API Keys. ", | ||
@@ -22,3 +22,3 @@ "author": "taletski <kirill@taletski.com>", | ||
}, | ||
"gitHead": "810ba931e2c91c28ba6634d300260d7847fe839c" | ||
"gitHead": "c3bba92a28a94a0e713ef6ab576f9b14b79f7859" | ||
} |
# `@jitsu/catalog` | ||
This package contains the code that enables variety of features of Jitsu Sources, Destinations and API Keys. | ||
This package contains the code that enables variety of features of Jitsu Sources, Destinations and API Keys. | ||
@@ -10,2 +10,3 @@ At Jitsu we use it to power the Configurator front-end as well as to generate a part of the documentation at [`jitsu.com`](https://jitsu.com). | ||
Just import the needed files from the catalog package. | ||
```JSX | ||
@@ -12,0 +13,0 @@ import { allSources } from "@jitsu/catalog/sources/lib" |
22
994334