Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fospring committed Dec 6, 2023
1 parent 203e139 commit 15d5ae4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/near-sdk-js/lib/utils.js

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

1 change: 0 additions & 1 deletion packages/near-sdk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"@types/babel__core": "^7.1.19",
"@types/babel__traverse": "^7.18.1",
"@types/eslint": "^8.4.6",
"@types/lodash": "^4.14.202",
"@types/node": "^17.0.38",
"@types/rollup": "^0.54.0",
"@types/signale": "^1.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/near-sdk-js/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function getValueWithOptions<DataType>(
return options?.defaultValue ?? null;
}

// 这里是一个obj
// here is an obj
let deserialized = deserialize(value);

if (deserialized === undefined || deserialized === null) {
Expand Down
11 changes: 4 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 15d5ae4

Please sign in to comment.