@c15t/dev-tools 2.0.4 → 2.1.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/dist/379.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/react.cjs +1 -1
- package/dist-types/version.d.ts +1 -1
- package/package.json +2 -2
package/dist/379.js
CHANGED
package/dist/index.cjs
CHANGED
package/dist/react.cjs
CHANGED
package/dist-types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "2.0
|
|
1
|
+
export declare const version = "2.1.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c15t/dev-tools",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Developer tools for c15t — React utilities for inspecting consent state, debugging, and dogfooding the SDK.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"c15t",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@radix-ui/react-slot": "1.2.4",
|
|
68
68
|
"@radix-ui/react-switch": "1.2.6",
|
|
69
69
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
70
|
-
"c15t": "2.0
|
|
70
|
+
"c15t": "2.1.0",
|
|
71
71
|
"class-variance-authority": "^0.7.1",
|
|
72
72
|
"lucide-react": "^1.7.0",
|
|
73
73
|
"motion": "^12.38.0",
|