smsmslib 1.0.25 → 1.0.27

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smsmslib",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "description": "Reusable functions for me.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -15,7 +15,7 @@ export function sj_reducer_use(hf_type, init, f_init, user)
15
15
 
16
16
  function sj_reducer_onAction_use(hf_type, f_dispatch, user)
17
17
  {
18
- function wrapper(hf_type, f_dispatch, user)
18
+ function wrapper()
19
19
  {
20
20
  const f_onAction = sj_reducer_onAction_create(hf_type, f_dispatch, user);
21
21
 
@@ -70,7 +70,7 @@ function sj_reducer(value, o_action)
70
70
 
71
71
  function Reducer_t_use(value, f_onAction, user)
72
72
  {
73
- function wrapper(value, f_onAction, user)
73
+ function wrapper()
74
74
  {
75
75
  const o_reducer = Reducer_t_create(value, f_onAction, user);
76
76
 
package/tags_JavaScript CHANGED
@@ -24,5 +24,4 @@ sj_ref_use /home/sakae/work/react/smsmslib/system/useref.js ?^export function sj
24
24
  sj_state_onAction /home/sakae/work/react/smsmslib/system/usestate.js ?^export function sj_state_onAction(value, f_set, hf_type, user)$?;" f
25
25
  sj_state_use /home/sakae/work/react/smsmslib/system/usestate.js ?^export function sj_state_use(f_init, hf_type, user)$?;" f
26
26
  specified /home/sakae/work/react/smsmslib/system/usereducer.js ?^/* Don't use a hook inside the function specified in the argument f_init. */$?;" f
27
- wrapper /home/sakae/work/react/smsmslib/system/usereducer.js ?^ function wrapper(hf_type, f_dispatch, user)$?;" f
28
- wrapper /home/sakae/work/react/smsmslib/system/usereducer.js ?^ function wrapper(value, f_onAction, user)$?;" f
27
+ wrapper /home/sakae/work/react/smsmslib/system/usereducer.js ?^ function wrapper()$?;" f