@blotoutio/providers-auto-form-fill-sdk 0.29.0 → 0.30.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.
package/index.cjs.js CHANGED
@@ -203,8 +203,10 @@ const init = (params) => {
203
203
  }
204
204
  };
205
205
 
206
+ const packageName = 'autoFormFill';
207
+
206
208
  const data = {
207
- name: 'autoFormFill',
209
+ name: packageName,
208
210
  init,
209
211
  };
210
212
  try {
package/index.js CHANGED
@@ -204,8 +204,10 @@ var ProvidersAutoFormFillSdk = (function () {
204
204
  }
205
205
  };
206
206
 
207
+ const packageName = 'autoFormFill';
208
+
207
209
  const data = {
208
- name: 'autoFormFill',
210
+ name: packageName,
209
211
  init,
210
212
  };
211
213
  try {
package/index.mjs CHANGED
@@ -201,8 +201,10 @@ const init = (params) => {
201
201
  }
202
202
  };
203
203
 
204
+ const packageName = 'autoFormFill';
205
+
204
206
  const data = {
205
- name: 'autoFormFill',
207
+ name: packageName,
206
208
  init,
207
209
  };
208
210
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-auto-form-fill-sdk",
3
- "version": "0.29.0",
3
+ "version": "0.30.0",
4
4
  "description": "Auto Form Fill Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",