@orion-js/http 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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -39242,7 +39242,7 @@ var Reflect2;
|
|
|
39242
39242
|
var import_typedi = __toESM4(require_cjs(), 1);
|
|
39243
39243
|
var import_typedi2 = __toESM4(require_cjs(), 1);
|
|
39244
39244
|
function getInstance(service) {
|
|
39245
|
-
return import_typedi.
|
|
39245
|
+
return import_typedi.Container.get(service);
|
|
39246
39246
|
}
|
|
39247
39247
|
var export_Service = import_typedi2.Service;
|
|
39248
39248
|
var export_Inject = import_typedi2.Inject;
|
package/dist/index.js
CHANGED
|
@@ -39199,7 +39199,7 @@ var Reflect2;
|
|
|
39199
39199
|
var import_typedi = __toESM4(require_cjs(), 1);
|
|
39200
39200
|
var import_typedi2 = __toESM4(require_cjs(), 1);
|
|
39201
39201
|
function getInstance(service) {
|
|
39202
|
-
return import_typedi.
|
|
39202
|
+
return import_typedi.Container.get(service);
|
|
39203
39203
|
}
|
|
39204
39204
|
var export_Service = import_typedi2.Service;
|
|
39205
39205
|
var export_Inject = import_typedi2.Inject;
|