@c15t/dev-tools 2.0.0-rc.0 → 2.0.0-rc.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 (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @c15t/dev-tools
2
2
 
3
+ ## 2.0.0-rc.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0bc4f86: fixed workspace resolving
8
+ - Updated dependencies [0bc4f86]
9
+ - c15t@2.0.0-rc.1
10
+ - @c15t/ui@2.0.0-rc.1
11
+
3
12
  ## 2.0.0-rc.0
4
13
 
5
14
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c15t/dev-tools",
3
- "version": "2.0.0-rc.0",
3
+ "version": "2.0.0-rc.1",
4
4
  "description": "Developer tools for debugging and inspecting c15t consent management state.",
5
5
  "homepage": "https://c15t.com",
6
6
  "repository": {
@@ -45,12 +45,12 @@
45
45
  "not op_mini all"
46
46
  ],
47
47
  "dependencies": {
48
- "@c15t/ui": "workspace:*",
49
- "c15t": "workspace:*",
48
+ "@c15t/ui": "2.0.0-rc.1",
49
+ "c15t": "2.0.0-rc.1",
50
50
  "zustand": "^5.0.8"
51
51
  },
52
52
  "devDependencies": {
53
- "@c15t/typescript-config": "workspace:*",
53
+ "@c15t/typescript-config": "0.0.1-beta.1",
54
54
  "@types/react": "19.2.10",
55
55
  "@types/react-dom": "19.2.3",
56
56
  "jsdom": "27.2.0",