@oma3/omatrust 0.1.0-alpha.11 → 0.1.0-alpha.13

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 (42) hide show
  1. package/README.md +3 -0
  2. package/dist/app-registry/index.cjs +53 -0
  3. package/dist/app-registry/index.cjs.map +1 -1
  4. package/dist/app-registry/index.js +53 -0
  5. package/dist/app-registry/index.js.map +1 -1
  6. package/dist/identity/index.cjs +643 -164
  7. package/dist/identity/index.cjs.map +1 -1
  8. package/dist/identity/index.d.cts +2 -2
  9. package/dist/identity/index.d.ts +2 -2
  10. package/dist/identity/index.js +616 -165
  11. package/dist/identity/index.js.map +1 -1
  12. package/dist/index-Bu-xxcv9.d.ts +407 -0
  13. package/dist/index-C7odEbp6.d.cts +407 -0
  14. package/dist/index-CnWY9arI.d.cts +612 -0
  15. package/dist/index-DREQRFIE.d.ts +612 -0
  16. package/dist/index.cjs +1316 -202
  17. package/dist/index.cjs.map +1 -1
  18. package/dist/index.d.cts +3 -3
  19. package/dist/index.d.ts +3 -3
  20. package/dist/index.js +1297 -202
  21. package/dist/index.js.map +1 -1
  22. package/dist/reputation/index.browser.cjs +153 -148
  23. package/dist/reputation/index.browser.cjs.map +1 -1
  24. package/dist/reputation/index.browser.js +153 -148
  25. package/dist/reputation/index.browser.js.map +1 -1
  26. package/dist/reputation/index.cjs +884 -163
  27. package/dist/reputation/index.cjs.map +1 -1
  28. package/dist/reputation/index.d.cts +2 -2
  29. package/dist/reputation/index.d.ts +2 -2
  30. package/dist/reputation/index.js +860 -164
  31. package/dist/reputation/index.js.map +1 -1
  32. package/dist/{types-dpYxRq8N.d.cts → types-Dn0OwaNj.d.cts} +37 -11
  33. package/dist/{types-dpYxRq8N.d.ts → types-Dn0OwaNj.d.ts} +37 -11
  34. package/dist/widgets/index.cjs.map +1 -1
  35. package/dist/widgets/index.d.cts +3 -0
  36. package/dist/widgets/index.d.ts +3 -0
  37. package/dist/widgets/index.js.map +1 -1
  38. package/package.json +4 -2
  39. package/dist/index-BOvk-7Ku.d.cts +0 -235
  40. package/dist/index-C2w5EvFH.d.ts +0 -329
  41. package/dist/index-QueRiudB.d.cts +0 -329
  42. package/dist/index-R78TpAhN.d.ts +0 -235
package/dist/index.d.cts CHANGED
@@ -1,7 +1,7 @@
1
- export { i as identity } from './index-BOvk-7Ku.cjs';
2
- export { i as reputation } from './index-QueRiudB.cjs';
1
+ export { i as identity } from './index-C7odEbp6.cjs';
2
+ export { i as reputation } from './index-CnWY9arI.cjs';
3
3
  export { i as appRegistry } from './index-_Bkhoj8k.cjs';
4
- import './types-dpYxRq8N.cjs';
4
+ import './types-Dn0OwaNj.cjs';
5
5
  import './subject-ownership-B7cFlm8c.cjs';
6
6
 
7
7
  declare class OmaTrustError extends Error {
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- export { i as identity } from './index-R78TpAhN.js';
2
- export { i as reputation } from './index-C2w5EvFH.js';
1
+ export { i as identity } from './index-Bu-xxcv9.js';
2
+ export { i as reputation } from './index-DREQRFIE.js';
3
3
  export { i as appRegistry } from './index-_Bkhoj8k.js';
4
- import './types-dpYxRq8N.js';
4
+ import './types-Dn0OwaNj.js';
5
5
  import './subject-ownership-B7cFlm8c.js';
6
6
 
7
7
  declare class OmaTrustError extends Error {