@forklaunch/core 0.2.34 → 0.2.35

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.
@@ -102,4 +102,8 @@ describe('serviceFactory', () => {
102
102
  configInjector.dispose();
103
103
  expect(configInjector.instances).toEqual({ a: 'a' });
104
104
  });
105
+ function a(a, b) {
106
+ return b();
107
+ }
108
+ a(configInjector, configInjector.scopedResolver('a'));
105
109
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forklaunch/core",
3
- "version": "0.2.34",
3
+ "version": "0.2.35",
4
4
  "description": "forklaunch-js core package. Contains useful building blocks.",
5
5
  "files": [
6
6
  "lib"
@@ -23,8 +23,8 @@
23
23
  "openapi3-ts": "^4.4.0",
24
24
  "redis": "^4.7.0",
25
25
  "uuid": "^11.0.3",
26
- "@forklaunch/validator": "0.3.12",
27
- "@forklaunch/common": "0.1.13"
26
+ "@forklaunch/validator": "0.3.13",
27
+ "@forklaunch/common": "0.1.14"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@eslint/js": "^9.16.0",