Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Feb 3, 2025
1 parent 2e4058e commit 6759040
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/extensions/rate-limit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rc-ex/rate-limit",
"version": "1.3.9",
"version": "1.3.10",
"description": "Rate limit extension for ringcentral-extensible project",
"author": "Tyler Liu <[email protected]>",
"homepage": "https://github.com/ringcentral/ringcentral-extensible/tree/master/packages/extensions/rate-limit",
Expand Down Expand Up @@ -29,7 +29,7 @@
"access": "public"
},
"dependencies": {
"@rc-ex/retry": "^1.3.9"
"@rc-ex/retry": "^1.3.10"
},
"scripts": {
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/rcsdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rc-ex/rcsdk",
"version": "1.3.9",
"version": "1.3.10",
"description": "@ringcentral/sdk extension for ringcentral-extensible project",
"author": "Tyler Liu <[email protected]>",
"homepage": "https://github.com/ringcentral/ringcentral-extensible/tree/master/packages/extensions/rcsdk",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/retry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rc-ex/retry",
"version": "1.3.9",
"version": "1.3.10",
"description": "Retry extension for ringcentral-extensible project",
"author": "Tyler Liu <[email protected]>",
"homepage": "https://github.com/ringcentral/ringcentral-extensible/tree/master/packages/extensions/retry",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rc-ex/ws",
"version": "1.3.11",
"version": "1.3.12",
"description": "WebSocket extension for ringcentral-extensible project",
"author": "Tyler Liu <[email protected]>",
"homepage": "https://github.com/ringcentral/ringcentral-extensible/tree/master/packages/extensions/ws",
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.14",
"version": "1.3.15",
"private": true,
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 6759040

Please sign in to comment.