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

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 (43) hide show
  1. package/dist/identity/index.cjs +543 -0
  2. package/dist/identity/index.cjs.map +1 -1
  3. package/dist/identity/index.d.cts +2 -1
  4. package/dist/identity/index.d.ts +2 -1
  5. package/dist/identity/index.js +527 -1
  6. package/dist/identity/index.js.map +1 -1
  7. package/dist/index-BOvk-7Ku.d.cts +235 -0
  8. package/dist/index-C2w5EvFH.d.ts +329 -0
  9. package/dist/index-QueRiudB.d.cts +329 -0
  10. package/dist/index-R78TpAhN.d.ts +235 -0
  11. package/dist/index.cjs +1475 -165
  12. package/dist/index.cjs.map +1 -1
  13. package/dist/index.d.cts +4 -3
  14. package/dist/index.d.ts +4 -3
  15. package/dist/index.js +1476 -166
  16. package/dist/index.js.map +1 -1
  17. package/dist/reputation/index.browser.cjs +943 -66
  18. package/dist/reputation/index.browser.cjs.map +1 -1
  19. package/dist/reputation/index.browser.d.cts +2 -2
  20. package/dist/reputation/index.browser.d.ts +2 -2
  21. package/dist/reputation/index.browser.js +941 -66
  22. package/dist/reputation/index.browser.js.map +1 -1
  23. package/dist/reputation/index.cjs +1393 -217
  24. package/dist/reputation/index.cjs.map +1 -1
  25. package/dist/reputation/index.d.cts +3 -2
  26. package/dist/reputation/index.d.ts +3 -2
  27. package/dist/reputation/index.js +1378 -217
  28. package/dist/reputation/index.js.map +1 -1
  29. package/dist/{subject-ownership-CXvzEjpH.d.cts → subject-ownership-B7cFlm8c.d.cts} +256 -26
  30. package/dist/{subject-ownership-CXvzEjpH.d.ts → subject-ownership-B7cFlm8c.d.ts} +256 -26
  31. package/dist/types-dpYxRq8N.d.cts +281 -0
  32. package/dist/types-dpYxRq8N.d.ts +281 -0
  33. package/dist/widgets/index.cjs +70 -27
  34. package/dist/widgets/index.cjs.map +1 -1
  35. package/dist/widgets/index.d.cts +42 -18
  36. package/dist/widgets/index.d.ts +42 -18
  37. package/dist/widgets/index.js +67 -26
  38. package/dist/widgets/index.js.map +1 -1
  39. package/package.json +3 -2
  40. package/dist/index-B9KW02US.d.cts +0 -119
  41. package/dist/index-DXrwBex9.d.ts +0 -119
  42. package/dist/index-QZDExA4I.d.cts +0 -90
  43. package/dist/index-QZDExA4I.d.ts +0 -90
package/dist/index.d.cts CHANGED
@@ -1,7 +1,8 @@
1
- export { i as identity } from './index-QZDExA4I.cjs';
2
- export { i as reputation } from './index-B9KW02US.cjs';
1
+ export { i as identity } from './index-BOvk-7Ku.cjs';
2
+ export { i as reputation } from './index-QueRiudB.cjs';
3
3
  export { i as appRegistry } from './index-_Bkhoj8k.cjs';
4
- import './subject-ownership-CXvzEjpH.cjs';
4
+ import './types-dpYxRq8N.cjs';
5
+ import './subject-ownership-B7cFlm8c.cjs';
5
6
 
6
7
  declare class OmaTrustError extends Error {
7
8
  code: string;
package/dist/index.d.ts CHANGED
@@ -1,7 +1,8 @@
1
- export { i as identity } from './index-QZDExA4I.js';
2
- export { i as reputation } from './index-DXrwBex9.js';
1
+ export { i as identity } from './index-R78TpAhN.js';
2
+ export { i as reputation } from './index-C2w5EvFH.js';
3
3
  export { i as appRegistry } from './index-_Bkhoj8k.js';
4
- import './subject-ownership-CXvzEjpH.js';
4
+ import './types-dpYxRq8N.js';
5
+ import './subject-ownership-B7cFlm8c.js';
5
6
 
6
7
  declare class OmaTrustError extends Error {
7
8
  code: string;