@redacto.io/consent-sdk-react 1.0.0 → 1.2.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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @redacto.io/consent-sdk-react@0.0.3 build /Users/abhishekashyap/Documents/redacto/consent-sdk/packages/consent-sdk-react
3
+ > @redacto.io/consent-sdk-react@1.1.0 build /Users/abhishekashyap/Documents/redacto/consent-sdk/packages/consent-sdk-react
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: {"index":"src/index.ts"}
@@ -11,11 +11,11 @@
11
11
  CLI Cleaning output folder
12
12
  ESM Build start
13
13
  CJS Build start
14
- CJS dist/index.js 103.01 KB
15
- CJS ⚡️ Build success in 14ms
16
- ESM dist/index.mjs 99.59 KB
17
- ESM ⚡️ Build success in 14ms
14
+ ESM dist/index.mjs 148.63 KB
15
+ ESM ⚡️ Build success in 36ms
16
+ CJS dist/index.js 154.44 KB
17
+ CJS ⚡️ Build success in 37ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 645ms
20
- DTS dist/index.d.mts 2.40 KB
21
- DTS dist/index.d.ts 2.40 KB
19
+ DTS ⚡️ Build success in 791ms
20
+ DTS dist/index.d.mts 2.69 KB
21
+ DTS dist/index.d.ts 2.69 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @redacto.io/consent-sdk-react
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - chore: updated API routes
8
+
9
+ ## 1.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - feat: add accessibility and fixes transalations
14
+
3
15
  ## 1.0.0
4
16
 
5
17
  ### Major Changes