@clerk/elements 0.23.46-snapshot.v20250724150637 → 0.23.46

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 +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/elements",
3
- "version": "0.23.46-snapshot.v20250724150637",
3
+ "version": "0.23.46",
4
4
  "description": "Clerk Elements",
5
5
  "keywords": [
6
6
  "clerk",
@@ -58,9 +58,9 @@
58
58
  "client-only": "^0.0.1",
59
59
  "tslib": "2.8.1",
60
60
  "xstate": "^5.20.1",
61
- "@clerk/clerk-react": "^5.36.1-snapshot.v20250724150637",
62
- "@clerk/shared": "^3.15.1-snapshot.v20250724150637",
63
- "@clerk/types": "^4.70.0"
61
+ "@clerk/clerk-react": "^5.37.0",
62
+ "@clerk/shared": "^3.15.1",
63
+ "@clerk/types": "^4.70.1"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@statelyai/inspect": "^0.4.0",
@@ -97,6 +97,8 @@
97
97
  "build:declarations": "tsc -p tsconfig.declarations.json",
98
98
  "dev": "tsup --env.NODE_ENV development --watch",
99
99
  "dev:example": "concurrently \"pnpm dev\" \"pnpm app:dev\"",
100
+ "format": "node ../../scripts/format-package.mjs",
101
+ "format:check": "node ../../scripts/format-package.mjs --check",
100
102
  "lint": "eslint src",
101
103
  "lint:attw": "attw --pack . --profile node16",
102
104
  "lint:publint": "publint",