@toa.io/userland 1.2.0-dev.5 → 1.2.0-dev.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 +9 -9
- package/samples/readme.md +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toa.io/userland",
|
|
3
|
-
"version": "1.2.0-dev.
|
|
3
|
+
"version": "1.2.0-dev.6",
|
|
4
4
|
"description": "Toa development kit",
|
|
5
5
|
"homepage": "https://toa.io",
|
|
6
6
|
"author": {
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"main": "src/index.js",
|
|
25
25
|
"types": "types/index.d.ts",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@toa.io/boot": "1.0.2-dev.
|
|
28
|
-
"@toa.io/core": "1.1.0-dev.
|
|
29
|
-
"@toa.io/filesystem": "1.0.2-dev.
|
|
30
|
-
"@toa.io/generic": "0.11.0-dev.
|
|
31
|
-
"@toa.io/norm": "1.0.2-dev.
|
|
32
|
-
"@toa.io/schemas": "0.8.4-dev.
|
|
33
|
-
"@toa.io/yaml": "0.7.6-dev.
|
|
27
|
+
"@toa.io/boot": "1.0.2-dev.6",
|
|
28
|
+
"@toa.io/core": "1.1.0-dev.6",
|
|
29
|
+
"@toa.io/filesystem": "1.0.2-dev.6",
|
|
30
|
+
"@toa.io/generic": "0.11.0-dev.6",
|
|
31
|
+
"@toa.io/norm": "1.0.2-dev.6",
|
|
32
|
+
"@toa.io/schemas": "0.8.4-dev.6",
|
|
33
|
+
"@toa.io/yaml": "0.7.6-dev.6",
|
|
34
34
|
"tap": "16.3.4"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "be4282cafd1b4ad548ef45cd32e0a103a0ea7053"
|
|
37
37
|
}
|
package/samples/readme.md
CHANGED
|
@@ -92,11 +92,11 @@ context (so as required extensions). See [examples](../example/samples).
|
|
|
92
92
|
|
|
93
93
|
## Replay
|
|
94
94
|
|
|
95
|
-
|
|
95
|
+
> Replaying samples requires local deployment environment.
|
|
96
96
|
|
|
97
|
-
|
|
97
|
+
### CLI
|
|
98
98
|
|
|
99
|
-
|
|
99
|
+
Samples may be replayed using [`toa replay`](/runtime/cli/readme.md#replay) command.
|
|
100
100
|
|
|
101
101
|
See [features](/features/cli/replay.feature).
|
|
102
102
|
|