Skip to content

Commit

Permalink
Merge pull request #146 from ainize-team/release/1.3.4
Browse files Browse the repository at this point in the history
Upgrade version to 1.3.4
  • Loading branch information
yoojinko authored Dec 18, 2024
2 parents 042a6d3 + 178d59e commit 7693c02
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ainize-team/ainize-js",
"version": "1.3.3",
"version": "1.3.4",
"main": "dist/ainize.js",
"types": "dist/ainize.d.ts",
"scripts": {
Expand Down
22 changes: 11 additions & 11 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@ export const defaultAppRules = (appName: string): { [type: string]: { ref: strin
},
},
},
requestKey: {
ref: Path.app(appName).requestKey("$userAddress", "$requestKey"),
value: {
".rule": {
state: {
gc_max_siblings: 20,
gc_num_siblings_deleted: 10,
},
},
}
},
// requestKey: {
// ref: Path.app(appName).requestKey("$userAddress", "$requestKey"),
// value: {
// ".rule": {
// state: {
// gc_max_siblings: 20,
// gc_num_siblings_deleted: 10,
// },
// },
// }
// },
request: {
ref: Path.app(appName).request("$userAddress", "$requestKey"),
value: {
Expand Down

0 comments on commit 7693c02

Please sign in to comment.