0.4.2 • Published 10 months ago

@squiz/dxp-porter-shared v0.4.2

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

DXP Porter Shared

Overview

The @squiz/dxp-porter-shared is designed to streamline communication and data consistency across services within our mono repository. By centralizing common data structures and types.

Purpose

  • Reduce the likelihood of errors and mismatches between services by enforcing a single source of truth for shared types.
  • Promote code reusability by providing a centralized location for common types.
  • Ensure consistency in data representation and communication protocols.

Usage

To leverage the functionality exported by the @squiz/dxp-porter-shared, follow these steps:

  • Installation: Install the package in your service's environment using your preferred package manager (e.g., npm or yarn).
npm install @squiz/dxp-porter-shared
  • Import Shared Types: Import the necessary types into your service's codebase.
import { PortStatus } from '@squiz/dxp-porter-shared';
  • Utilize Shared Types: Once imported, you can freely use the shared types within your service's codebase, ensuring consistent data representation and communication protocols.
0.4.1

10 months ago

0.4.2

10 months ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago