@arquimedes.co/eureka-forms 1.6.0-test → 1.6.1-test

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/dist/App.js +1 -1
  2. package/package.json +1 -1
package/dist/App.js CHANGED
@@ -109,7 +109,7 @@ function App(_a) {
109
109
  loadInfo(apiKey, domain);
110
110
  }
111
111
  else if (isWidget && apiKey && domain) {
112
- //Is iframe
112
+ //Is widget
113
113
  loadOrgInfo(domain);
114
114
  loadInfo(apiKey, domain);
115
115
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arquimedes.co/eureka-forms",
3
3
  "repository": "git://github.com/Arquimede5/Eureka-Forms.git",
4
- "version":"1.6.0-test",
4
+ "version":"1.6.1-test",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",