skir-typescript-gen 1.0.7 → 1.0.8
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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -378,11 +378,11 @@ console.log(TARZAN);
|
|
|
378
378
|
|
|
379
379
|
### Skir services
|
|
380
380
|
|
|
381
|
-
#### Starting a
|
|
381
|
+
#### Starting a SkirRPC service on an HTTP server
|
|
382
382
|
|
|
383
383
|
Full example [here](https://github.com/gepheum/skir-typescript-example/blob/main/src/server.ts).
|
|
384
384
|
|
|
385
|
-
#### Sending RPCs to a
|
|
385
|
+
#### Sending RPCs to a SkirRPC service
|
|
386
386
|
|
|
387
387
|
Full example [here](https://github.com/gepheum/skir-typescript-example/blob/main/src/client.ts).
|
|
388
388
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "skir-typescript-gen",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"repository": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"prettier": "^3.2.4",
|
|
48
48
|
"prettier-plugin-organize-imports": "^4.2.0",
|
|
49
49
|
"skir": "^1.1.10",
|
|
50
|
-
"skir-client": "^1.0.
|
|
50
|
+
"skir-client": "^1.0.14",
|
|
51
51
|
"ts-node": "^10.9.2",
|
|
52
52
|
"tsx": "^4.21.0",
|
|
53
53
|
"typescript": "^5.2.2",
|
|
@@ -56,6 +56,6 @@
|
|
|
56
56
|
"overrides": {
|
|
57
57
|
"diff": "^8.0.3",
|
|
58
58
|
"minimatch": "^10.2.2",
|
|
59
|
-
"serialize-javascript": "^7.0.
|
|
59
|
+
"serialize-javascript": "^7.0.4"
|
|
60
60
|
}
|
|
61
61
|
}
|