@orion-js/paginated-mongodb 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
@@ -18855,7 +18855,7 @@ var Reflect2;
18855
18855
  var import_typedi = __toESM7(require_cjs(), 1);
18856
18856
  var import_typedi2 = __toESM7(require_cjs(), 1);
18857
18857
  function getInstance(service) {
18858
- return import_typedi.default.get(service);
18858
+ return import_typedi.Container.get(service);
18859
18859
  }
18860
18860
  var export_Service = import_typedi2.Service;
18861
18861
  var export_Inject = import_typedi2.Inject;
package/dist/index.js CHANGED
@@ -18822,7 +18822,7 @@ var Reflect2;
18822
18822
  var import_typedi = __toESM7(require_cjs(), 1);
18823
18823
  var import_typedi2 = __toESM7(require_cjs(), 1);
18824
18824
  function getInstance(service) {
18825
- return import_typedi.default.get(service);
18825
+ return import_typedi.Container.get(service);
18826
18826
  }
18827
18827
  var export_Service = import_typedi2.Service;
18828
18828
  var export_Inject = import_typedi2.Inject;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-js/paginated-mongodb",
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": [
@@ -28,7 +28,6 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/lodash": "4.14.176",
31
- "@types/node": "16.11.7",
32
31
  "typescript": "^5.4.5",
33
32
  "@types/bun": "^1.2.4"
34
33
  },