shogun-core 6.9.3 → 6.9.5

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 (39) hide show
  1. package/dist/browser/shogun-core.js +52640 -118047
  2. package/dist/browser/shogun-core.js.map +1 -1
  3. package/dist/src/examples/auth-test.js +0 -5
  4. package/dist/src/gundb/db-holster.js +46 -0
  5. package/dist/src/gundb/db.js +78 -3
  6. package/dist/src/gundb/derive.js +9 -10
  7. package/dist/src/gundb/rxjs-holster.js +23 -7
  8. package/dist/src/gundb/rxjs.js +45 -22
  9. package/dist/src/interfaces/shogun.js +0 -2
  10. package/dist/src/managers/CoreInitializer.js +37 -45
  11. package/dist/src/plugins/index.js +0 -4
  12. package/dist/src/plugins/web3/web3ConnectorPlugin.js +0 -1
  13. package/dist/src/plugins/web3/web3Signer.js +0 -1
  14. package/dist/src/plugins/webauthn/webauthn.js +31 -12
  15. package/dist/src/utils/deepEqual.js +48 -0
  16. package/dist/tsconfig.tsbuildinfo +1 -1
  17. package/dist/types/src/gundb/db.d.ts +6 -0
  18. package/dist/types/src/gundb/types.d.ts +0 -9
  19. package/dist/types/src/interfaces/events.d.ts +2 -2
  20. package/dist/types/src/interfaces/shogun.d.ts +1 -9
  21. package/dist/types/src/managers/CoreInitializer.d.ts +7 -0
  22. package/dist/types/src/plugins/index.d.ts +0 -5
  23. package/dist/types/src/plugins/web3/web3Signer.d.ts +0 -1
  24. package/dist/types/src/utils/deepEqual.d.ts +10 -0
  25. package/package.json +3 -11
  26. package/dist/src/examples/zkproof-credentials-example.js +0 -357
  27. package/dist/src/examples/zkproof-example.js +0 -357
  28. package/dist/src/plugins/zkproof/index.js +0 -46
  29. package/dist/src/plugins/zkproof/types.js +0 -1
  30. package/dist/src/plugins/zkproof/zkCredentials.js +0 -287
  31. package/dist/src/plugins/zkproof/zkProofConnector.js +0 -267
  32. package/dist/src/plugins/zkproof/zkProofPlugin.js +0 -405
  33. package/dist/types/src/examples/zkproof-credentials-example.d.ts +0 -12
  34. package/dist/types/src/examples/zkproof-example.d.ts +0 -11
  35. package/dist/types/src/plugins/zkproof/index.d.ts +0 -48
  36. package/dist/types/src/plugins/zkproof/types.d.ts +0 -123
  37. package/dist/types/src/plugins/zkproof/zkCredentials.d.ts +0 -112
  38. package/dist/types/src/plugins/zkproof/zkProofConnector.d.ts +0 -46
  39. package/dist/types/src/plugins/zkproof/zkProofPlugin.d.ts +0 -76

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.