flicker-alerts 1.0.49 → 1.0.51

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.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -95,7 +95,7 @@ if (typeof document !== 'undefined') {
95
95
  }
96
96
 
97
97
  // Exportação
98
- export default FlickerAlerts;
98
+
99
99
 
100
100
 
101
101
  const FlickerModals = {
@@ -228,3 +228,4 @@ if (typeof document !== 'undefined') {
228
228
  }
229
229
 
230
230
 
231
+ export default FlickerAlerts;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flicker-alerts",
3
- "version": "1.0.49",
3
+ "version": "1.0.51",
4
4
  "description": "Biblioteca para alertas animados",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -16,6 +16,6 @@
16
16
  "author": "https://www.linkedin.com/in/bruno-carneiro-9a51aa190/",
17
17
  "license": "MIT",
18
18
  "dependencies": {
19
- "flicker-alerts": "^1.0.49"
19
+ "flicker-alerts": "^1.0.51"
20
20
  }
21
21
  }