json-as 0.5.50 → 0.5.51

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/README.md CHANGED
@@ -99,6 +99,7 @@ I took the benchmarks using the minimal runtime which doesn't call the Garbage C
99
99
  Tests are run on Ubuntu/WSL2 with a AMD Ryzen 9 CPU
100
100
 
101
101
  JavaScript Results (TinyBench/NodeJS 19)
102
+ ```
102
103
  ┌───────────────────────────┬─────────────┬────────────────────┬──────────┐
103
104
  │ Task Name │ ops / sec │ Average Time(ns) │ Margin │
104
105
  ├───────────────────────────┼─────────────┼────────────────────┼──────────┤
@@ -109,8 +110,10 @@ JavaScript Results (TinyBench/NodeJS 19)
109
110
  │ 'Stringify String' │ '1,565,716' │ 638.69 │ '±2.04%' │
110
111
  │ 'Parse String' │ '69,568' │ 14374.22 │ '±2.55%' │
111
112
  └───────────────────────────┴─────────────┴────────────────────┴──────────┘
113
+ ```
112
114
 
113
115
  AssemblyScript Results (Runtime Minimal)
116
+ ```
114
117
  ┌───────────────────────────┬─────────────┬────────────────────┬──────────┐
115
118
  │ Task Name │ ops / sec │ Average Time(ns) │ Diff │
116
119
  ├───────────────────────────┼─────────────┼────────────────────┼──────────┤
@@ -121,6 +124,7 @@ AssemblyScript Results (Runtime Minimal)
121
124
  │ 'Stringify String' │ '1,280,000' │ 736.27 │ +97ns │
122
125
  │ 'Parse String' │ '4,230,000' │ 239.21 │ -14135ns │
123
126
  └───────────────────────────┴─────────────┴────────────────────┴──────────┘
127
+ ```
124
128
 
125
129
  ## Issues
126
130
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-as",
3
- "version": "0.5.50",
3
+ "version": "0.5.51",
4
4
  "description": "JSON encoder/decoder for AssemblyScript",
5
5
  "types": "assembly/index.ts",
6
6
  "author": "Jairus Tanaka",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@json-as/transform",
3
- "version": "0.5.42",
3
+ "version": "0.5.51",
4
4
  "description": "JSON encoder/decoder for AssemblyScript",
5
5
  "main": "./lib/index.js",
6
6
  "author": "Jairus Tanaka",