@travetto/web-rpc 8.0.0-alpha.22 → 8.0.0-alpha.23
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 +4 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -24,10 +24,11 @@ $ trv web:rpc-client --help
|
|
|
24
24
|
|
|
25
25
|
Usage: web:rpc-client [options] <type:config|node|web> [output:string]
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
Description:
|
|
28
|
+
Generate web-rpc client artifacts from a specified provider or leveraging local config.
|
|
28
29
|
|
|
29
|
-
Resolves generator services from DI and writes typed client code for the
|
|
30
|
-
selected provider target.
|
|
30
|
+
Resolves generator services from DI and writes typed client code for the
|
|
31
|
+
selected provider target.
|
|
31
32
|
|
|
32
33
|
Options:
|
|
33
34
|
-p, --profile <string> Application profiles
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/web-rpc",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.23",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "RPC support for a Web Application",
|
|
6
6
|
"keywords": [
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"directory": "module/web-rpc"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@travetto/config": "^8.0.0-alpha.
|
|
31
|
-
"@travetto/schema": "^8.0.0-alpha.
|
|
32
|
-
"@travetto/web": "^8.0.0-alpha.
|
|
30
|
+
"@travetto/config": "^8.0.0-alpha.19",
|
|
31
|
+
"@travetto/schema": "^8.0.0-alpha.19",
|
|
32
|
+
"@travetto/web": "^8.0.0-alpha.20"
|
|
33
33
|
},
|
|
34
34
|
"travetto": {
|
|
35
35
|
"displayName": "Web RPC Support"
|