mockba 0.3.5 → 0.3.6
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 +1 -1
- package/readme.md +5 -14
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -81,10 +81,7 @@ The package can work in either json/js mode or in human-readable mode (default).
|
|
|
81
81
|
To support printing in a translation, pass target language like `-ru`.
|
|
82
82
|
|
|
83
83
|
<details>
|
|
84
|
-
<summary>
|
|
85
|
-
|
|
86
|
-
<code>MOCKBA -json</code>
|
|
87
|
-
</summary>
|
|
84
|
+
<summary><code>MOCKBA -json</code></summary>
|
|
88
85
|
|
|
89
86
|
```json
|
|
90
87
|
{
|
|
@@ -116,9 +113,7 @@ To support printing in a translation, pass target language like `-ru`.
|
|
|
116
113
|
</details>
|
|
117
114
|
|
|
118
115
|
<details>
|
|
119
|
-
<summary>
|
|
120
|
-
<code>MOCKBA -json -ru</code>
|
|
121
|
-
</summary>
|
|
116
|
+
<summary><code>MOCKBA -json -ru</code></summary>
|
|
122
117
|
|
|
123
118
|
```json
|
|
124
119
|
{
|
|
@@ -150,10 +145,7 @@ To support printing in a translation, pass target language like `-ru`.
|
|
|
150
145
|
</details>
|
|
151
146
|
|
|
152
147
|
<details>
|
|
153
|
-
<summary>
|
|
154
|
-
|
|
155
|
-
<code>MOCKBA -js</code>
|
|
156
|
-
</summary>
|
|
148
|
+
<summary><code>MOCKBA -js</code></summary>
|
|
157
149
|
|
|
158
150
|
```js
|
|
159
151
|
{
|
|
@@ -183,10 +175,9 @@ To support printing in a translation, pass target language like `-ru`.
|
|
|
183
175
|
}
|
|
184
176
|
```
|
|
185
177
|
</details>
|
|
178
|
+
|
|
186
179
|
<details>
|
|
187
|
-
<summary>
|
|
188
|
-
<code>MOCKBA -js -ru</code>
|
|
189
|
-
</summary>
|
|
180
|
+
<summary><code>MOCKBA -js -ru</code></summary>
|
|
190
181
|
|
|
191
182
|
```js
|
|
192
183
|
{
|