@rws-framework/client 2.0.8 → 2.0.10

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/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # RWS-JS Client Setup and Configuration Guide
1
+ # Realtime Web Suit client setup and configuration guide
2
2
 
3
- RWS-JS Client is a web-component powered, MS FAST powered framework for fullstack Realtime Web Suite framework that you can use to create domain-agnostic modular asynchoronous components with intershared states.
3
+ RWS-JS Client is a web-component powered, MS FAST powered framework that you can use to create domain-agnostic modular asynchoronous components with intershared states. It is capable of holding and sharing authorization data between web components, and helps bind it to backend.
4
4
 
5
5
  ## Table of Contents
6
6
 
@@ -280,7 +280,7 @@ Router tag:
280
280
 
281
281
  ## Backend Imports
282
282
 
283
- `backendImports.ts` consolidates various backend interfaces, routes, and models, allowing for a synchronized frontend and backend.
283
+ `backendImports.ts` consolidates various backend interfaces, routes, and models, allowing for a synchronized frontend and backend from package https://github.com/papablack/rws
284
284
 
285
285
  ```typescript
286
286
  import IBook from '../../backend/src/models/interfaces/IBook';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rws-framework/client",
3
3
  "private": false,
4
- "version": "2.0.8",
4
+ "version": "2.0.10",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {
7
7
  "docs": "typedoc --tsconfig ./tsconfig.json"