@avleon/core 0.0.17 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/icore.js +1 -1
  2. package/package.json +1 -1
package/dist/icore.js CHANGED
@@ -598,7 +598,7 @@ class AvleonApplication {
598
598
  typeorm.then(async (t) => {
599
599
  try {
600
600
  const datasource = new t.DataSource(buildOptions.addDataSource);
601
- typedi_1.default.set("idatasource", datasource);
601
+ typedi_1.default.set("itestdatasource", datasource);
602
602
  await datasource.initialize();
603
603
  }
604
604
  catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avleon/core",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "main": "./dist/index.js",
5
5
  "scripts": {
6
6
  "build": "rimraf dist && tsc",