@foldkit/ui 0.122.0 → 0.122.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foldkit/ui",
3
- "version": "0.122.0",
3
+ "version": "0.122.1",
4
4
  "description": "Headless, accessible UI components for Foldkit",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -127,7 +127,7 @@
127
127
  "typedoc": "^0.28.19",
128
128
  "typescript": "^6.0.3",
129
129
  "vitest": "^4.1.9",
130
- "foldkit": "0.122.0"
130
+ "foldkit": "0.122.1"
131
131
  },
132
132
  "keywords": [
133
133
  "foldkit",
@@ -155,7 +155,7 @@
155
155
  "docs": "typedoc",
156
156
  "watch": "tsc -b tsconfig.build.json --watch",
157
157
  "lint": "pnpm --filter @foldkit/oxlint-plugin build && oxlint src",
158
- "typecheck": "tsc -b tsconfig.build.json --noEmit",
158
+ "typecheck": "tsc -p tsconfig.json --noEmit",
159
159
  "test": "vitest run"
160
160
  }
161
161
  }