@ridit/lens 0.1.6 → 0.1.7

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.
@@ -47,8 +47,27 @@ const PHRASES: Record<string, string[]> = {
47
47
  "chefkiss incoming...",
48
48
  "slay mode: on...",
49
49
  "rizzing up an answer...",
50
+ "rizzing up a baddie answer...",
51
+ "sigma grindset: activated...",
52
+ "NPC behavior: disabled...",
53
+ "unaliving my writer's block...",
54
+ "caught in 4K thinking...",
55
+ "delulu but make it accurate...",
56
+ "ate and left no crumbs...",
57
+ "rent free in the codebase...",
58
+ "understood the assignment (fr fr)...",
59
+ "giving main character energy...",
60
+ "no thoughts, head full...",
61
+ "built different response incoming...",
62
+ "chronically online and loving it...",
63
+ "touch grass? not yet...",
64
+ "this response is bussin...",
65
+ "lowkey highkey computing...",
66
+ "it's giving Einstein...",
67
+ "we do a little thinking...",
68
+ "gigachad analysis mode...",
69
+ "the audacity to be this smart...",
50
70
 
51
- // ── existential ──────────────────────────────────────────────
52
71
  "consulting the void...",
53
72
  "asking my other personalities...",
54
73
  "reading the codebase tea leaves...",
package/tsconfig.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "lib": ["ESNext"],
4
4
  "target": "ESNext",
5
5
  "module": "ESNext",
6
- "moduleResolution": "node",
6
+ "moduleResolution": "bundler",
7
7
  "jsx": "react-jsx",
8
8
  "allowJs": true,
9
9
  "outDir": "dist",