@oma3/omatrust 0.1.0-alpha.1 → 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 (44) hide show
  1. package/README.md +21 -7
  2. package/dist/identity/index.cjs +544 -1
  3. package/dist/identity/index.cjs.map +1 -1
  4. package/dist/identity/index.d.cts +2 -1
  5. package/dist/identity/index.d.ts +2 -1
  6. package/dist/identity/index.js +528 -2
  7. package/dist/identity/index.js.map +1 -1
  8. package/dist/index-BOvk-7Ku.d.cts +235 -0
  9. package/dist/index-C2w5EvFH.d.ts +329 -0
  10. package/dist/index-QueRiudB.d.cts +329 -0
  11. package/dist/index-R78TpAhN.d.ts +235 -0
  12. package/dist/index.cjs +2020 -145
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.d.cts +4 -2
  15. package/dist/index.d.ts +4 -2
  16. package/dist/index.js +2021 -146
  17. package/dist/index.js.map +1 -1
  18. package/dist/reputation/index.browser.cjs +3010 -0
  19. package/dist/reputation/index.browser.cjs.map +1 -0
  20. package/dist/reputation/index.browser.d.cts +14 -0
  21. package/dist/reputation/index.browser.d.ts +14 -0
  22. package/dist/reputation/index.browser.js +2946 -0
  23. package/dist/reputation/index.browser.js.map +1 -0
  24. package/dist/reputation/index.cjs +1884 -123
  25. package/dist/reputation/index.cjs.map +1 -1
  26. package/dist/reputation/index.d.cts +3 -1
  27. package/dist/reputation/index.d.ts +3 -1
  28. package/dist/reputation/index.js +1861 -123
  29. package/dist/reputation/index.js.map +1 -1
  30. package/dist/subject-ownership-B7cFlm8c.d.cts +664 -0
  31. package/dist/subject-ownership-B7cFlm8c.d.ts +664 -0
  32. package/dist/types-dpYxRq8N.d.cts +281 -0
  33. package/dist/types-dpYxRq8N.d.ts +281 -0
  34. package/dist/widgets/index.cjs +238 -0
  35. package/dist/widgets/index.cjs.map +1 -0
  36. package/dist/widgets/index.d.cts +158 -0
  37. package/dist/widgets/index.d.ts +158 -0
  38. package/dist/widgets/index.js +226 -0
  39. package/dist/widgets/index.js.map +1 -0
  40. package/package.json +35 -7
  41. package/dist/index-ChbJxwOA.d.cts +0 -415
  42. package/dist/index-ChbJxwOA.d.ts +0 -415
  43. package/dist/index-QZDExA4I.d.cts +0 -90
  44. package/dist/index-QZDExA4I.d.ts +0 -90
package/dist/index.d.cts CHANGED
@@ -1,6 +1,8 @@
1
- export { i as identity } from './index-QZDExA4I.cjs';
2
- export { i as reputation } from './index-ChbJxwOA.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 './types-dpYxRq8N.cjs';
5
+ import './subject-ownership-B7cFlm8c.cjs';
4
6
 
5
7
  declare class OmaTrustError extends Error {
6
8
  code: string;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,8 @@
1
- export { i as identity } from './index-QZDExA4I.js';
2
- export { i as reputation } from './index-ChbJxwOA.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 './types-dpYxRq8N.js';
5
+ import './subject-ownership-B7cFlm8c.js';
4
6
 
5
7
  declare class OmaTrustError extends Error {
6
8
  code: string;