@reels/tui 1.1.70 → 1.2.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.
@@ -0,0 +1,12 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(git -C /home/nick/Desktop/reels branch -a)",
5
+ "Read(//home/nick/Desktop/reels/**)",
6
+ "Bash(git -C /home/nick/Desktop/reels log --oneline feature/dm-sharing ^main)",
7
+ "Bash(git -C /home/nick/Desktop/reels diff main...feature/dm-sharing --stat)",
8
+ "Bash(git -C /home/nick/Desktop/reels log --oneline feature/dm-sharing)",
9
+ "Bash(git -C /home/nick/Desktop/reels diff origin/main...origin/feature/dm-sharing --stat)"
10
+ ]
11
+ }
12
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reels/tui",
3
- "version": "1.1.70",
3
+ "version": "1.2.1",
4
4
  "description": "Instagram reels in the terminal",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -21,7 +21,7 @@
21
21
  "reels": "bin/reels"
22
22
  },
23
23
  "optionalDependencies": {
24
- "@reels/linux-x64": "1.1.7",
25
- "@reels/darwin-arm64": "1.1.7"
24
+ "@reels/linux-x64": "1.2.1",
25
+ "@reels/darwin-arm64": "1.2.1"
26
26
  }
27
27
  }