bare-script 3.5.0 → 3.5.1

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.
@@ -182,6 +182,10 @@ function documentSetFocus():
182
182
  endfunction
183
183
 
184
184
 
185
+ function documentSetKeyDown():
186
+ endfunction
187
+
188
+
185
189
  function documentSetReset():
186
190
  endfunction
187
191
 
@@ -50,6 +50,7 @@ function unittestMockAll(data):
50
50
  unittestMockOne('documentFontSize', unittestMock_documentFontSize)
51
51
  unittestMockOne('documentInputValue', systemPartial(unittestMock_documentInputValue, if(data != null, objectGet(data, 'documentInputValue'))))
52
52
  unittestMockOneGeneric('documentSetFocus')
53
+ unittestMockOneGeneric('documentSetKeyDown')
53
54
  unittestMockOneGeneric('documentSetReset')
54
55
  unittestMockOneGeneric('documentSetTitle')
55
56
  unittestMockOne('documentURL', unittestMock_documentURL)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "bare-script",
4
- "version": "3.5.0",
4
+ "version": "3.5.1",
5
5
  "description": "BareScript; a lightweight scripting and expression language",
6
6
  "keywords": [
7
7
  "expression",