diff --git a/packages/common-concordium/CHANGELOG.md b/packages/common-concordium/CHANGELOG.md index 2620e81b..807a493b 100644 --- a/packages/common-concordium/CHANGELOG.md +++ b/packages/common-concordium/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Fixed +- change `@subql/common/dist` imports to `@subql/common` (#6) ## [3.1.2] - 2023-10-27 ### Changed diff --git a/packages/common-concordium/src/project/versioned/v1_0_0/model.ts b/packages/common-concordium/src/project/versioned/v1_0_0/model.ts index 3a331fcd..6c65781b 100644 --- a/packages/common-concordium/src/project/versioned/v1_0_0/model.ts +++ b/packages/common-concordium/src/project/versioned/v1_0_0/model.ts @@ -7,8 +7,9 @@ import { ProjectManifestBaseImpl, RunnerNodeImpl, RunnerQueryBaseModel, + BaseDeploymentV1_0_0, + CommonProjectNetworkV1_0_0, } from '@subql/common'; -import {BaseDeploymentV1_0_0, CommonProjectNetworkV1_0_0} from '@subql/common/dist'; import { SubqlCustomDatasource, SubqlMapping,