betterdisplaycli 0.1.3 → 0.1.4

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/bun.lock +3 -2
  2. package/package.json +2 -2
package/bun.lock CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "lockfileVersion": 1,
3
+ "configVersion": 0,
3
4
  "workspaces": {
4
5
  "": {
5
6
  "dependencies": {
6
- "printable-shell-command": "^2.3.0",
7
+ "printable-shell-command": "^2.3.2",
7
8
  },
8
9
  "devDependencies": {
9
10
  "@biomejs/biome": "^2.3.4",
@@ -98,7 +99,7 @@
98
99
 
99
100
  "path-class": ["path-class@0.6.1", "", { "dependencies": { "@types/node": "^24.7.1", "xdg-basedir": "^5.1.0" } }, "sha512-38ZYmRh38kFSKivJCHk9S4ZHOK4Wf6ocxHfYBdDmVN7GWVOXrYsxwMBQpjhGyPNBdiPo4W3X91x2TzGmxHBlUg=="],
100
101
 
101
- "printable-shell-command": ["printable-shell-command@2.3.0", "", { "dependencies": { "path-class": "^0.6.1", "type-fest": "^5.1.0" }, "optionalDependencies": { "@types/bun": "^1.2.20", "@types/node": "^24.2.0" } }, "sha512-qobgNOAPDXPqj6VI+RA9r6ouiJdq6hxWSPKAjm7SMdy5CplCUAsFB/1rHyURhNpK7qg6uz7iP+yuRj+NegjgOg=="],
102
+ "printable-shell-command": ["printable-shell-command@2.3.2", "", { "dependencies": { "path-class": ">=0.6.1", "type-fest": ">=5.1.0" }, "optionalDependencies": { "@types/bun": "^1.2.20", "@types/node": "^24.2.0" } }, "sha512-ugY8+l1C1qWuo5OIcm841JT0LIqDIVYDQwymf9zecx+ukp1KCh0UUXL7HMnBEl+Ej7jI7qQXHJ0TwzQeSDR7Dw=="],
102
103
 
103
104
  "tagged-tag": ["tagged-tag@1.0.0", "", {}, "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng=="],
104
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "betterdisplaycli",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "TypeScript bindings for `betterdisplaycli`.",
5
5
  "author": "Lucas Garron <code@garron.net>",
6
6
  "exports": {
@@ -9,7 +9,7 @@
9
9
  }
10
10
  },
11
11
  "dependencies": {
12
- "printable-shell-command": ">=2.3.0"
12
+ "printable-shell-command": "^2.3.2"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@biomejs/biome": "^2.3.4",