Skip to content

Commit

Permalink
Merge branch 'release/v2.2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltra committed May 11, 2022
2 parents 3ace489 + ce1f2c7 commit c4ab886
Show file tree
Hide file tree
Showing 8 changed files with 3,847 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.brackets.json
package-lock.json
yarn.lock

.idea/
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
**/webpack.config.js
**/jest.config.js
**/typedoc.config.js
*.png
src
demo
docs
1 change: 1 addition & 0 deletions dist/gdpr_guard.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export * from "./GdprGuard";
export * from "./GdprGuardGroup";
export * from "./GdprManager";
export * from "./GdprStorage";
export * from "./GdprManagerEventHub";
export * from "./visitor";
export * from "./builders/builders";
export * from "./serde/GdprDeserializer";
Expand Down
2 changes: 1 addition & 1 deletion dist/gdpr_guard.js

Large diffs are not rendered by default.

Loading

0 comments on commit c4ab886

Please sign in to comment.