Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Feb 2, 2025
1 parent 779276e commit af0e8a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/extensions/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "@rc-ex/ws",
"version": "1.3.6",
"version": "1.3.7",
"description": "WebSocket extension for ringcentral-extensible project",
"author": "Tyler Liu <[email protected]>",
"homepage": "https://github.com/ringcentral/ringcentral-extensible/tree/master/packages/extensions/ws",
"license": "MIT",
"types": "dist/esm/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": ["dist"],
"files": [
"dist"
],
"type": "module",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rc-ex/test",
"version": "1.3.6",
"version": "1.3.7",
"private": true,
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit af0e8a5

Please sign in to comment.