favacli 0.0.1 → 0.0.3

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 (38) hide show
  1. package/build/BaseCommand.d.mts +16 -0
  2. package/build/BaseCommand.mjs +40 -0
  3. package/build/commands/entries/add.d.mts +15 -0
  4. package/build/commands/entries/add.mjs +31 -0
  5. package/build/commands/entries/list.d.mts +8 -0
  6. package/build/commands/entries/list.mjs +29 -0
  7. package/build/commands/entries/search.d.mts +10 -0
  8. package/build/commands/entries/search.mjs +31 -0
  9. package/build/commands/sync/connect.d.mts +9 -0
  10. package/build/commands/sync/connect.mjs +27 -0
  11. package/build/commands/sync/setServerUrl.d.mts +10 -0
  12. package/build/commands/sync/setServerUrl.mjs +15 -0
  13. package/build/commands/vault/create.d.mts +9 -0
  14. package/build/commands/vault/create.mjs +31 -0
  15. package/build/main.d.mts +2 -0
  16. package/build/main.mjs +21 -0
  17. package/build/utils/generateEntriesTable.d.mts +3 -0
  18. package/build/utils/generateEntriesTable.mjs +35 -0
  19. package/build/utils/init.d.mts +8 -0
  20. package/build/utils/init.mjs +30 -0
  21. package/build/utils/loadVault.d.mts +3 -0
  22. package/build/utils/loadVault.mjs +21 -0
  23. package/package.json +4 -5
  24. package/dist/007c5b826a6cdb53f76ac788701bcc44.node +0 -0
  25. package/dist/173.bundle.js +0 -1
  26. package/dist/1f6b895ee52944cdc760af87cc0776cf.node +0 -0
  27. package/dist/206.bundle.js +0 -1
  28. package/dist/260.bundle.js +0 -2
  29. package/dist/260.bundle.js.LICENSE.txt +0 -16
  30. package/dist/304.bundle.js +0 -1
  31. package/dist/411.bundle.js +0 -1
  32. package/dist/477.bundle.js +0 -1
  33. package/dist/479.bundle.js +0 -1
  34. package/dist/622.bundle.js +0 -2
  35. package/dist/622.bundle.js.LICENSE.txt +0 -41
  36. package/dist/770.bundle.js +0 -1
  37. package/dist/bundle.js +0 -2
  38. package/dist/bundle.js.LICENSE.txt +0 -15
@@ -1,15 +0,0 @@
1
- /*!
2
- * Tmp
3
- *
4
- * Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
5
- *
6
- * MIT Licensed
7
- */
8
-
9
- /*!
10
- * hash-wasm (https://www.npmjs.com/package/hash-wasm)
11
- * (c) Dani Biro
12
- * @license MIT
13
- */
14
-
15
- /*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */