Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tutinoko2048 committed Oct 26, 2024
1 parent ea52446 commit a717e65
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@script-bridge/client",
"version": "0.1.3",
"version": "0.1.4",
"description": "two-way communication system between ScriptAPI and backend server using http request",
"private": true,
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "script-bridge",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"devDependencies": {
"esbuild": "^0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@script-bridge/protocol",
"version": "0.1.3",
"version": "0.1.4",
"description": "two-way communication system between ScriptAPI and backend server using http request",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@script-bridge/server",
"version": "0.1.3",
"version": "0.1.4",
"description": "two-way communication system between ScriptAPI and backend server using http request",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a717e65

Please sign in to comment.