react-lgpd-consent 0.5.3 → 0.5.4

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": "react-lgpd-consent",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "Biblioteca de consentimento LGPD, integrações nativas e sistema extensível para React.",
5
5
  "keywords": [
6
6
  "lgpd",
@@ -59,6 +59,8 @@
59
59
  "files": [
60
60
  "dist",
61
61
  "README.md",
62
+ "API.md",
63
+ "package.json",
62
64
  "README.en.md",
63
65
  "QUICKSTART.md",
64
66
  "QUICKSTART.en.md",
@@ -92,8 +94,8 @@
92
94
  }
93
95
  },
94
96
  "dependencies": {
95
- "@react-lgpd-consent/core": "^0.5.0",
96
- "@react-lgpd-consent/mui": "^0.5.0"
97
+ "@react-lgpd-consent/core": "^0.5.1",
98
+ "@react-lgpd-consent/mui": "^0.5.1"
97
99
  },
98
100
  "size-limit": [
99
101
  {
@@ -133,7 +135,7 @@
133
135
  "size-check": "size-limit",
134
136
  "mutation": "npx stryker run",
135
137
  "mutation:tests": "npx stryker run ../../stryker.tests.conf.json",
136
- "docs:generate": "typedoc --options ../../typedoc.json",
138
+ "docs:generate": "node ../../scripts/run-typedoc.mjs",
137
139
  "storybook": "storybook dev -p 6006 --config-dir ../../.storybook",
138
140
  "build-storybook": "storybook build --config-dir ../../.storybook --output-dir ../../storybook-static"
139
141
  }