@antseed/cli 0.1.0 → 0.1.1

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/cli/commands/dashboard.js +1 -1
  2. package/dist/cli/commands/dashboard.js.map +1 -1
  3. package/dist/proxy/buyer-proxy.d.ts.map +1 -1
  4. package/dist/proxy/buyer-proxy.js +95 -16
  5. package/dist/proxy/buyer-proxy.js.map +1 -1
  6. package/package.json +19 -17
  7. package/.env.example +0 -15
  8. package/src/cli/commands/balance.ts +0 -77
  9. package/src/cli/commands/browse.ts +0 -113
  10. package/src/cli/commands/config.ts +0 -271
  11. package/src/cli/commands/connect.test.ts +0 -69
  12. package/src/cli/commands/connect.ts +0 -342
  13. package/src/cli/commands/dashboard.ts +0 -59
  14. package/src/cli/commands/deposit.ts +0 -61
  15. package/src/cli/commands/dev.ts +0 -107
  16. package/src/cli/commands/init.ts +0 -99
  17. package/src/cli/commands/plugin-create.test.ts +0 -60
  18. package/src/cli/commands/plugin-create.ts +0 -230
  19. package/src/cli/commands/plugin.test.ts +0 -55
  20. package/src/cli/commands/plugin.ts +0 -295
  21. package/src/cli/commands/profile.ts +0 -95
  22. package/src/cli/commands/seed.test.ts +0 -70
  23. package/src/cli/commands/seed.ts +0 -447
  24. package/src/cli/commands/status.ts +0 -73
  25. package/src/cli/commands/types.ts +0 -56
  26. package/src/cli/commands/withdraw.ts +0 -61
  27. package/src/cli/formatters.ts +0 -64
  28. package/src/cli/index.ts +0 -46
  29. package/src/cli/shutdown.ts +0 -38
  30. package/src/config/defaults.ts +0 -49
  31. package/src/config/effective.test.ts +0 -80
  32. package/src/config/effective.ts +0 -119
  33. package/src/config/loader.test.ts +0 -95
  34. package/src/config/loader.ts +0 -251
  35. package/src/config/types.ts +0 -139
  36. package/src/config/validation.ts +0 -78
  37. package/src/env/load-env.ts +0 -20
  38. package/src/plugins/loader.ts +0 -96
  39. package/src/plugins/manager.ts +0 -66
  40. package/src/plugins/registry.ts +0 -45
  41. package/src/proxy/buyer-proxy.ts +0 -604
  42. package/src/status/node-status.ts +0 -105
  43. package/tsconfig.json +0 -9
package/tsconfig.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "extends": "../../tsconfig.base.json",
3
- "compilerOptions": {
4
- "outDir": "dist",
5
- "rootDir": "src"
6
- },
7
- "include": ["src/**/*.ts"],
8
- "exclude": ["node_modules", "dist", "src/dashboard/web", "src/dashboard-dist"]
9
- }