@decaf-ts/core 0.8.32 → 0.8.34

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 (44) hide show
  1. package/README.md +1 -1
  2. package/dist/core.cjs +1 -1
  3. package/dist/core.cjs.map +1 -1
  4. package/dist/core.js +1 -1
  5. package/dist/core.js.map +1 -1
  6. package/lib/auth/constants.cjs +10 -0
  7. package/lib/auth/constants.d.ts +5 -0
  8. package/lib/auth/constants.js.map +1 -0
  9. package/lib/auth/decorators.cjs +44 -0
  10. package/lib/auth/decorators.d.ts +5 -0
  11. package/lib/auth/decorators.js.map +1 -0
  12. package/lib/auth/index.cjs +19 -0
  13. package/lib/auth/index.d.ts +2 -0
  14. package/lib/auth/index.js.map +1 -0
  15. package/lib/esm/auth/constants.d.ts +5 -0
  16. package/lib/esm/auth/constants.js +7 -0
  17. package/lib/esm/auth/constants.js.map +1 -0
  18. package/lib/esm/auth/decorators.d.ts +5 -0
  19. package/lib/esm/auth/decorators.js +40 -0
  20. package/lib/esm/auth/decorators.js.map +1 -0
  21. package/lib/esm/auth/index.d.ts +2 -0
  22. package/lib/esm/auth/index.js +3 -0
  23. package/lib/esm/auth/index.js.map +1 -0
  24. package/lib/esm/index.d.ts +2 -1
  25. package/lib/esm/index.js +2 -1
  26. package/lib/esm/index.js.map +1 -1
  27. package/lib/esm/migrations/Migration.d.ts +3 -3
  28. package/lib/esm/migrations/Migration.js.map +1 -1
  29. package/lib/esm/migrations/MigrationService.d.ts +3 -3
  30. package/lib/esm/migrations/MigrationService.js +1 -0
  31. package/lib/esm/migrations/MigrationService.js.map +1 -1
  32. package/lib/esm/migrations/types.d.ts +2 -2
  33. package/lib/esm/persistence/Adapter.d.ts +1 -1
  34. package/lib/index.cjs +2 -1
  35. package/lib/index.d.ts +2 -1
  36. package/lib/index.js.map +1 -1
  37. package/lib/migrations/Migration.d.ts +3 -3
  38. package/lib/migrations/Migration.js.map +1 -1
  39. package/lib/migrations/MigrationService.cjs +1 -0
  40. package/lib/migrations/MigrationService.d.ts +3 -3
  41. package/lib/migrations/MigrationService.js.map +1 -1
  42. package/lib/migrations/types.d.ts +2 -2
  43. package/lib/persistence/Adapter.d.ts +1 -1
  44. package/package.json +1 -1
package/README.md CHANGED
@@ -39,7 +39,7 @@ Decaf Core provides the foundational building blocks for the Decaf TypeScript ec
39
39
 
40
40
  Documentation [here](https://decaf-ts.github.io/injectable-decorators/), Test results [here](https://decaf-ts.github.io/injectable-decorators/workdocs/reports/html/test-report.html) and Coverage [here](https://decaf-ts.github.io/injectable-decorators/workdocs/reports/coverage/lcov-report/index.html)
41
41
 
42
- Minimal size: 35 KB kb gzipped
42
+ Minimal size: 35.2 KB kb gzipped
43
43
 
44
44
 
45
45
  # Core Package — Detailed Description