@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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  <div align="center">
2
- <img src="https://koroflow.com/logo-icon.png" alt="Koroflow Logo" width="64" height="64" />
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
- [![GitHub stars](https://img.shields.io/github/stars/consent-management?style=flat-square)](https://github.com/koroflow/consent-management)
7
- [![CI](https://img.shields.io/github/actions/workflow/status/consent-management/ci.yml?style=flat-square)](https://github.com/koroflow/consent-management/actions/workflows/ci.yml)
6
+ [![GitHub stars](https://img.shields.io/github/stars/consent-management?style=flat-square)](https://github.com/c15t/c15t)
7
+ [![CI](https://img.shields.io/github/actions/workflow/status/consent-management/ci.yml?style=flat-square)](https://github.com/c15t/c15t/actions/workflows/ci.yml)
8
8
  [![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg?style=flat-square)](LICENSE)
9
- [![Discord](https://img.shields.io/discord/1312171102268690493?style=flat-square)](https://discord.gg/koroflow)
9
+ [![Discord](https://img.shields.io/discord/1312171102268690493?style=flat-square)](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/koroflow/consent-management/blob/main/LICENSE)
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.4",
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.2",
22
+ "motion": "^12.4.7",
23
23
  "react-draggable": "^4.4.6",
24
- "tailwind-merge": "3.0.1",
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.4"
28
+ "c15t": "0.0.1-rc.6"
29
29
  },
30
30
  "devDependencies": {
31
- "postcss": "^8.5.2",
31
+ "postcss": "^8.5.3",
32
32
  "@c15t/typescript-config": "0.0.1-beta.1"
33
33
  },
34
34
  "peerDependencies": {