@arquimedes.co/eureka-forms 1.1.9 → 1.2.0

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 +2 -2
  2. package/package.json +1 -1
package/dist/App.js CHANGED
@@ -136,8 +136,8 @@ function App(_a) {
136
136
  return [4 /*yield*/, import('logrocket')];
137
137
  case 2:
138
138
  LogRocket = _a.sent();
139
- LogRocket.init('63mg8a/forms-uv0gd');
140
- LogRocket.identify(organizationInfo.idOrganization + '/' + apiKey, {
139
+ LogRocket.default.init('63mg8a/forms-uv0gd');
140
+ LogRocket.default.identify(organizationInfo.idOrganization + '/' + apiKey, {
141
141
  name: organizationInfo.name +
142
142
  '/' +
143
143
  (form ? form === null || form === void 0 ? void 0 : form.name : '404'),
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.1.9",
4
+ "version": "1.2.0",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",