File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsonscript" ,
3
- "version" : " 0.1.3 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " Platform independent asynchronous and concurrent scripting language using JSON format" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 294
294
"$ref" : " #"
295
295
}
296
296
}
297
+ },
298
+ {
299
+ "then" : {
300
+ "title" : " scalar values" ,
301
+ "description" : " convert scalar values to asynchronouse values" ,
302
+ "valueToAsync" : true
303
+ }
297
304
}
298
305
]
299
306
},
Original file line number Diff line number Diff line change 43
43
" description" : " queues items so that the next items is executed only after the previous asynchronous value receives data" ,
44
44
" itemsSerial" : { " $ref" : " #" }
45
45
}
46
+ },
47
+ {
48
+ " then" : {
49
+ " title" : " scalar values" ,
50
+ " description" : " convert scalar values to asynchronouse values" ,
51
+ " valueToAsync" : true
52
+ }
46
53
}
47
54
]
48
55
},
You can’t perform that action at this time.
0 commit comments