Skip to content

Commit

Permalink
use published libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov committed Nov 22, 2022
1 parent 5a91d81 commit b2819c2
Show file tree
Hide file tree
Showing 8 changed files with 3,374 additions and 15,712 deletions.
6,500 changes: 0 additions & 6,500 deletions examples/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion examples/src/parking-lot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class ParkingLot {
}

@view({})
getCarSpecs({ name }: { name: string }) {
getCarSpecs({ name }: { name: string }): CarSpecs {
near.log(`getCarSpecs() called, name: ${name}`);
return this.cars.get(name);
}
Expand Down
4,985 changes: 2,887 additions & 2,098 deletions examples/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/cli/abi.js

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

Loading

0 comments on commit b2819c2

Please sign in to comment.