saito-js 0.0.4 → 0.0.6

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 (57) hide show
  1. package/browser/index.js +3669 -0
  2. package/configs.d.ts +26 -0
  3. package/configs.d.ts.map +1 -0
  4. package/index.node.d.ts +12 -0
  5. package/index.node.d.ts.map +1 -0
  6. package/index.web.d.ts +12 -0
  7. package/index.web.d.ts.map +1 -0
  8. package/lib/block.d.ts +18 -0
  9. package/lib/block.d.ts.map +1 -0
  10. package/lib/blockchain.d.ts +8 -0
  11. package/lib/blockchain.d.ts.map +1 -0
  12. package/lib/custom/custom_shared_methods.d.ts +22 -0
  13. package/lib/custom/custom_shared_methods.d.ts.map +1 -0
  14. package/lib/custom/shared_methods.web.d.ts +15 -0
  15. package/lib/custom/shared_methods.web.d.ts.map +1 -0
  16. package/lib/factory.d.ts +16 -0
  17. package/lib/factory.d.ts.map +1 -0
  18. package/lib/peer.d.ts +15 -0
  19. package/lib/peer.d.ts.map +1 -0
  20. package/lib/saito_factory.d.ts +1 -0
  21. package/lib/saito_factory.d.ts.map +1 -0
  22. package/lib/slip.d.ts +43 -0
  23. package/lib/slip.d.ts.map +1 -0
  24. package/lib/transaction.d.ts +70 -0
  25. package/lib/transaction.d.ts.map +1 -0
  26. package/lib/wallet.d.ts +18 -0
  27. package/lib/wallet.d.ts.map +1 -0
  28. package/package.json +2 -2
  29. package/saito.d.ts +52 -0
  30. package/saito.d.ts.map +1 -0
  31. package/server/index.js +3731 -0
  32. package/{shared_methods.ts → shared_methods.d.ts} +1 -18
  33. package/shared_methods.d.ts.map +1 -0
  34. package/tests/index.test.d.ts +1 -0
  35. package/tests/index.test.d.ts.map +1 -0
  36. package/.github/workflows/publish.yml +0 -50
  37. package/.prettierrc.json +0 -3
  38. package/babel.config.json +0 -13
  39. package/configs.ts +0 -26
  40. package/index.node.ts +0 -51
  41. package/index.web.ts +0 -47
  42. package/lib/block.ts +0 -42
  43. package/lib/blockchain.ts +0 -14
  44. package/lib/custom/custom_shared_methods.ts +0 -92
  45. package/lib/custom/shared_methods.web.ts +0 -123
  46. package/lib/factory.ts +0 -32
  47. package/lib/peer.ts +0 -50
  48. package/lib/saito_factory.ts +0 -18
  49. package/lib/slip.ts +0 -119
  50. package/lib/transaction.ts +0 -179
  51. package/lib/wallet.ts +0 -61
  52. package/saito.ts +0 -404
  53. package/tests/index.test.ts +0 -35
  54. package/tsconfig.json +0 -111
  55. package/tsconfig.testing.json +0 -19
  56. package/webpack.config.js +0 -136
  57. package/webpack.prod.config.js +0 -136

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.