restfuncs-transformer 0.9.7 → 0.9.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "restfuncs-transformer",
3
- "version": "0.9.7",
3
+ "version": "0.9.8",
4
4
  "description": "Enhances your classes with typescript-rtti, to make them usable with Restfuncs",
5
5
  "keywords": ["rpc","rest"],
6
6
  "author": "Boris Gingold <bogeee@bogitech.de>",
package/readme.md CHANGED
@@ -1,2 +1,4 @@
1
1
  Enhances your classes with [typescript-rtti](), to make them usable with [restfuncs-server](https://www.npmjs.com/package/restfuncs-server).
2
- Meaning Restfuncs is able to validate the arguments to your remote methods at runtime.
2
+ Meaning Restfuncs is able to validate the arguments to your remote methods at runtime.
3
+
4
+ [Here's how to use it](https://github.com/bogeeee/restfuncs#setting-up-the-build-the-annoying-stuff-)