Skip to content

Commit c802061

Browse files
Vikram KaltaVikram Kalta
authored andcommitted
fix: fixed duplicate variants type import
1 parent 0e5105b commit c802061

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/management",
3-
"version": "1.18.4",
3+
"version": "1.18.5",
44
"description": "The Content Management API is used to manage the content of your Contentstack account",
55
"main": "./dist/node/contentstack-management.js",
66
"browser": "./dist/web/contentstack-management.js",

types/stack/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import { Taxonomy, Taxonomies } from "./taxonomy";
2222
import { ManagementToken, ManagementTokens } from "./managementToken";
2323
import { Variant, Variants } from "./variants";
2424
import { VariantGroup, VariantGroups } from "./VariantGroup";
25-
import { Variant, Variants } from "./VariantGroup/variants";
2625

2726
export interface StackConfig {
2827
api_key:string

0 commit comments

Comments
 (0)