Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Contentstack is a headless CMS with an API-first approach. It is a CMS that deve

## Description

This package contains core modules and utilities used by the [Contentstack TypeScript Delivery SDK](https://github.com/contentstack/contentstack-javascript/). It provides essential functionality including HTTP client configuration, error handling, request management, parameter serialization, and retry policies.
This package contains core modules and utilities used by the [Contentstack TypeScript Delivery SDK](https://github.com/contentstack/contentstack-typescript/). It provides essential functionality including HTTP client configuration, error handling, request management, parameter serialization, and retry policies.

## Features

Expand Down Expand Up @@ -39,8 +39,6 @@ Then import the modules:
```typescript
import {
httpClient,
ContentstackError,
ApiError,
// ... other exports
} from '@contentstack/core';
```
Expand Down Expand Up @@ -72,6 +70,7 @@ npm run build
Build specific formats:

```bash
npm run build # Build all
npm run build:cjs # CommonJS
npm run build:esm # ES Modules
npm run build:umd # UMD
Expand Down
Loading