@jitsu/catalog
Advanced tools
Comparing version 1.0.15-alpha.4206 to 1.0.15-alpha.4208
@@ -20,2 +20,3 @@ import postgresDestination from "./postgres" | ||
import { Destination } from "../types" | ||
import tagDestination from "./tag" | ||
@@ -38,2 +39,3 @@ export { | ||
mixpanel2Destination, | ||
tagDestination, | ||
} | ||
@@ -57,2 +59,3 @@ | ||
mixpanel2: mixpanel2Destination, | ||
tag: tagDestination, | ||
} as const | ||
@@ -59,0 +62,0 @@ |
{ | ||
"name": "@jitsu/catalog", | ||
"version": "1.0.15-alpha.4206+420475d0", | ||
"version": "1.0.15-alpha.4208+0cfeb664", | ||
"description": "This package contains the code that enables variety of features of Jitsu Sources, Destinations and API Keys. ", | ||
@@ -19,3 +19,3 @@ "author": "Jitsu Dev Team <dev@jitsu.com>", | ||
}, | ||
"gitHead": "420475d092da25cdfb590e7bd4163d94a8bd6aa9" | ||
"gitHead": "0cfeb664d3f9172c569772aac553a217da8a3dde" | ||
} |
@@ -9,2 +9,3 @@ import { ReactNode } from "react" | ||
| "javascript" | ||
| "html" | ||
| "yaml" | ||
@@ -135,2 +136,6 @@ | "password" | ||
export const htmlType: ParameterType<string, "html"> = { | ||
typeName: "html" as const, | ||
} | ||
export const yamlType: ParameterType<string, "yaml"> = { | ||
@@ -137,0 +142,0 @@ typeName: "yaml" as const, |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
1002277
194
20394