Skip to content

Commit

Permalink
Merge pull request #11 from valorem-labs-inc/alt-fix
Browse files Browse the repository at this point in the history
fix: bug where get8AMUTCDate returned float
  • Loading branch information
nickadamson authored Nov 15, 2023
2 parents 6052c2e + c7091f9 commit 5a7d80c
Show file tree
Hide file tree
Showing 5 changed files with 284 additions and 247 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valorem-labs-inc/sdk",
"version": "0.0.2-alpha.0",
"version": "0.0.2-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/valorem-labs-inc/typescript-sdk.git"
Expand Down Expand Up @@ -38,27 +38,27 @@
},
"prettier": "@vercel/style-guide/prettier",
"dependencies": {
"@bufbuild/buf": "^1.27.0",
"@bufbuild/protobuf": "^1.4.0",
"@connectrpc/connect": "^1.1.2",
"@bufbuild/buf": "^1.28.1",
"@bufbuild/protobuf": "^1.4.2",
"@connectrpc/connect": "^1.1.3",
"@wagmi/core": "^1.4.4"
},
"devDependencies": {
"@bufbuild/protoc-gen-es": "^1.4.0",
"@connectrpc/connect-node": "^1.1.2",
"@connectrpc/connect-web": "^1.1.2",
"@connectrpc/protoc-gen-connect-es": "^1.1.2",
"@types/node": "^20.8.7",
"@vercel/style-guide": "^5.0.1",
"@bufbuild/protoc-gen-es": "^1.4.2",
"@connectrpc/connect-node": "^1.1.3",
"@connectrpc/connect-web": "^1.1.3",
"@connectrpc/protoc-gen-connect-es": "^1.1.3",
"@types/node": "^20.9.0",
"@vercel/style-guide": "^5.1.0",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.51.0",
"prettier": "^3.0.3",
"eslint": "^8.53.0",
"prettier": "^3.1.0",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typedoc": "^0.25.2",
"typedoc": "^0.25.3",
"typedoc-plugin-missing-exports": "^2.1.0",
"typescript": "^5.2.2",
"viem": "^1.16.5",
"viem": "^1.19.1",
"vitest": "^0.34.6"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 5a7d80c

Please sign in to comment.