@rws-framework/client 2.16.0 → 2.16.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rws-framework/client",
3
3
  "private": false,
4
- "version": "2.16.0",
4
+ "version": "2.16.1",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {
7
7
  "docs": "typedoc --tsconfig ./tsconfig.json"
@@ -53,7 +53,6 @@ export const backend = {
53
53
  return subRoute;
54
54
  })];
55
55
 
56
- console.log({routes});
57
56
  } else {
58
57
  // Handle the case where item is of type IHTTProute
59
58
  routes.push(item as IHTTProute);