@foldkit/ui 0.114.1 → 0.116.0
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foldkit/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.116.0",
|
|
4
4
|
"description": "Headless, accessible UI components for Foldkit",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"rimraf": "^6.1.3",
|
|
127
127
|
"typescript": "^6.0.3",
|
|
128
128
|
"vitest": "^4.1.9",
|
|
129
|
-
"foldkit": "0.
|
|
129
|
+
"foldkit": "0.116.0"
|
|
130
130
|
},
|
|
131
131
|
"keywords": [
|
|
132
132
|
"foldkit",
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"clean": "rimraf dist *.tsbuildinfo",
|
|
153
153
|
"build": "pnpm run clean && tsc -b tsconfig.build.json",
|
|
154
154
|
"watch": "tsc -b tsconfig.build.json --watch",
|
|
155
|
-
"lint": "
|
|
155
|
+
"lint": "pnpm --filter @foldkit/oxlint-plugin build && oxlint src",
|
|
156
156
|
"typecheck": "tsc -b tsconfig.build.json --noEmit",
|
|
157
157
|
"test": "vitest run"
|
|
158
158
|
}
|