@c15t/dev-tools 0.0.1-rc.4 → 0.0.1-rc.6
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/README.md +5 -5
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
|
|
2
|
+
<img src="https://c15t.com/logo-icon.png" alt="c15t Logo" width="64" height="64" />
|
|
3
3
|
<h1>@c15t/dev-tools</h1>
|
|
4
4
|
<p>Transform privacy consent from a compliance checkbox into a fully observable system</p>
|
|
5
5
|
|
|
6
|
-
[](https://github.com/
|
|
7
|
-
[](https://github.com/
|
|
6
|
+
[](https://github.com/c15t/c15t)
|
|
7
|
+
[](https://github.com/c15t/c15t/actions/workflows/ci.yml)
|
|
8
8
|
[](LICENSE)
|
|
9
|
-
[](https://
|
|
9
|
+
[](https://c15t.com/discord)
|
|
10
10
|
</div>
|
|
11
11
|
|
|
12
12
|
## Documentation
|
|
@@ -44,4 +44,4 @@ export default function App() {
|
|
|
44
44
|
|
|
45
45
|
## License
|
|
46
46
|
|
|
47
|
-
[GNU General Public License v3.0](https://github.com/
|
|
47
|
+
[GNU General Public License v3.0](https://github.com/c15t/c15t/blob/main/LICENSE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c15t/dev-tools",
|
|
3
|
-
"version": "0.0.1-rc.
|
|
3
|
+
"version": "0.0.1-rc.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -19,16 +19,16 @@
|
|
|
19
19
|
"class-variance-authority": "^0.7.1",
|
|
20
20
|
"clsx": "2.1.1",
|
|
21
21
|
"lucide-react": "^0.475.0",
|
|
22
|
-
"motion": "^12.4.
|
|
22
|
+
"motion": "^12.4.7",
|
|
23
23
|
"react-draggable": "^4.4.6",
|
|
24
|
-
"tailwind-merge": "3.0.
|
|
24
|
+
"tailwind-merge": "3.0.2",
|
|
25
25
|
"tsc-alias": "^1.8.10",
|
|
26
26
|
"usehooks-ts": "^3.1.1",
|
|
27
27
|
"zustand": "^5.0.3",
|
|
28
|
-
"c15t": "0.0.1-rc.
|
|
28
|
+
"c15t": "0.0.1-rc.6"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"postcss": "^8.5.
|
|
31
|
+
"postcss": "^8.5.3",
|
|
32
32
|
"@c15t/typescript-config": "0.0.1-beta.1"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|