Skip to content

Commit

Permalink
sync published version
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Oct 29, 2024
1 parent 5a43bdd commit 381ee0b
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 18 deletions.
14 changes: 11 additions & 3 deletions packages/chains/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "@starknet-react/chains",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"repository": "apibara/starknet-react",
"homepage": "https://www.starknet-react.com/",
"keywords": ["starknet", "ethereum", "l2"],
"keywords": [
"starknet",
"ethereum",
"l2"
],
"type": "module",
"main": "./src/index.ts",
"exports": "./src/index.ts",
Expand All @@ -18,7 +22,11 @@
"default": "./dist/index.js"
}
},
"files": ["dist", "src", "README.md"]
"files": [
"dist",
"src",
"README.md"
]
},
"scripts": {
"build": "tsup",
Expand Down
14 changes: 11 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "@starknet-react/core",
"version": "3.0.3",
"version": "3.1.0",
"license": "MIT",
"repository": "apibara/starknet-react",
"homepage": "https://www.starknet-react.com",
"keywords": ["starknet", "ethereum", "l2"],
"keywords": [
"starknet",
"ethereum",
"l2"
],
"type": "module",
"main": "./src/index.ts",
"exports": "./src/index.ts",
Expand All @@ -18,7 +22,11 @@
"default": "./dist/index.js"
}
},
"files": ["dist", "src", "README.md"]
"files": [
"dist",
"src",
"README.md"
]
},
"scripts": {
"build": "tsup",
Expand Down
14 changes: 11 additions & 3 deletions packages/create-starknet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-starknet",
"version": "3.0.0",
"version": "3.1.0",
"description": "Create starknet apps with one command",
"main": "./dist/index.js",
"type": "module",
Expand All @@ -16,7 +16,11 @@
"bin": {
"create-starknet": "dist/index.js"
},
"keywords": ["starknet", "ethereum", "l2"],
"keywords": [
"starknet",
"ethereum",
"l2"
],
"author": "Yohan Tancrez",
"license": "MIT",
"devDependencies": {
Expand All @@ -27,7 +31,11 @@
"tsup": "^8.0.2",
"typescript": "^5.5.4"
},
"files": ["dist", "src", "README.md"],
"files": [
"dist",
"src",
"README.md"
],
"dependencies": {
"@starknet-react/typescript-config": "workspace:*",
"@types/cross-spawn": "^6.0.2",
Expand Down
17 changes: 13 additions & 4 deletions packages/kakarot/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "@starknet-react/kakarot",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"repository": "apibara/starknet-react",
"homepage": "https://www.starknet-react.com/",
"keywords": ["starknet", "ethereum", "l2", "kakarot"],
"keywords": [
"starknet",
"ethereum",
"l2",
"kakarot"
],
"type": "module",
"main": "./src/index.ts",
"exports": "./src/index.ts",
Expand All @@ -18,7 +23,11 @@
"default": "./dist/index.js"
}
},
"files": ["dist", "src", "README.md"]
"files": [
"dist",
"src",
"README.md"
]
},
"scripts": {
"build": "tsup",
Expand All @@ -35,7 +44,7 @@
},
"dependencies": {
"@starknet-io/types-js": "^0.7.7",
"@starknet-react/chains": "^3.0.2",
"@starknet-react/chains": "^3.0.3",
"@starknet-react/core": "workspace:^",
"mipd": "^0.0.7",
"starknet": "^6.11.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 381ee0b

Please sign in to comment.