@c15t/browser 3.0.0-alpha.0 → 3.0.0-alpha.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c15t/browser",
3
- "version": "3.0.0-alpha.0",
3
+ "version": "3.0.0-alpha.1",
4
4
  "description": "Drop-in consent banner and headless consent runtime for sites without a build step: Framer, Webflow, WordPress, Squarespace, and plain HTML.",
5
5
  "keywords": [
6
6
  "c15t",
@@ -93,12 +93,12 @@
93
93
  "test:watch": "bun prebuild && vitest"
94
94
  },
95
95
  "dependencies": {
96
- "@c15t/core": "3.0.0-alpha.0",
97
- "@c15t/dev-tools": "3.0.0-alpha.0",
98
- "@c15t/iab": "3.0.0-alpha.0",
96
+ "@c15t/core": "3.0.0-alpha.1",
97
+ "@c15t/dev-tools": "3.0.0-alpha.1",
98
+ "@c15t/iab": "3.0.0-alpha.1",
99
99
  "@c15t/schema": "3.0.0-alpha.0",
100
100
  "@c15t/translations": "3.0.0-alpha.0",
101
- "@c15t/ui": "3.0.0-alpha.0"
101
+ "@c15t/ui": "3.0.0-alpha.1"
102
102
  },
103
103
  "devDependencies": {
104
104
  "@c15t/conformance": "0.0.1",