Skip to content

Commit

Permalink
1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Stradivario committed Apr 17, 2019
1 parent 17e8e09 commit 0811ddd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion development/sequelize-config.service.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { InjectionToken } from "@rxdi/core/container/Token";
import { InjectionToken } from "@rxdi/core";

export const SEQUELIZE = new InjectionToken('gapi-sequelize-config-token');
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gapi/sequelize",
"version": "1.5.10",
"version": "1.5.11",
"repository": {
"type": "git",
"url": "https://github.com/Stradivario/gapi-sequelize.git"
Expand Down
2 changes: 1 addition & 1 deletion sequelize-config.service.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import { InjectionToken } from "@rxdi/core/container/Token";
import { InjectionToken } from "@rxdi/core";
export declare const SEQUELIZE: InjectionToken<{}>;
4 changes: 2 additions & 2 deletions sequelize-config.service.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const Token_1 = require("@rxdi/core/container/Token");
exports.SEQUELIZE = new Token_1.InjectionToken('gapi-sequelize-config-token');
const core_1 = require("@rxdi/core");
exports.SEQUELIZE = new core_1.InjectionToken('gapi-sequelize-config-token');

0 comments on commit 0811ddd

Please sign in to comment.