Skip to content

Commit 688c10b

Browse files
committed
Merge branch 'development' into feat/graphql-support
2 parents 4517f09 + 09fc486 commit 688c10b

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

package-lock.json

Lines changed: 0 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "contentstack-cli-tsgen",
33
"description": "Generate TypeScript typings from a Stack.",
44
"version": "2.3.0",
5+
"version": "2.3.0",
56
"author": "Michael Davis",
67
"bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/issues",
78
"dependencies": {

src/lib/stack/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as fs from 'fs'
22
import * as http from 'https'
33
import * as async from 'async'
44
import * as path from 'path'
5-
import { ContentTypeCollection } from 'contentstack'
5+
import { ContentTypeCollection } from 'contentstack'
66
import {HttpClient, cliux, configHandler} from '@contentstack/cli-utilities'
77
import {schemaToInterfaces, generateNamespace} from '@gql2ts/from-schema'
88

0 commit comments

Comments
 (0)