@hyperbytes/wappler-2fa-code-generator 1.1.0 → 1.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperbytes/wappler-2fa-code-generator",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Generate 2FA style code from character salt with optional repeats and user defined code length",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -12,10 +12,7 @@
12
12
  }
13
13
  },
14
14
  dataPickObject: true,
15
- dataScheme: [
16
- {name: 'code', type: 'text'}
17
-
18
- ],
15
+
19
16
  properties : [
20
17
  {
21
18
  group: 'File Location',
@@ -26,7 +23,7 @@
26
23
  title: 'Name',
27
24
  type: 'text',
28
25
  required: true,
29
- defaultValue: 'Code1'
26
+ baseName: "code"
30
27
  },
31
28
  { name: 'salt',
32
29
  optionName: 'salt',