3.1.4 • Published 5 months ago

@map-colonies/raster-shared v3.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Raster-Shared

A centralized TypeScript package for the Raster domain, designed to reduce code duplication and improve type safety across Map Colonies services.

šŸ“š Full Documentation on Confluence

Package Design

This package serves as a single source of truth for shared resources in the Raster domain, following these key principles:

  • Centralization: Eliminates code duplication across services
  • Type Safety: Ensures consistent typing across the entire domain
  • Modular Architecture: Organized into clear sub-domains
  • Minimal Dependencies: Reduces external dependencies for better maintainability

Package Structure

raster-shared/
ā”œā”€ src/
│  ā”œā”€ constants/        # Shared constants
│  │  ā”œā”€ core/         # Core system constants
│  │  ā”œā”€ ingestion/    # Ingestion-related constants
│  │  ā”œā”€ export/       # Export-related constants
│  │  └─ serving/      # Serving-related constants
│  ā”œā”€ types/           # TypeScript type definitions
│  │  ā”œā”€ core/         # Core system types
│  │  ā”œā”€ ingestion/    # Ingestion-related types
│  │  ā”œā”€ export/       # Export-related types
│  │  └─ serving/      # Serving-related types
│  ā”œā”€ zod/             # Zod validation schemas
│  │  ā”œā”€ core/         # Core validation schemas
│  │  ā”œā”€ export/       # Export-related schemas
│  │  ā”œā”€ ingestion/    # Ingestion-related schemas
│  │  └─ serving/      # Serving-related schemas
│  └─ openapi/         # OpenAPI schema definitions
│     ā”œā”€ core/         # Core API schemas
│     ā”œā”€ ingestion/    # Ingestion API schemas
│     ā”œā”€ export/       # Export API schemas
│     └─ serving/      # Serving API schemas
└─ [Configuration files]
3.1.4

5 months ago

3.1.3

5 months ago

3.1.2

5 months ago

3.1.0

5 months ago

3.0.0

6 months ago

2.0.0

6 months ago

1.10.0

7 months ago

1.9.2

7 months ago

1.9.1

7 months ago

1.9.0

7 months ago

1.8.0

7 months ago

1.7.3

7 months ago

1.7.2

7 months ago

1.7.1

7 months ago

1.7.0

7 months ago

1.6.0

7 months ago

1.5.1

8 months ago

1.5.0

8 months ago

1.4.4

8 months ago

1.4.3

8 months ago

1.4.2

8 months ago

1.4.1

8 months ago

1.4.0

8 months ago

1.3.1

8 months ago

1.3.0

8 months ago

1.2.0

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago