-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
bot
committed
Sep 26, 2023
1 parent
811cbdd
commit 09d0f9c
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.34.1", | ||
"version": "0.34.2", | ||
"npmClient": "yarn", | ||
"ignoreChanges": [ | ||
"**/tools/**", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arcblock/ocap-js", | ||
"description": "Javascript SDK for OCAP Service by ArcBlock", | ||
"version": "0.34.1", | ||
"version": "0.34.2", | ||
"author": "wangshijun <[email protected]> (https://ocap.arcblock.io)", | ||
"bugs": { | ||
"url": "https://github.com/ArcBlock/ocap-javascript-sdk/issues", | ||
|
@@ -14,8 +14,8 @@ | |
"wangshijun <[email protected]> (https://ocap.arcblock.io)" | ||
], | ||
"dependencies": { | ||
"@arcblock/ocap-schema": "0.34.1", | ||
"@arcblock/sdk-util": "0.34.1", | ||
"@arcblock/ocap-schema": "0.34.2", | ||
"@arcblock/sdk-util": "0.34.2", | ||
"babel-polyfill": "^6.26.0", | ||
"blueimp-md5": "^2.19.0", | ||
"phoenix": "^1.6.11", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arcblock/ocap-schema", | ||
"description": "Schema for OCAP service", | ||
"version": "0.34.1", | ||
"version": "0.34.2", | ||
"author": "wangshijun <[email protected]> (https://ocap.arcblock.io)", | ||
"bugs": { | ||
"url": "https://github.com/ArcBlock/ocap-javascript-sdk/issues", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arcblock/sdk-util", | ||
"description": "Helpers and utilities shared across ArcBlock Javascript SDK", | ||
"version": "0.34.1", | ||
"version": "0.34.2", | ||
"author": "wangshijun <[email protected]> (https://ocap.arcblock.io)", | ||
"bugs": { | ||
"url": "https://github.com/ArcBlock/ocap-javascript-sdk/issues", | ||
|