ts-ioc-container 23.3.7 → 23.3.8

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.
Files changed (67) hide show
  1. package/package.json +5 -5
  2. /package/{cjs → cjm}/container/AutoMockedContainer.d.ts +0 -0
  3. /package/{cjs → cjm}/container/AutoMockedContainer.js +0 -0
  4. /package/{cjs → cjm}/container/AutoMockedContainer.js.map +0 -0
  5. /package/{cjs → cjm}/container/Container.d.ts +0 -0
  6. /package/{cjs → cjm}/container/Container.js +0 -0
  7. /package/{cjs → cjm}/container/Container.js.map +0 -0
  8. /package/{cjs → cjm}/container/ContainerDisposedError.d.ts +0 -0
  9. /package/{cjs → cjm}/container/ContainerDisposedError.js +0 -0
  10. /package/{cjs → cjm}/container/ContainerDisposedError.js.map +0 -0
  11. /package/{cjs → cjm}/container/DependencyNotFoundError.d.ts +0 -0
  12. /package/{cjs → cjm}/container/DependencyNotFoundError.js +0 -0
  13. /package/{cjs → cjm}/container/DependencyNotFoundError.js.map +0 -0
  14. /package/{cjs → cjm}/container/EmptyContainer.d.ts +0 -0
  15. /package/{cjs → cjm}/container/EmptyContainer.js +0 -0
  16. /package/{cjs → cjm}/container/EmptyContainer.js.map +0 -0
  17. /package/{cjs → cjm}/container/IContainer.d.ts +0 -0
  18. /package/{cjs → cjm}/container/IContainer.js +0 -0
  19. /package/{cjs → cjm}/container/IContainer.js.map +0 -0
  20. /package/{cjs → cjm}/container/MethodNotImplementedError.d.ts +0 -0
  21. /package/{cjs → cjm}/container/MethodNotImplementedError.js +0 -0
  22. /package/{cjs → cjm}/container/MethodNotImplementedError.js.map +0 -0
  23. /package/{cjs → cjm}/index.d.ts +0 -0
  24. /package/{cjs → cjm}/index.js +0 -0
  25. /package/{cjs → cjm}/index.js.map +0 -0
  26. /package/{cjs → cjm}/injector/IInjector.d.ts +0 -0
  27. /package/{cjs → cjm}/injector/IInjector.js +0 -0
  28. /package/{cjs → cjm}/injector/IInjector.js.map +0 -0
  29. /package/{cjs → cjm}/injector/ProxyInjector.d.ts +0 -0
  30. /package/{cjs → cjm}/injector/ProxyInjector.js +0 -0
  31. /package/{cjs → cjm}/injector/ProxyInjector.js.map +0 -0
  32. /package/{cjs → cjm}/injector/ReflectionInjector.d.ts +0 -0
  33. /package/{cjs → cjm}/injector/ReflectionInjector.js +0 -0
  34. /package/{cjs → cjm}/injector/ReflectionInjector.js.map +0 -0
  35. /package/{cjs → cjm}/injector/SimpleInjector.d.ts +0 -0
  36. /package/{cjs → cjm}/injector/SimpleInjector.js +0 -0
  37. /package/{cjs → cjm}/injector/SimpleInjector.js.map +0 -0
  38. /package/{cjs → cjm}/provider/ArgsProvider.d.ts +0 -0
  39. /package/{cjs → cjm}/provider/ArgsProvider.js +0 -0
  40. /package/{cjs → cjm}/provider/ArgsProvider.js.map +0 -0
  41. /package/{cjs → cjm}/provider/IProvider.d.ts +0 -0
  42. /package/{cjs → cjm}/provider/IProvider.js +0 -0
  43. /package/{cjs → cjm}/provider/IProvider.js.map +0 -0
  44. /package/{cjs → cjm}/provider/Provider.d.ts +0 -0
  45. /package/{cjs → cjm}/provider/Provider.js +0 -0
  46. /package/{cjs → cjm}/provider/Provider.js.map +0 -0
  47. /package/{cjs → cjm}/provider/ProviderDecorator.d.ts +0 -0
  48. /package/{cjs → cjm}/provider/ProviderDecorator.js +0 -0
  49. /package/{cjs → cjm}/provider/ProviderDecorator.js.map +0 -0
  50. /package/{cjs → cjm}/provider/SingletonProvider.d.ts +0 -0
  51. /package/{cjs → cjm}/provider/SingletonProvider.js +0 -0
  52. /package/{cjs → cjm}/provider/SingletonProvider.js.map +0 -0
  53. /package/{cjs → cjm}/provider/TaggedProvider.d.ts +0 -0
  54. /package/{cjs → cjm}/provider/TaggedProvider.js +0 -0
  55. /package/{cjs → cjm}/provider/TaggedProvider.js.map +0 -0
  56. /package/{cjs → cjm}/reflection.d.ts +0 -0
  57. /package/{cjs → cjm}/reflection.js +0 -0
  58. /package/{cjs → cjm}/reflection.js.map +0 -0
  59. /package/{cjs → cjm}/registration/DependencyMissingKeyError.d.ts +0 -0
  60. /package/{cjs → cjm}/registration/DependencyMissingKeyError.js +0 -0
  61. /package/{cjs → cjm}/registration/DependencyMissingKeyError.js.map +0 -0
  62. /package/{cjs → cjm}/registration/Registration.d.ts +0 -0
  63. /package/{cjs → cjm}/registration/Registration.js +0 -0
  64. /package/{cjs → cjm}/registration/Registration.js.map +0 -0
  65. /package/{cjs → cjm}/utils.d.ts +0 -0
  66. /package/{cjs → cjm}/utils.js +0 -0
  67. /package/{cjs → cjm}/utils.js.map +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-ioc-container",
3
- "version": "23.3.7",
3
+ "version": "23.3.8",
4
4
  "description": "Typescript IoC container",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -11,7 +11,7 @@
11
11
  "license": "ISC",
12
12
  "sideEffects": false,
13
13
  "type": "module",
14
- "main": "cjs/index.js",
14
+ "main": "cjm/index.js",
15
15
  "types": "esm/index.d.ts",
16
16
  "module": "esm/index.js",
17
17
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "test": "__tests__"
28
28
  },
29
29
  "files": [
30
- "cjs/**/*",
30
+ "cjm/**/*",
31
31
  "esm/**/*"
32
32
  ],
33
33
  "repository": {
@@ -35,7 +35,7 @@
35
35
  "url": "git+https://github.com/IgorBabkin/ts-ioc-container/tree/master/packages/ts-ioc-container"
36
36
  },
37
37
  "scripts": {
38
- "build:cjs": "rimraf cjs && tsc -p tsconfig.production.json --outDir cjs --module CommonJS",
38
+ "build:cjm": "rimraf cjm && tsc -p tsconfig.production.json --outDir cjm --module CommonJS",
39
39
  "build:esm": "rimraf esm && tsc -p tsconfig.production.json --outDir esm",
40
40
  "build:readme": "ts-node --esm ./scripts/compileReadme.ts",
41
41
  "build": "npm-run-all -p build:**",
@@ -56,5 +56,5 @@
56
56
  "ts-node": "^10.9.1",
57
57
  "typescript": "4.4.3"
58
58
  },
59
- "gitHead": "f19623a70ba6c19aaaec090048724984f9ba999a"
59
+ "gitHead": "77c7357527b743dc09d8aad2dfa0a15ff78d6697"
60
60
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes