hamzahamidi/ajsf

@ajsf/bootstrap4@^0.5.0-beta.1 appears to be the source, not the built package

Azuka opened this issue · 1 comments

Azuka commented

Describe the bug
which template:

  • MaterialDesignFrameworkModule — Material Design
  • Bootstrap3FrameworkModule — Bootstrap 3
  • Bootstrap4FrameworkModule — Bootstrap 4
  • NoFrameworkModule — plain HTML
  • Other (please specify below)

A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:
I tried importing into my project, but it appears the source files were published instead of the dist build

error TS2307: Cannot find module '@ajsf/bootstrap4' or its corresponding type declarations.

35 import {Bootstrap4FrameworkModule} from '@ajsf/bootstrap4';

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
image

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Log output covering before error and any error statements

error TS2307: Cannot find module '@ajsf/bootstrap4' or its corresponding type declarations.

35 import {Bootstrap4FrameworkModule} from '@ajsf/bootstrap4';

Additional context
Add any other context about the problem here.

Detailed Description

Context

Possible Implementation

Thanks @Azuka I published the packages under version 0.5.0-beta.3 it impacted also @ajsf/bootstrap3 and @ajsf/material