@rws-framework/client 2.0.12 → 2.0.14

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 (3) hide show
  1. package/README.md +1 -1
  2. package/_tools.js +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Realtime Web Suit client setup and configuration guide
2
2
 
3
- Realtime Web Suit is a web-component powered, MS FAST powered fullstack- oriented framework that you can use to create domain-agnostic modular asynchoronous components with intershared authorized states.
3
+ Realtime Web Suit is a web-component powered, MS FAST powered fullstack-oriented framework that you can use to create domain-agnostic modular asynchoronous components with intershared authorized states.
4
4
 
5
5
  ## Table of Contents
6
6
 
package/_tools.js CHANGED
@@ -46,10 +46,10 @@ function getActiveWorkSpaces(currentPath, mode = 'all') {
46
46
  return true;
47
47
  }
48
48
 
49
- let rwsPkgName = 'rws-js-server';
49
+ let rwsPkgName = '@rws-framework/server';
50
50
 
51
51
  if(mode === 'frontend'){
52
- rwsPkgName = 'rws-js-client';
52
+ rwsPkgName = '@rws-framework/client';
53
53
  }
54
54
 
55
55
  let hasDesiredPackage = false;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rws-framework/client",
3
3
  "private": false,
4
- "version": "2.0.12",
4
+ "version": "2.0.14",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {
7
7
  "docs": "typedoc --tsconfig ./tsconfig.json"