@redacto.io/consent-sdk-react 1.4.0 → 2.1.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.
@@ -0,0 +1,21 @@
1
+
2
+ 
3
+ > @redacto.io/consent-sdk-react@1.4.0 build /Users/sadanmianredacto/Developer/consent-sdk/packages/consent-sdk-react
4
+ > tsup
5
+
6
+ CLI Building entry: {"index":"src/index.ts"}
7
+ CLI Using tsconfig: tsconfig.json
8
+ CLI tsup v8.5.1
9
+ CLI Using tsup config: /Users/sadanmianredacto/Developer/consent-sdk/packages/consent-sdk-react/tsup.config.ts
10
+ CLI Target: es2019
11
+ CLI Cleaning output folder
12
+ ESM Build start
13
+ CJS Build start
14
+ ESM dist/index.mjs 151.62 KB
15
+ ESM ⚡️ Build success in 11ms
16
+ CJS dist/index.js 157.42 KB
17
+ CJS ⚡️ Build success in 11ms
18
+ DTS Build start
19
+ DTS ⚡️ Build success in 557ms
20
+ DTS dist/index.d.mts 2.79 KB
21
+ DTS dist/index.d.ts 2.79 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @redacto.io/consent-sdk-react
2
2
 
3
+ ## 2.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - accessibility voice over cahnges
8
+
9
+ ## 2.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - added accessibility
14
+
3
15
  ## 1.4.0
4
16
 
5
17
  ### Minor Changes