npm update

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-01-04 16:55:58 +03:00
parent 8e82ed7526
commit 072a3f4952
2 changed files with 3 additions and 1 deletions

View File

@ -208,6 +208,7 @@ Object.assign(
// NOTE: keep this last as it is the most general...
: /^[a-zA-Z$@#_][a-zA-Z0-9$@#_\-\.]*$/.test(e) ?
new parseStringAction.Identifier(e)
// other values...
: JSON.parse(e) })
return {
@ -939,6 +940,7 @@ module.MetaActions = {
this[action](...args)
: this.parseStringAction.callAction(this, action, ...args) },
// XXX EXPERIMENTAL -- symantics of this are not final...
// XXX need str syntax for this...
chain: function(actions, ...args){
var that = this
actions

View File

@ -23,6 +23,6 @@
},
"homepage": "https://github.com/flynx/actions.js#readme",
"dependencies": {
"ig-object": "^5.4.12"
"ig-object": "^5.4.16"
}
}