Skip to content

Commit

Permalink
v0.1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Dec 12, 2023
1 parent cb4e4f0 commit 10edd01
Show file tree
Hide file tree
Showing 9 changed files with 11,576 additions and 8,565 deletions.
10 changes: 4 additions & 6 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0",
"packages": [
"packages/*"
],
"npmClient": "pnpm"
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.60",
"packages": ["packages/*"],
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/core",
"version": "0.1.58",
"version": "0.1.60",
"description": "Dojo engine core providers and types",
"type": "module",
"scripts": {
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.58",
"version": "0.1.60",
"description": "Useful hooks and functions to create a Starknet burner wallet",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-dojo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/create-dojo",
"version": "0.1.58",
"version": "0.1.60",
"description": "Scaffold Dojo project from examples",
"module": "index.ts",
"main": "./bin/index.js",
Expand All @@ -20,8 +20,8 @@
"cross-spawn": "^7.0.3"
},
"devDependencies": {
"bun-types": "latest",
"@types/cross-spawn": "^6.0.6",
"bun-types": "latest",
"tsup": "^7.2.0",
"typescript": "^5.0.3"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/react",
"version": "0.1.58",
"version": "0.1.60",
"description": "Useful React hooks for Starknet",
"source": "src/index.ts",
"main": "dist/index.js",
Expand All @@ -12,10 +12,10 @@
"author": "Loaf",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0",
"starknet": "^5.19.0",
"@dojoengine/torii-client": "^0.1.35",
"@dojoengine/utils": "^0.1.35",
"@dojoengine/torii-client": "^0.1.35"
"react": "^18.2.0",
"starknet": "^5.19.0"
},
"exports": {
".": {
Expand Down
4 changes: 2 additions & 2 deletions packages/torii-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/torii-client",
"version": "0.1.59",
"version": "0.1.60",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand All @@ -17,7 +17,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@dojoengine/torii-wasm": "^0.1.58",
"@dojoengine/torii-wasm": "^0.1.60",
"starknet": "5.19.5",
"typescript": "^5.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/torii-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/torii-wasm",
"version": "0.1.58",
"version": "0.1.60",
"description": "",
"main": "./pkg/torii_client_wasm.js",
"type": "module",
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.58",
"version": "0.1.60",
"description": "Helpful Dojo Utils",
"type": "module",
"scripts": {
Expand Down
Loading

0 comments on commit 10edd01

Please sign in to comment.