amotify 0.0.40 → 0.0.41

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/@types/amot.tsx +2 -2
  2. package/package.json +1 -1
package/@types/amot.tsx CHANGED
@@ -1,3 +1,5 @@
1
+ export { }
2
+
1
3
  import { FontAwesomeIconProps } from '@fortawesome/react-fontawesome';
2
4
  import { IconDefinition } from "@fortawesome/fontawesome-common-types";
3
5
  import * as FontawesomeCore from '@fortawesome/fontawesome-svg-core';
@@ -6,8 +8,6 @@ import React from 'react';
6
8
  import ReactDOM from 'react-dom';
7
9
  import * as ReactRouterDOM from 'react-router-dom';
8
10
 
9
- export { }
10
-
11
11
  declare global {
12
12
  type ReactElement = React.ReactNode | React.ReactNode[]
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amotify",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "description": "UI Component for React",
5
5
  "main": "dist/launch.js",
6
6
  "types": "dist/@types.d.ts",