···
1
1
-
---
2
2
-
'@clack/core': patch
3
3
-
'@clack/prompts': patch
4
4
-
---
5
5
-
6
6
-
Enable hard line-wrapping behavior for long words without spaces
···
1
1
# @clack/core
2
2
3
3
+
## 0.3.2
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- c96eda5: Enable hard line-wrapping behavior for long words without spaces
8
8
+
3
9
## 0.3.1
4
10
5
11
### Patch Changes
···
1
1
{
2
2
"name": "@clack/core",
3
3
-
"version": "0.3.1",
3
3
+
"version": "0.3.2",
4
4
"type": "module",
5
5
"main": "./dist/index.cjs",
6
6
"module": "./dist/index.mjs",
···
1
1
# @clack/prompts
2
2
3
3
+
## 0.6.3
4
4
+
5
5
+
### Patch Changes
6
6
+
7
7
+
- c96eda5: Enable hard line-wrapping behavior for long words without spaces
8
8
+
- Updated dependencies [c96eda5]
9
9
+
- @clack/core@0.3.2
10
10
+
3
11
## 0.6.2
4
12
5
13
### Patch Changes
···
1
1
{
2
2
"name": "@clack/prompts",
3
3
-
"version": "0.6.2",
3
3
+
"version": "0.6.3",
4
4
"type": "module",
5
5
"main": "./dist/index.cjs",
6
6
"module": "./dist/index.mjs",
···
53
53
"prepack": "pnpm build"
54
54
},
55
55
"dependencies": {
56
56
-
"@clack/core": "^0.3.1",
56
56
+
"@clack/core": "^0.3.2",
57
57
"picocolors": "^1.0.0",
58
58
"sisteransi": "^1.0.5"
59
59
},
···
59
59
60
60
packages/prompts:
61
61
specifiers:
62
62
-
'@clack/core': ^0.3.1
62
62
+
'@clack/core': ^0.3.2
63
63
is-unicode-supported: ^1.3.0
64
64
picocolors: ^1.0.0
65
65
sisteransi: ^1.0.5