Export of Sequelize from sequelize-typescript.
This commit is contained in:
parent
a2fdfcbc91
commit
f08a577b2c
4 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
|||
# History
|
||||
|
||||
## Version 0.0.31
|
||||
|
||||
- FIX: Export of Sequelize from sequelize-typescript.
|
||||
|
||||
## Version 0.0.30
|
||||
|
||||
- FIX: Packages updated.
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "botlib",
|
||||
"version": "0.0.30",
|
||||
"version": "0.0.31",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "botlib",
|
||||
"version": "0.0.30",
|
||||
"version": "0.0.31",
|
||||
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
|
||||
"main": "dist/src/index.js",
|
||||
"types": "dist/src/index.d.ts",
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
export { Sequelize } from 'sequelize';
|
||||
export { Sequelize } from 'sequelize-typescript';
|
||||
|
||||
import { GBMinInstance } from './GBMinInstance';
|
||||
import { GBService } from './GBService';
|
||||
|
|
Loading…
Add table
Reference in a new issue