@jag-k/scriptable-jsx 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -256,7 +256,7 @@ function processContainerChildren(widget, children) {
256
256
  case "spacer": {
257
257
  const spacer = widget.addSpacer();
258
258
  if (child?.props?.size) {
259
- spacer.length = child.props.length;
259
+ spacer.length = child.props.size;
260
260
  }
261
261
  break;
262
262
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@jag-k/scriptable-jsx",
3
3
  "description": "Create a Scriptable bundle from JSX",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
- "version": "1.1.2",
5
+ "version": "1.1.3",
6
6
  "author": {
7
7
  "email": "jag.konon@gmail.com",
8
8
  "name": "Jag_k",
@@ -47,6 +47,6 @@
47
47
  },
48
48
  "types": "./dist/index.d.ts",
49
49
  "dependencies": {
50
- "@types/scriptable-ios": "^1.6.5"
50
+ "@types/scriptable-ios": "^1.7.0"
51
51
  }
52
52
  }