Skip to content

Commit a5b9b38

Browse files
committed
changed from src -> lib
1 parent 3fcc3d4 commit a5b9b38

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/components/API.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555

5656
### Returns
5757
- **JSX.Element** - Rendered file header.
58+
### **ownKeys** - Configuration for WebSocket message handler method logic per language.
59+
5860
### **HandleMessage** - Renders a WebSocket message handler method with optional pre- and post-execution logic.
5961
### Parameters
6062
| Name | Type | Description |
@@ -154,6 +156,8 @@
154156
| props.framework | string | Optional framework for the language. |
155157
| props.queryParams | Array.<Array.<string>> | Array of query parameters, each represented as [paramName, paramType?]. |
156158

159+
### **ownKeys** - Configuration for WebSocket error handler registration method logic per language.
160+
157161
### **RegisterErrorHandler** - Renders a WebSocket error handler registration method with optional pre- and post-execution logic.
158162
### Parameters
159163
| Name | Type | Description |
@@ -168,6 +172,8 @@
168172

169173
### Returns
170174
- **JSX.Element** - Rendered method block with appropriate formatting.
175+
### **ownKeys** - Configuration for WebSocket message handler registration method logic per language.
176+
171177
### **RegisterMessageHandler** - Renders a WebSocket message handler registration method with optional pre- and post-execution logic.
172178
### Parameters
173179
| Name | Type | Description |

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore .",
1111
"lint:fix": "eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore . --fix",
1212
"generate:assets": "npm run prepublishOnly && npm run docs",
13-
"docs": "jsdoc2md --template api.hbs \"./src/**/*.js\" > API.md"
13+
"docs": "jsdoc2md --template api.hbs \"./lib/**/*.js\" > API.md"
1414
},
1515
"files": [
1616
"lib/**",

0 commit comments

Comments
 (0)