joyful 1.1.0 → 1.1.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.
- package/package.json +8 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joyful",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "A list of friendly words to use in your app.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"friendly",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"build": "tsup",
|
|
46
46
|
"dev": "tsup --watch",
|
|
47
47
|
"test": "bun test",
|
|
48
|
+
"test:coverage": "bun test --coverage",
|
|
48
49
|
"check": "ultracite check",
|
|
49
50
|
"fix": "ultracite fix",
|
|
50
51
|
"permutations": "bun scripts/permutations.ts",
|
|
@@ -54,11 +55,11 @@
|
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|
|
56
57
|
"@changesets/cli": "^2.29.8",
|
|
57
|
-
"@types/node": "^25.1
|
|
58
|
-
"oxfmt": "^0.
|
|
59
|
-
"oxlint": "^1.
|
|
60
|
-
"tsup": "^8.
|
|
61
|
-
"typescript": "^5.
|
|
62
|
-
"ultracite": "7.
|
|
58
|
+
"@types/node": "^25.3.1",
|
|
59
|
+
"oxfmt": "^0.35.0",
|
|
60
|
+
"oxlint": "^1.50.0",
|
|
61
|
+
"tsup": "^8.5.1",
|
|
62
|
+
"typescript": "^5.9.3",
|
|
63
|
+
"ultracite": "7.2.4"
|
|
63
64
|
}
|
|
64
65
|
}
|