Skip to content

Commit fb16392

Browse files
committedJan 7, 2025··
Bump rola in example
1 parent 2fba9ec commit fb16392

File tree

3 files changed

+99
-39
lines changed

3 files changed

+99
-39
lines changed
 

‎examples/typescript-rola-as-a-service/package-lock.json

+97-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎examples/typescript-rola-as-a-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@aws-sdk/client-dynamodb": "^3.441.0",
2626
"@aws-sdk/lib-dynamodb": "^3.441.0",
2727
"@radixdlt/radix-dapp-toolkit": "^1.3.0",
28-
"@radixdlt/rola": "^1.0.2",
28+
"@radixdlt/rola": "^2.1.0",
2929
"pino": "^8.16.1"
3030
}
3131
}

‎typescript/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,10 @@
8888
"@radixdlt/babylon-gateway-api-sdk": "^1.4.1",
8989
"@radixdlt/radix-engine-toolkit": "^1.0.5",
9090
"blakejs": "^1.2.1",
91-
"elliptic": "^6.5.7",
9291
"neverthrow": "^6 || ^7 || ^8"
9392
},
9493
"repository": {
9594
"type": "git",
9695
"url": "https://github.com/radixdlt/rola.git"
9796
}
98-
}
97+
}

0 commit comments

Comments
 (0)
Please sign in to comment.