merchi_sdk_js 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "merchi_sdk_js",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "type": "module",
5
5
  "main": "src/merchi.js",
6
6
  "module": "src/merchi.js",
@@ -15,6 +15,7 @@ export function VariationField() {
15
15
  addPropertyTo(this, 'id');
16
16
  addPropertyTo(this, 'fieldType');
17
17
  addPropertyTo(this, 'name');
18
+ addPropertyTo(this, 'instructions');
18
19
  addPropertyTo(this, 'position');
19
20
  addPropertyTo(this, 'placeholder');
20
21
  addPropertyTo(this, 'defaultValue');