Skip to content

Commit

Permalink
Merge pull request #51 from jcam1/develop
Browse files Browse the repository at this point in the history
Release 2024-08-27 11:49:30 +0900
  • Loading branch information
SeiyaKobayashi authored Aug 27, 2024
2 parents 20beef5 + 405db52 commit df4f933
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpyc/sdks",
"version": "1.7.1",
"version": "1.7.2",
"private": true,
"license": "MIT",
"description": "Node SDKs to build applications on top of JPYC protocol",
Expand Down
6 changes: 2 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpyc/sdk-core",
"version": "1.4.1",
"version": "1.4.2",
"license": "MIT",
"description": "Core SDK for JPYC protocol",
"keywords": [
Expand All @@ -21,9 +21,7 @@
"main": "dist/src",
"types": "dist/types/src",
"files": [
"dist",
"src",
"!**/*.tsbuildinfo"
"dist"
],
"publishConfig": {
"access": "public"
Expand Down
6 changes: 2 additions & 4 deletions packages/v1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jpyc/sdk-v1",
"version": "1.2.1",
"version": "1.2.2",
"license": "MIT",
"description": "SDK v1 for JPYC v2 protocol",
"keywords": [
Expand All @@ -21,9 +21,7 @@
"main": "dist/src",
"types": "dist/types/src",
"files": [
"dist",
"src",
"!**/*.tsbuildinfo"
"dist"
],
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit df4f933

Please sign in to comment.