@subql/node-ethereum 4.4.1 → 4.4.2

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.
@@ -10,15 +10,15 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
10
10
  Object.defineProperty(exports, "__esModule", { value: true });
11
11
  exports.AdminModule = void 0;
12
12
  const common_1 = require("@nestjs/common");
13
- const admin_1 = require("@subql/node-core/dist/admin");
13
+ const node_core_1 = require("@subql/node-core");
14
14
  const fetch_module_1 = require("../indexer/fetch.module");
15
15
  let AdminModule = class AdminModule {
16
16
  };
17
17
  AdminModule = __decorate([
18
18
  (0, common_1.Module)({
19
19
  imports: [fetch_module_1.FetchModule],
20
- controllers: [...admin_1.adminControllers],
21
- providers: [...admin_1.adminServices],
20
+ controllers: [...node_core_1.adminControllers],
21
+ providers: [...node_core_1.adminServices],
22
22
  })
23
23
  ], AdminModule);
24
24
  exports.AdminModule = AdminModule;
@@ -1 +1 @@
1
- {"version":3,"file":"admin.module.js","sourceRoot":"","sources":["../../src/admin/admin.module.ts"],"names":[],"mappings":";AAAA,8DAA8D;AAC9D,mCAAmC;;;;;;;;;AAEnC,2CAAwC;AACxC,uDAA8E;AAC9E,0DAAsD;AAO/C,IAAM,WAAW,GAAjB,MAAM,WAAW;CAAG,CAAA;AAAd,WAAW;IALvB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,0BAAW,CAAC;QACtB,WAAW,EAAE,CAAC,GAAG,wBAAgB,CAAC;QAClC,SAAS,EAAE,CAAC,GAAG,qBAAa,CAAC;KAC9B,CAAC;GACW,WAAW,CAAG;AAAd,kCAAW","sourcesContent":["// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors\n// SPDX-License-Identifier: GPL-3.0\n\nimport { Module } from '@nestjs/common';\nimport { adminControllers, adminServices } from '@subql/node-core/dist/admin';\nimport { FetchModule } from '../indexer/fetch.module';\n\n@Module({\n imports: [FetchModule],\n controllers: [...adminControllers],\n providers: [...adminServices],\n})\nexport class AdminModule {}\n"]}
1
+ {"version":3,"file":"admin.module.js","sourceRoot":"","sources":["../../src/admin/admin.module.ts"],"names":[],"mappings":";AAAA,8DAA8D;AAC9D,mCAAmC;;;;;;;;;AAEnC,2CAAwC;AACxC,gDAAmE;AACnE,0DAAsD;AAO/C,IAAM,WAAW,GAAjB,MAAM,WAAW;CAAG,CAAA;AAAd,WAAW;IALvB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,0BAAW,CAAC;QACtB,WAAW,EAAE,CAAC,GAAG,4BAAgB,CAAC;QAClC,SAAS,EAAE,CAAC,GAAG,yBAAa,CAAC;KAC9B,CAAC;GACW,WAAW,CAAG;AAAd,kCAAW","sourcesContent":["// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors\n// SPDX-License-Identifier: GPL-3.0\n\nimport { Module } from '@nestjs/common';\nimport { adminControllers, adminServices } from '@subql/node-core';\nimport { FetchModule } from '../indexer/fetch.module';\n\n@Module({\n imports: [FetchModule],\n controllers: [...adminControllers],\n providers: [...adminServices],\n})\nexport class AdminModule {}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-ethereum",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -26,7 +26,7 @@
26
26
  "@nestjs/schedule": "^3.0.1",
27
27
  "@subql/common": "^3.5.1",
28
28
  "@subql/common-ethereum": "3.7.0",
29
- "@subql/node-core": "10.4.0",
29
+ "@subql/node-core": "^10.4.1",
30
30
  "@subql/testing": "^2.1.1",
31
31
  "@subql/types-ethereum": "3.6.1",
32
32
  "cacheable-lookup": "6",