@danhachuel/thunderbolt 0.3.2 → 0.3.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 (2) hide show
  1. package/app/main.py +1 -1
  2. package/package.json +1 -1
package/app/main.py CHANGED
@@ -4208,7 +4208,7 @@ def main():
4208
4208
  channel_profile_items = [
4209
4209
  ("Canais YouTube", ":material/ondemand_video:", "Canais YouTube"),
4210
4210
  ("Contas TikTok", ":material/account_circle:", "Contas TikTok"),
4211
- ("Facebook Pages", ":material/facebook:", "Facebook Pages"),
4211
+ ("Facebook Pages", ":material/public:", "Facebook Pages"),
4212
4212
  ]
4213
4213
  music_items = [
4214
4214
  ("Criação de Músicas", ":material/music_note:", "Criação de Músicas"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danhachuel/thunderbolt",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Thunderbolt — interface local para operação de canais faceless e motor MoneyPrinterTurbo",
5
5
  "license": "MIT",
6
6
  "main": "scripts/cli.mjs",