@economic/taco 1.29.0 → 1.30.0

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": "@economic/taco",
3
- "version": "1.29.0",
3
+ "version": "1.30.0",
4
4
  "description": "> TODO: description",
5
5
  "author": "Matt Daly <matthew.daly@visma.com>",
6
6
  "homepage": "https://github.com/e-conomic/taco#readme",
@@ -133,5 +133,5 @@
133
133
  "not ie < 11"
134
134
  ]
135
135
  },
136
- "gitHead": "2e2b493e5d58166a92090b3a839ff2caae19bd8d"
136
+ "gitHead": "0480d3af08b32fe2d134368089f88de1e158551b"
137
137
  }
package/types.json CHANGED
@@ -4979,7 +4979,12 @@
4979
4979
  {
4980
4980
  "name": "freezeColumns",
4981
4981
  "optional": false,
4982
- "type": "string"
4982
+ "type": {
4983
+ "arguments": {
4984
+ "count": "number"
4985
+ },
4986
+ "returnValue": "string"
4987
+ }
4983
4988
  },
4984
4989
  {
4985
4990
  "name": "unfreezeColumns",