Skip to main content

@krakentech/blueprint-dashboard

3.0.2

Patch Changes

  • 2567a7c: New bundling strategy for better performance

    • Unbundle mode Packages are now bundled using tsdown's unbundle mode. This mode drastically reduces the number of generated file compared to the glob-filtered entries we used before, and prevented proper tree-shaking.

    • Automatic package.json exports tsdown is now responsible for generating the package.json exports, main, module, and types fields. This ensures packages follow best practices.

3.0.1

Patch Changes

  • c045425: Fix peer dependencies to use ^ instead of exact versions.

    -    "@krakentech/blueprint-api": "3.3.0",
    + "@krakentech/blueprint-api": "^3.3.0",

    - "@vercel/edge-config": "1.1.0",
    + "@vercel/edge-config": "^1.1.0",

3.0.0

Major Changes

2.0.0

Patch Changes

  • Updated dependencies [7dc77b4]
    • @krakentech/blueprint-api@3.3.0

1.0.0

Patch Changes

  • 12e020f: 🎉 Release new package: Dashboard

    Added

    • New @blueprint/dashboard package - A comprehensive dashboard solution for Blueprint applications
    • API Access Feature - Integrated API access functionality within user accounts
      • Users can now manage API credentials directly from their dashboard
      • Secure API key generation and management interface
      • Real-time API usage monitoring and analytics

    Features

    • Account management with API access controls

    Dependencies

    • Leverages @blueprint/api types for consistent data handling Seamless integration with existing Blueprint ecosystem

    Note: This is the initial release of the dashboard package. Future releases will look to migrate existing core dashboard functionality.

    Breaking Changes: None (new package)

    Migration: No migration required for existing Blueprint users. The dashboard packages api-access feature can be optionally integrated into existing applications.

  • Updated dependencies [72176a1]

  • Updated dependencies [12e020f]

    • @krakentech/blueprint-api@3.2.0