Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Oct 18, 2023
1 parent bdd1bf5 commit cde27f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/core",
"version": "0.1.25",
"version": "0.1.26",
"description": "Dojo engine core providers and types",
"type": "module",
"scripts": {
Expand All @@ -18,8 +18,7 @@
"license": "MIT",
"main": "./dist/index.js",
"dependencies": {
"starknet": "^5.19.5",
"@dojoengine/utils": "workspace:*"
"starknet": "^5.19.5"
},
"devDependencies": {
"@types/elliptic": "^6.4.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-burner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/create-burner",
"version": "0.1.25",
"version": "0.1.26",
"description": "Useful hooks and functions to create a Starknet burner wallet",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/utils",
"version": "0.1.25",
"version": "0.1.26",
"description": "Helpful Dojo Utils",
"type": "module",
"scripts": {
Expand Down

0 comments on commit cde27f9

Please sign in to comment.