@zayne-labs/prettier-config 0.11.19 → 0.11.20
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/dist/utils.d.ts +0 -1
- package/package.json +6 -6
package/dist/utils.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ import { o as ResolvedPrettierConfig } from "./types-0mdoYUET.js";
|
|
|
2
2
|
import { Awaitable } from "@zayne-labs/toolkit-type-helpers";
|
|
3
3
|
|
|
4
4
|
//#region src/utils.d.ts
|
|
5
|
-
|
|
6
5
|
/**
|
|
7
6
|
* @description Resolves a boolean or object option to an object.
|
|
8
7
|
* If the option is an object, it returns it as-is. Otherwise, returns an empty object.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zayne-labs/prettier-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.20",
|
|
5
5
|
"description": "Zayne Labs' Prettier config",
|
|
6
6
|
"author": "Ryan Zayne",
|
|
7
7
|
"license": "MIT",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@antfu/install-pkg": "1.1.0",
|
|
58
58
|
"@clack/prompts": "0.11.0",
|
|
59
|
-
"@zayne-labs/toolkit-type-helpers": "0.12.
|
|
59
|
+
"@zayne-labs/toolkit-type-helpers": "0.12.27",
|
|
60
60
|
"local-pkg": "1.1.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
@@ -66,13 +66,13 @@
|
|
|
66
66
|
"cross-env": "10.1.0",
|
|
67
67
|
"prettier": "3.8.0",
|
|
68
68
|
"prettier-plugin-astro": "0.14.1",
|
|
69
|
-
"prettier-plugin-classnames": "0.
|
|
70
|
-
"prettier-plugin-merge": "0.
|
|
69
|
+
"prettier-plugin-classnames": "0.9.0",
|
|
70
|
+
"prettier-plugin-merge": "0.9.0",
|
|
71
71
|
"prettier-plugin-tailwindcss": "0.7.2",
|
|
72
72
|
"publint": "0.3.16",
|
|
73
|
-
"tsdown": "0.
|
|
73
|
+
"tsdown": "0.20.0-beta.4",
|
|
74
74
|
"typescript": "5.9.3",
|
|
75
|
-
"@zayne-labs/tsconfig": "0.11.
|
|
75
|
+
"@zayne-labs/tsconfig": "0.11.20"
|
|
76
76
|
},
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public",
|