@orion-js/services 4.0.0-alpha.2 → 4.0.0-alpha.3

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.
package/dist/index.cjs CHANGED
@@ -1321,5 +1321,5 @@ var Reflect2;
1321
1321
  var import_typedi = __toESM(require_cjs());
1322
1322
  var import_typedi2 = __toESM(require_cjs());
1323
1323
  function getInstance(service) {
1324
- return import_typedi.default.get(service);
1324
+ return import_typedi.Container.get(service);
1325
1325
  }
package/dist/index.js CHANGED
@@ -1287,7 +1287,7 @@ var Reflect2;
1287
1287
  var import_typedi = __toESM(require_cjs(), 1);
1288
1288
  var import_typedi2 = __toESM(require_cjs(), 1);
1289
1289
  function getInstance(service) {
1290
- return import_typedi.default.get(service);
1290
+ return import_typedi.Container.get(service);
1291
1291
  }
1292
1292
  var export_Service = import_typedi2.Service;
1293
1293
  var export_Inject = import_typedi2.Inject;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-js/services",
3
- "version": "4.0.0-alpha.2",
3
+ "version": "4.0.0-alpha.3",
4
4
  "main": "./dist/index.cjs",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -23,7 +23,6 @@
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/lodash": "4.14.176",
26
- "@types/node": "16.11.7",
27
26
  "reflect-metadata": "^0.1.13",
28
27
  "typescript": "^5.4.5",
29
28
  "@types/bun": "^1.2.4"