Skip to content

Commit

Permalink
fix(database): wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Jul 15, 2022
1 parent 5df3972 commit e5ddd12
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.11.6](https://github.com/ConduitPlatform/Conduit/compare/v0.11.5...v0.11.6) (2022-07-15)


### Bug Fixes

* **database:** createWithPopulations looking for wrong properties ([9d83b99](https://github.com/ConduitPlatform/Conduit/commit/9d83b99c2387e4d01a54f6155b198203e8de0aa0))

### [0.11.5](https://github.com/ConduitPlatform/Conduit/compare/v0.11.4...v0.11.5) (2022-03-30)


Expand Down
2 changes: 1 addition & 1 deletion modules/database/src/adapters/mongoose-adapter/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ConduitModel } from '@conduitplatform/conduit-grpc-sdk';
import { ConduitModel } from '@conduitplatform/grpc-sdk';
import { MongooseAdapter } from './index';
import _, { isArray, isObject } from 'lodash';
import { MongooseSchema } from './MongooseSchema';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conduit",
"version": "0.11.6",
"version": "0.11.5",
"description": "",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit e5ddd12

Please sign in to comment.